Blog
Read the latest blogs
Find tutorials, guides and use case examples in the
Learning centerGet Controller Id
Get Controller Id returns a unique machine ID of the controller machine. The licenses are tied up with this machine ID.
http://{controllerMachine}:{controllerPort}/api/v3/license/controllerId
curl -X GET --header 'Accept: application/json' --header 'AccessKey: Mo87Nc4qDAtzJNDb' 'http://{controllerMachine}:{controllerPort}/api/v3/license/controllerId'
$headers = @{}
$headers.Add("AccessKey","Mo87Nc4qDAtzJNDb")
Invoke-WebRequest -Uri "http://{controllerMachine}:{controllerPort}/api/v3/license/controllerId" -ContentType "application/json" -Headers $headers -Method GET
List of variables:
[ { "$id": "1", "ControllerId": "LTUY6zgyNzExODhD" } ] |
Field | Type | Description | Values |
---|---|---|---|
ControllerId | String | Unique controller machine ID |
Response Code
List of response codes:
200 (OK)
404 (Not Found)
401 (Unauthorized)
400 (Bad Request)
500 (Internal Server Error)
©2024, Leapwork. All rights reserved.