{ "additionalProperties": false, "id": "StatusSummaryRequestParameters", "module_id": "Upgrade", "properties": { "component_type": { "readonly": false, "required": false, "title": "Component type based on which upgrade units to be filtered", "type": "string" }, "selection_status": { "default": "ALL", "enum": [ "SELECTED", "DESELECTED", "ALL" ], "required": false, "title": "Flag to indicate whether to return status for only selected, only deselected or both type of upgrade units", "type": "string" }, "show_history": { "description": "Get details of the last 16 operations performed during the upgrade of a given component.", "readonly": false, "required": false, "title": "Get upgrade activity for a given component", "type": "boolean" } }, "type": "object" }