Returns the pairing code for the private gateway
GET/v1/overlords/pairing/code
Returns the pairing code for the private gateway
Request
Query Parameters
cloudType string
Possible values: [vsphere
, openstack
, maas
]
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
pairingCodestring
{
"pairingCode": "string"
}
Loading...