Policy Resource Service Get

Policy Resource Service Get

Get a Policy.

Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/workspaces/{fullName.workspaceName}/policies/{fullName.name}
COPY
Path Parameters
string
fullName.workspaceName
Required

Name of the workspace.

string
fullName.name
Required

Name of the policy.

Query Parameters
string
fullName.orgId
Optional

ID of Organization.


Responses
200

A successful response.

{
    "policy": {
        "type": {
            "kind": "string",
            "version": "string",
            "package": "string"
        },
        "fullName": {
            "orgId": "string",
            "workspaceName": "string",
            "name": "string"
        },
        "meta": {
            "uid": "string",
            "generation": "string",
            "resourceVersion": "string",
            "creationTime": "string",
            "updateTime": "string",
            "description": "string",
            "parentReferences": [
                {
                    "rid": "string",
                    "uid": "string"
                }
            ]
        },
        "spec": {
            "type": "string",
            "recipe": "string",
            "recipeVersion": "string",
            "namespaceSelector": {
                "matchExpressions": [
                    {
                        "key": "string",
                        "operator": "string",
                        "values": [
                            "string"
                        ]
                    }
                ]
            },
            "resources": [
                "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"
        }
    ]
}