Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Deactivate VDC

POST /object/vdcs/vdc/{vdcId}/deactivate

Deactivates and deletes a VDC. Enables attributes for the current VDC to be deleted and enables information held by a VDC about other VDCs to be deleted.

vdcIdVDC identifier for which VDC Information needs to be deleted.

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • SERVICE


Request Payload

No Request Payload


Response Body

Response indicating Success or Failure to delete VDC.


Examples

Request
POST https://192.168.0.0:4443/object/vdcs/vdc/vdc_1/deactivate HTTP/1.1

Content-Type: application/json
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK