Create Using POST 2

Create Using POST 2

Create Supervisor Namespace

Request
URI
POST
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/cmx/api/resources/supervisor-namespaces
COPY
Request Body

dto

SupervisorNamespaceCreateDTO of type(s) application/json
Required
{
    "cluster": "string",
    "description": "string",
    "editGroups": "string",
    "editUsers": "string",
    "endpointId": "string",
    "name": "string",
    "projectId": "string",
    "viewGroups": "string",
    "viewUsers": "string"
}
string
cluster
Optional

cluster

string
description
Optional

description

string
editGroups
Optional

editGroups

string
editUsers
Optional

editUsers

string
endpointId
Optional

endpointId

string
name
Optional

name

string
projectId
Optional

projectId

string
viewGroups
Optional

viewGroups

string
viewUsers
Optional

viewUsers

Responses
200

OK

Returns Mono_SupervisorNamespace_ of type(s) */*
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