URL
GET https://{api-url}/api/v2/tenants/{tenantId}/managementProfiles/{id}
Sample URLs
https://{api-url}/api/v2/tenants/client_69900/managementProfiles/77
Status code
200 OK
Date format is yyyy-MM-ddTHH:mm:ssZ (GMT).
Sample response
This is a sample response for an agent profile:
{
"id" : 75,
"name" : "Agent Profile",
"description" : "Agent Management Profile",
"type" : "Agent",
"status" : "DOWN",
"createdDate" : "2016-06-22T07:24:14+0000",
"device" : {
"id" : "96dd7237-a0cf-40b7-ac5f-56b1bd5221d7",
"generalInfo" : {
"ipAddresses" : "172.28.2.233",
"hostName" : "SJLPT159"
},
"clientUniqueId" : "client_69900",
"type" : "DEVICE"
}
}
This is a sample response for a gateway profile:
{
"id" : 74,
"name" : "Gateway Profile",
"description" : "Gateway Management Profile",
"type" : "Gateway",
"status" : "DOWN",
"statusUpdatedDate" : "2016-06-20T06:54:46+0000",
"softwareVersion" : "1.4.3",
"createdDate" : "2016-06-14T06:57:46+0000",
"device" : {
"id" : "fbfe0ecd-8200-4cbf-a13c-f309f341a8c8",
"generalInfo" : {
"ipAddresses" : "172.30.31.137",
"hostName" : "172.30.31.137"
}
},
"tunnelType" : "SSHD",
"registered" : true,
"uuId" : "d004de59-3e72-4c9a-82d7-df3f27f5a7aa"
}