This request unconfigures a cluster by uninstalling the IO Filter package from the cluster and deleting the storage policy of the last configured cluster.

Usage:

POST on /clusters/unconfigure

Request URL:

https://<MS hostname>/jss/clusters/unconfigure

Header:

ms-session:sessionId

Request:

{

  "clustersUnconfigureParams": [{

    "clusterId": "ClusterComputeResource:domain-c7"

  }]

}

Response:

[{

  "completedAt": null,

  "description": "Unconfigure Cluster",

  "errorCode": null,

  "errorMessage": null,

  "id": 9,

  "maxtime": 1800000,

  "parentTaskId": null,

  "progress": 0,

  "progressStatusCode": 10001,

  "startedAt": null,

  "state": "Initializing task",

  "submittedAt": "1593768407349",

  "submittedBy": "VSPHERE.LOCAL\\Administrator",

  "successDetailCode": null,

  "successDetailMessage": null,

  "successDetailParams": null,

  "target": "ClusterComputeResource:domain-c7",

  "targetName": "ClusterComputeResource:domain-c7",

  "taskType": "UNCONFIGURECLUSTER"

}]