Get Namespace Search Filter Values

Get Namespace Search Filter Values

Endpoint to get namespaces search filter values
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/namespaces/search-filters
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NamespaceFiltersDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "namespaces": [
        {
            "id": "string",
            "name": "string"
        }
    ],
    "environments": [
        {
            "id": "string",
            "name": "string"
        }
    ],
    "statuses": [
        "string"
    ]
}
namespaces
Optional

namespaces

environments
Optional

environments

array of string
statuses
Optional

statuses

Possible values are : INIT, ONLINE, ERROR, WARNING,

400

Bad Request

Operation doesn't return any data structure