VdsTopologyParameters (type)

{
  "id": "VdsTopologyParameters", 
  "module_id": "NvdsUpgradeReadinessCheck", 
  "properties": {
    "cluster_id": {
      "readonly": false, 
      "required": false, 
      "title": "cluster identifier", 
      "type": "string"
    }, 
    "compute_manager_id": {
      "readonly": false, 
      "required": false, 
      "title": "vCenter identifier", 
      "type": "string"
    }, 
    "show_vds_config": {
      "readonly": false, 
      "required": false, 
      "title": "Flag to indicate if VdsTopology should contain VDS configuration", 
      "type": "boolean"
    }
  }, 
  "title": "Parameters to query VDS topology", 
  "type": "object"
}