Get Namespace

Get Namespace

Retrieves the specified namespace

Request
URI
GET
https://{api_host}/cloudapi/vcf/namespaces/{namespaceUrn}
COPY
Path Parameters
string
namespaceUrn
Required

namespaceUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Namespace of type(s) application/json;version=40.0
This response body class contains all of the following: InlineNamespace1
{
    "id": "string",
    "name": "string",
    "description": "string",
    "projectAssignment": {
        "name": "string",
        "id": "string"
    },
    "organization": {
        "name": "string",
        "id": "string"
    },
    "region": {
        "name": "string",
        "id": "string"
    },
    "virtualPrivateCloudName": "string",
    "workloadNetwork": {
        "name": "string",
        "id": "string"
    },
    "zonalResourceAllocation": [
        {
            "zone": {
                "name": "string",
                "id": "string"
            },
            "resourceAllocation": {
                "memoryLimitMiB": 0,
                "memoryReservationMiB": 0,
                "cpuLimitMHz": 0,
                "cpuReservationMHz": 0,
                "vmClassReservations": [
                    {
                        "virtualMachineClassName": "string",
                        "count": 0
                    }
                ]
            }
        }
    ],
    "proxyURL": "string",
    "status": "string",
    "vcReference": {
        "supervisorUuid": "string",
        "vcUuid": "string"
    },
    "storageClasses": [
        {
            "storageClass": {
                "name": "string",
                "id": "string"
            },
            "storageLimitMiB": 0
        }
    ],
    "virtualMachineClasses": [
        {
            "name": "string",
            "id": "string"
        }
    ],
    "contentLibraries": [
        {
            "name": "string",
            "id": "string"
        }
    ]
}

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [object Object]
                
Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/namespaces/{namespaceUrn}