public/portworx/platform/targetclusterregistrationmanifest/apiv1/targetclusterregistrationmanifest.proto (version not set)
Download OpenAPI specification:Download
GetTargetClusterRegistrationManifest fetches registration manifest for the given request.
path Parameters
tenantId required | string tenanat_id is the id of the tenant for which manifest is requested. |
Request Body schema: application/jsonrequired
clusterName | string cluster_name which the user wants to use. |
object (v1Config) Configuration of the target cluster registration manifest. |
Responses
Request samples
- Payload
Content type
application/json
{- "clusterName": "string",
- "config": {
- "customImageRegistryConfig": {
- "registryUrl": "string",
- "registryNamespace": "string",
- "username": "string",
- "password": "string",
- "caCert": "string"
}, - "proxyConfig": {
- "httpUrl": "string",
- "httpsUrl": "string",
- "username": "string",
- "password": "string",
- "noProxy": "string",
- "caCert": "string"
}
}
}
Response samples
- 200
- default
Content type
application/json
{- "manifest": "string"
}