Endpoint
/api/v2/tenants/{tenantId}/managementProfiles/{profileId}
Path Parameters
tenantIdstring
profileIdstring
Responses
OK
Endpoint
/api/v2/tenants/{tenantId}/managementProfiles/{profileId}
Path Parameters
tenantIdstring
profileIdstring
Responses
OK
createdDatestring
descriptionstring
idinteger
namestring
registeredboolean
softwareVersionstring
statusstring
statusUpdatedDatestring
tunnelTypestring
typestring
uuIdstring
{
"createdDate": "2016-06-22T07:24:14+0000",
"description": "Agent Management Profile",
"device": {
"clientUniqueId": "client_69900",
"generalInfo": {
"hostName": "SJLPT159",
"ipAddresses": "172.28.2.233"
},
"id": "96dd7237-a0cf-40b7-ac5f-56b1bd5221d7",
"type": "DEVICE"
},
"id": 75,
"name": "Agent Profile",
"status": "DOWN",
"type": "Agent"
}
{
"createdDate": "2016-06-14T06:57:46+0000",
"description": "Gateway Management Profile",
"device": {
"generalInfo": {
"hostName": "172.30.31.137",
"ipAddresses": "172.30.31.137"
},
"id": "fbfe0ecd-8200-4cbf-a13c-f309f341a8c8"
},
"id": 74,
"name": "Gateway Profile",
"registered": true,
"softwareVersion": "1.4.3",
"status": "DOWN",
"statusUpdatedDate": "2016-06-20T06:54:46+0000",
"tunnelType": "SSHD",
"type": "Gateway",
"uuId": "d004de59-3e72-4c9a-82d7-df3f27f5a7aa"
}
Endpoint
/api/v2/tenants/{tenantId}/managementProfiles/{profileId}
Path Parameters
tenantIdstring
profileIdstring
descriptionstring
Summary describing the management profile.
deviceobject
The device details, applicable only for the agent management profile.
Child Parameters
- device.id
namestring
The management profile name.
typestring
{
"description": "Agent Management Profile",
"device": {
"id": "014ec656-8dfa-404c-8269-015a96faa9b8"
},
"name": "LB02 Agent Profile",
"type": "Agent"
}
{
"description": "Gateway Management Profile",
"name": "LB01 Gateway Profile",
"type": "Gateway"
}
Responses
OK
activationTokenstring
createdDatestring
descriptionstring
idinteger
namestring
registeredboolean
statusstring
tunnelTypestring
typestring
{
"createdDate": "2016-06-22T09:57:09+0000",
"description": "Agent Management Profile",
"device": {
"clientUniqueId": "client_69900",
"generalInfo": {
"hostName": "SJLPT177",
"ipAddresses": "172.28.2.138"
},
"id": "014ec656-8dfa-404c-8269-015a96faa9b8",
"type": "DEVICE"
},
"id": 78,
"name": "LB02 Agent Profile",
"status": "DOWN",
"type": "Agent"
}
{
"activationToken": "6d8e4cc4-0be4-4706-bc1f-7e7e37a10b54",
"createdDate": "2016-06-22T09:31:38+0000",
"description": "Gateway Management Profile",
"id": 77,
"name": "LB01 Gateway Profile",
"registered": false,
"tunnelType": "SSHD",
"type": "Gateway"
}