URL
GET https://{api-url}/api/v2/tenants/{tenantId}/managementProfiles/{id}/attach
Sample URLs
https://{api-url}/api/api/v2/tenants/client_69900/managementProfiles/76/attach
This API is used to attach to the gateway and generates an activation token. The generated activation token is used in gateway registration.
Status code
200 OK
Sample response
{
"id" : 76,
"name" : "LB1 Gateway Profile",
"description" : "Gateway Management Profile",
"type" : "Gateway",
"tunnelType" : "SSHD",
"activationToken" : "d72eb58e-ff20-44e4-887c-341b0760eb00",
"registered" : false,
"createdDate" : "2016-06-22T07:34:40+0000"
}
Date format is yyyy-MM-ddTHH:mm:ssZ (GMT).