/scalemgmt/v3/troubleshooting/nsds/clearID: DELETE

Deletes the NSD volume ID from a device.

Availability

Available on all IBM Storage Scale editions.

Description

The DELETE troubleshooting/nsds/clearID request deletes the NSD volume ID from a device.

Request URL

https://<IP address or host name of API server>:<port>/scalemgmt/v3/troubleshooting/nsds/clearID
where
clearID
Specifies to clear an NSD volume ID from a device.

Request headers

Accept: application/json

Parameters

The following parameters can be used in the request URL to customize the request:
Table 1. List of parameters
Parameter name Description and applicable keywords Required/optional
id Specifies to run a cluster migration precheck. Required.
node_name The name of the node that is directly attached to the disk holding the NSD volume ID to clear. Optional.
X-StorageScaleDomain The domain to be authorized against for the request. The default value is StorageScaleDomain. Optional.

Request data

No request data.

Response data

  • 200: A successful response.
    {}
  • default: An unexpected error response.
    {
      "code": 0,
      "details": [
        {
          "@type": "string",
          "additionalProp1": "string",
          "additionalProp2": "string",
          "additionalProp3": "string"
        }
      ],
      "message": "string"
    }

Examples

The following example displays how to delete the volume ID of the NSD from a device:

Request data:
curl  -n -k -X DELETE  https://localhost:46443/scalemgmt/v3/troubleshooting/nsds/clearId?id=0A00641167EAF859
Response data:
{}