Skip to main content

Get agent license

GET
/agents/{id}/license

Contract

Parameter
Value
Sectionagents
AuthenticationCookieAuth
Consumesnot required
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
idpathyesintegerAgent ID

Responses

3 responses

Status
Description
Type
200
Successful responseobject
400
Invalid IDobject
500
Agent unavailableobject
  • {
      "endDate": "<string>",
      "features": [
        "<string>"
      ],
      "hwid": "<string>",
      "startDate": "<string>",
      "throughput": 0
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }