Get Namespace

Get Namespace

Use this endpoint to fetch a Namespace
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/namespaces/{id}
COPY
Path Parameters
string
id
Required

ID of the Namespace


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NamespaceDto of type(s) application/vnd.vmware.dms-v1+json
{
    "id": "string",
    "name": "string",
    "environment": {
        "id": "string",
        "name": "string",
        "type": "string"
    },
    "localStorages": [
        {
            "id": "string",
            "name": "string",
            "type": "string",
            "default": false
        }
    ],
    "cloudStorages": [
        {
            "id": "string",
            "name": "string",
            "type": "string",
            "default": false
        }
    ],
    "datastores": [
        {
            "id": "string",
            "moId": "string",
            "name": "string",
            "type": "string",
            "default": false
        }
    ],
    "appNetworks": [
        {
            "id": "string",
            "moId": "string",
            "name": "string",
            "type": "string",
            "default": false
        }
    ],
    "organisations": [
        {
            "id": "string",
            "name": "string",
            "type": "string"
        }
    ]
}
string As uuid As uuid
id
Optional

id

string
name
Required

name

environment
Required

environment

localStorages
Required

localStorages

cloudStorages
Required

cloudStorages

datastores
Required

datastores

appNetworks
Required

appNetworks

organisations
Required

organisations


400

Bad Request

Operation doesn't return any data structure