Skip to main content

public/portworx/platform/targetclusterregistrationmanifest/apiv1/targetclusterregistrationmanifest.proto (version not set)

Download OpenAPI specification:Download

TargetClusterRegistrationManifestService

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/json
required
clusterName
string

cluster_name which the user wants to use.

object (v1Config)

Configuration of the target cluster registration manifest.

Responses

Request samples

Content type
application/json
{
  • "clusterName": "string",
  • "config": {
    }
}

Response samples

Content type
application/json
{
  • "manifest": "string"
}