NSX-T Data Center REST API

ComputeCollectionAction (type)

{
  "additionalProperties": false,
  "id": "ComputeCollectionAction",
  "module_id": "ComputeCollectionDeployment",
  "properties": {
    "action": {
      "description": "For Compute collection, the supported actions are:  - remove_nsx: removes NSX from the cluster",
      "enum": [
        "remove_nsx"
      ],
      "title": "Supported actions on compute-collection",
      "type": "string"
    }
  },
  "title": "Compute collection action parameters",
  "type": "object"
}