Endpoint
/api/v2/tenants/{tenantId}/managementProfiles
Path Parameters
tenantIdstring
descriptionstring
(Optional) 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
The management profile type. An example is: Agent.
{
"description": "Management Profile for Agent",
"device": {
"id": "014ec656-8dfa-404c-8269-015a96faa9b8"
},
"name": "Agent Profile",
"type": "Agent"
}
{
"description": "Management Profile for Gateway",
"name": "Gateway Profile",
"type": "Gateway"
}
Responses
OK
activationTokenstring
createdDatestring
descriptionstring
idinteger
namestring
registeredboolean
statusstring
tunnelTypestring
typestring
{
"createdDate": "2016-06-22T09:57:09+0000",
"description": "Management Profile for Agent",
"device": {
"clientUniqueId": "client_69900",
"generalInfo": {
"hostName": "SJLPT177",
"ipAddresses": "172.28.2.138"
},
"id": "014ec656-8dfa-404c-8269-015a96faa9b8",
"type": "DEVICE"
},
"id": 78,
"name": "Agent Profile",
"status": "DOWN",
"type": "Agent"
}
{
"activationToken": "6d8e4cc4-0be4-4706-bc1f-7e7e37a10b54",
"createdDate": "2016-06-22T09:31:38+0000",
"description": "Management profile for Gateway",
"id": 77,
"name": "Gateway Profile",
"registered": false,
"tunnelType": "SSHD",
"type": "Gateway"
}