Endpoint
/api/v2/tenants/{tenantId}/managementProfiles
Path Parameters
tenantId
string

description
string

(Optional) Summary describing the management profile.

device
object

The device details, applicable only for the agent management profile.

device.id
name
string

The management profile name.

type
string

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

activationToken
string

createdDate
string

description
string

device
object

device.clientUniqueId
device.generalInfo
device.id
device.type
id
integer

name
string

registered
boolean

status
string

tunnelType
string

type
string

{
  "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"
}