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
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/namespaces/{id}/active-resources
Namespace Information Operations
PUT
Update Namespace Alert Type As Verified
PUT
Publish Namespace To Organisation
DELETE
Un Publish Namespace From Organisation
PUT
Add Organisation To Namespace
DELETE
Remove Organisation From Namespace
GET
Get Namespace
PUT
Edit Namespace
DELETE
Delete Namespace
GET
List All Namespaces
POST
Create Namespace
GET
List All Namespace Runtime Info Histories
GET
Get Flagged Namespace Alert Types
GET
Get Datastore Storage Info By Namespace Id
GET
Get Namespace Active Resources
GET
Get Namespace Active Backup Storage Usage