Sets the Lock/unlock a node.
nodeName | name of the node to be locked/unlocked |
action |
SECURITY_ADMIN
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
HttpServletRequest |
Response indicating the node name and the status of the lock/unlock action
Field | Description | Type | Notes |
node | |||
status | |||
nodeName | Node name | String | |
ip | Node rack Id. Optional this item is not returned in a PUT or GET lockdown request. | String | |
nodeId | Node Id. Optional this item is not returned in a PUT or GET lockdown request. | String | |
rackId | Node rack Id. Optional this item is not returned in a PUT or GET lockdown request. | String | |
version | Version. Optional this item is not returned in a PUT or GET lockdown request. | String | |
status | Node locked/unlocked status. | String | |
psnt | Node Product Serial Number Tag. | String | |
label | Node Drive Technology | String |
PUT https://10.245.133.106:4443/vdc/nodes/detroit-prune.ecs.lab.emc.com/lockdown?action=unlock 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"?> <node> <status> <nodeName>detroit-prune.ecs.lab.emc.com</nodeName> <status>unlock</status> </status> </node>