Get agent license
GET
/agents/{id}/licenseContract
Parameter | Value |
|---|---|
| Section | agents |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | integer | Agent ID |
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | object |
400 | Invalid ID | object |
500 | Agent unavailable | object |
{ "endDate": "<string>", "features": [ "<string>" ], "hwid": "<string>", "startDate": "<string>", "throughput": 0 }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }