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
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
400
Bad Request
Operation doesn't return any data structure