This request configures a cluster by installing the IO Filter package on the cluster and all hosts contained within it.

Usage:

POST on /clusters/configure

Request URL:

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

Header:

fios-session:vc_sessionId

Request:

{

  "clustersConfigureParams": [{

    "clusterId": "ClusterComputeResource:domain-c7",

    "packageType": "DR"

  }]

}

Response:

[{

  "completedAt": null,

  "description": "Configure Cluster",

  "errorCode": null,

  "errorMessage": null,

  "id": 10,

  "maxtime": 1800000,

  "parentTaskId": null,

  "progress": 0,

  "progressStatusCode": 10001,

  "startedAt": null,

  "state": "Initializing task",

  "submittedAt": "1593768600166",

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

  "successDetailCode": null,

  "successDetailMessage": null,

  "successDetailParams": null,

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

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

  "taskType": "CONFIGURECLUSTER"

}]