Secret Export Resource Service Get

Secret Export Resource Service Get

Get a SecretExport.

Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clustergroups/{fullName.clusterGroupName}/namespace/secretexports/{fullName.name}
COPY
Path Parameters
string
fullName.clusterGroupName
Required

Name of Cluster Group.

string
fullName.name
Required

Name of the Secret Export (expected to share the same name of the secret).

Query Parameters
string
fullName.orgId
Optional

ID of Organization.

string
fullName.namespaceName
Optional

Name of Namespace.


Responses
200

A successful response.

{
    "secretExport": {
        "type": {
            "kind": "string",
            "version": "string",
            "package": "string"
        },
        "fullName": {
            "orgId": "string",
            "clusterGroupName": "string",
            "namespaceName": "string",
            "name": "string"
        },
        "meta": {
            "uid": "string",
            "generation": "string",
            "resourceVersion": "string",
            "creationTime": "string",
            "updateTime": "string",
            "description": "string",
            "parentReferences": [
                {
                    "rid": "string",
                    "uid": "string"
                }
            ]
        },
        "status": {
            "phase": "string",
            "details": {
                "availableTargets": 0,
                "applied": 0,
                "overridden": 0,
                "pending": 0,
                "error": 0,
                "deleting": 0,
                "skipped": 0
            },
            "observedGeneration": "string"
        }
    }
}

default

An unexpected error response.

Returns grpc.gateway.runtime.Error of type(s) */*
{
    "error": "string",
    "code": 0,
    "message": "string",
    "details": [
        {
            "typeUrl": "string",
            "value": "string"
        }
    ]
}