Register Using PUT 2
The body shall contain valid projectId, DocumentSelfLink and list of viewer and editor user and groups.
Request
URI
PUT
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/cmx/api/resources/supervisor-namespaces/{namespaceSelfLinkId}/register
COPY
Path Parameters
string
namespaceSelfLinkId
Required
namespaceSelfLinkId
Request Body
svNamespace
SupervisorNamespace_1 of type(s) application/json
Required
{
"address": "string",
"cluster": "string",
"cpuUsed": 0,
"description": "string",
"documentSelfLink": "string",
"editGroups": "string",
"editUsers": "string",
"endpointLink": "string",
"id": "string",
"memoryUsed": 0,
"name": "string",
"owner": "string",
"projectId": "string",
"registered": false,
"status": "string",
"storageUsed": 0,
"updatedMillis": 0,
"viewGroups": "string",
"viewUsers": "string"
}
string
address
Optional
address
string
cluster
Optional
cluster
integer As int64 As int64
cpuUsed
Optional
cpuUsed
string
description
Optional
description
string
documentSelfLink
Optional
documentSelfLink
string
editGroups
Optional
editGroups
string
editUsers
Optional
editUsers
string
endpointLink
Optional
endpointLink
string
id
Optional
id
integer As int64 As int64
memoryUsed
Optional
memoryUsed
string
name
Optional
name
string
owner
Optional
owner
string
projectId
Optional
projectId
boolean
registered
Optional
registered
string
status
Optional
status
Possible values are : READY, ALLOCATED, ERROR, REMOVING,
integer As int64 As int64
storageUsed
Optional
storageUsed
integer As int64 As int64
updatedMillis
Optional
updatedMillis
object
utilisation
Optional
utilisation
string
viewGroups
Optional
viewGroups
string
viewUsers
Optional
viewUsers
Responses
201
Created
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
On This Page
Supervisor Namespaces Operations
POST
Create Using POST 2
DELETE
Delete Using DELETE 1
GET
Get Namespace Using GET
GET
List Using GET 4
PUT
Register Using PUT 2
GET
Sync Status Using GET
POST
Sync Using POST