Update Description Using PUT
Update a K8S Namespace description by providing namespace id and Namespace entity
Request
URI
PUT
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/cmx/api/resources/k8s/namespaces/{id}
COPY
Path Parameters
string
id
Required
id
Request Body
K8SNamespace_1 of type(s) application/json
Optional
{
"authCredentialsLink": "string",
"clusterId": "string",
"createdMillis": 0,
"description": "string",
"id": "string",
"name": "string",
"orgId": "string",
"owner": "string",
"projectId": "string",
"registered": false,
"shared": false,
"status": "string",
"updatedMillis": 0
}
string
authCredentialsLink
Optional
authCredentialsLink
string As uuid As uuid
clusterId
Optional
clusterId
integer As int64 As int64
createdMillis
Optional
createdMillis
string
description
Optional
description
string As uuid As uuid
id
Optional
id
string
name
Optional
name
string
orgId
Optional
orgId
string
owner
Optional
owner
string
projectId
Optional
projectId
boolean
registered
Optional
registered
boolean
shared
Optional
shared
string
status
Optional
status
Possible values are : ALLOCATED, READY, FAILED, UNREACHABLE, TERMINATING, REMOVED,
integer As int64 As int64
updatedMillis
Optional
updatedMillis
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
K8S Namespaces Operations
POST
Create Using POST 1
DELETE
Delete Using DELETE
GET
Get Kube Config Using GET 1
GET
Get Using GET
GET
List Using GET 1
PUT
Register Using PUT
PUT
Update Description Using PUT