Returns the private gateway manifest link
POST/v1/pcg/selfHosted
Returns the private gateway manifest link
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
cloudTypestring
Possible values: [all, aws, azure, gcp, vsphere, openstack, maas, nested, baremetal, eks, aks, edge, edge-native, libvirt, tencent, tke, coxedge, generic, gke]
Default value: all
namestring
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
kubectlCommandsstring[]required
overlordUidstring
{
"kubectlCommands": [
"string"
],
"overlordUid": "string"
}
Loading...