Description
Retrieves a list of all scheduled updates.
Parameters
None.
Responses
Status | Description |
---|---|
Successful |
Code: 200 Body:
{ "data": [ { "id": "string", "run_time": int(epoch), "patches": [ { "patch_name": "string", "min_disk": int, "expected_version": "string", "patch_type": "string", "file_name": "string", "patch_url": "string", "md5_url": "string" } ], "batches": [ { "name": "string", "servers": [ { "management_ip": "string" } ], "deployment_progress": int, "is_completed": bool } ], "run_postscript": false } ] } Results An array of scheduled update data items, each of which has the following items.
|
Error |
Code: 400 Invalid parameter. Code: 401 Unauthorized user. Code: 404 Document not found. Code: 500 Internal server error. Body:
{ "error": "string" } This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter. |