Gets the locked/unlocked status of a VDC
SECURITY_ADMIN
Response indicating status of lockdown request locked if all nodes are locked unlocked otherwise
Field | Description | Type | Notes |
vdcstatus | |||
status | String |
GET https://10.245.133.106:4443/vdc/lockdown HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <vdcstatus> <status>unlocked</status> </vdcstatus>