Get Namespace Active Resources

Get Namespace Active Resources

Use this endpoint to get Namespace's active resources
Authorized Roles : PROVIDER

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

ID of the Namespace


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NamespaceActiveResourcesDto of type(s) application/vnd.vmware.dms-v1+json
{
    "datastores": [
        "string"
    ],
    "networks": [
        "string"
    ],
    "organizations": [
        "string"
    ],
    "localStorages": [
        "string"
    ],
    "cloudStorages": [
        "string"
    ]
}
array of string
datastores
Optional

datastores

array of string
networks
Optional

networks

array of string
organizations
Optional

organizations

array of string
localStorages
Optional

localStorages

array of string
cloudStorages
Optional

cloudStorages


400

Bad Request

Operation doesn't return any data structure