REST API Reference Version 5.2.1.0Search

Abort_handover

POST v1/volume_collections/id/actions/abort_handover

Description

Abort in-progress handover. If for some reason a previously invoked handover request is unable to complete, this action can be used to cancel it.

Normal Response Codes

200

HTTP Error Codes

400 401 403 404 409 500 503

Request

Parameter Type JSON Type Description Mandatory
id NsObjectID string ID of the volume collection on which to abort handover. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. true

JSON Request

            
            
            {
              "data" : {
                "id":"0700000000000004d3000000000000000000000005"
              }
            }
            
        
         

Response

Type:

JSON Response

            
            
            {
            }