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

id
string

Responses

OK

activationToken
string

createdDate
string

Date format is yyyy-MM-ddTHH:mm:ssZ (GMT).

description
string

id
integer

name
string

registered
boolean

tunnelType
string

type
string

{
  "activationToken": "d72eb58e-ff20-44e4-887c-341b0760eb00",
  "createdDate": "2016-06-22T07:34:40+0000",
  "description": "Gateway Management Profile",
  "id": 76,
  "name": "LB1 Gateway Profile",
  "registered": false,
  "tunnelType": "SSHD",
  "type": "Gateway"
}