TSS Repository Server Version¶
/api/repositories/{repository}/version
| Parameter | Type | Purpose |
|---|---|---|
| repository | String | The repository name |
Get¶
-
GET/api/repositories/(string: repository)/version¶ Lists the TSS Repository Server version
GET /api/repositories/jupiter/version HTTP/1.1
Accept: application/json
| Response Code | Reason |
|---|---|
| 200 | No error |
| 404 | No repository with that name. |
| 500 | Server error |
The response is a JSON string that includes the product version and build number:
{
"serverVersion": "spf-15-0-0_15022"
}