Sync Using POST

Sync Using POST

The body shall contain list of viewer and editor user and groups.

Request
URI
POST
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/cmx/api/resources/supervisor-namespaces/{namespaceSelfLinkId}/principals
COPY
Path Parameters
string
namespaceSelfLinkId
Required

namespaceSelfLinkId


Request Body

accessList

SupervisorNamespaceSyncRequestDTO of type(s) application/json
Required
{
    "editGroups": "string",
    "editUsers": "string",
    "viewGroups": "string",
    "viewUsers": "string"
}
string
editGroups
Optional

editGroups

string
editUsers
Optional

editUsers

string
viewGroups
Optional

viewGroups

string
viewUsers
Optional

viewUsers

Responses
200

OK

Operation doesn't return any data structure

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