NSX-T Data Center REST API
UpgradeResourcesFilterListRequestParameters (type)
{ "additionalProperties": false, "id": "UpgradeResourcesFilterListRequestParameters", "module_id": "Upgrade", "properties": { "component_type": { "description": "The component_type the resource belongs to. This is mandatory parameter.", "readonly": false, "required": true, "title": "Component type", "type": "string" }, "query": { "description": "Upgrade Resource filters", "items": { "$ref": "UpgradeResourceFilters }, "readonly": true, "required": false, "title": "Upgrade Resource filters", "type": "array" }, "sync": { "default": false, "description": "If the flag is true , sync operation will be performed before executing the request. If flag is false ,sync is skipped. Please note, sync operation is sometimes expensive and will increase the response time. Any error occurred during sync is ignored.", "readonly": false, "required": false, "title": "Hint to whether perform sync before operation or not", "type": "boolean" } }, "type": "object" }