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]
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
pairingCodestring
{
  "pairingCode": "string"
}
Loading...