clusters

Get cluster bootstrap info

Get cluster bootstrap info

get/api/v1/orgs/{orgId}/clusters/{id}/bootstrap

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

Response

Getting bootstrap succeeded

tokenstring
discoveryTokenCaCertHashstring
masterAddressstring

Example response

{
  "masterAddress": "8.9.10.11:443",
  "discoveryTokenCaCertHash": "discoveryTokenCaCertHash",
  "token": "r6pyrk.6n1wv3twavjcnevr"
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.