Skip to main content

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

Download OpenAPI specification:Download

TargetClusterRegistrationManifestService

ReRegisterTargetCluster fetches manifest for re-registration of target cluster.

path Parameters
clusterId
required
string

cluster ID is the id of the target cluster already registered with control plane.

Request Body schema: application/json
required
object (v1Config)

Configuration of the target cluster registration manifest.

object (v1CustomImageRegistryConfig)

CustomImageRegistryConfig holds image registry credential configs.

object (v1ProxyConfig)

ProxyConfig holds proxy configs.

Responses

Request samples

Content type
application/json
{
  • "config": {
    }
}

Response samples

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

GetTargetClusterRegistrationManifest fetches registration manifest for the given request under specified Tenant (Organization).

path Parameters
tenantId
required
string

tenanat_id is the id of the Tenant (Organization) 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"
}