Get a single patch group
GET /v1/patch-groups/{id}
To get a single patch group, you must be authenticated by means
of one of the following methods:
- X-Authentication Header
- RBAC Allowlisted Certificate
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | identifier | true | none |
Response format
rule
is an optional parameter. For more
information about formatting see Rule condition grammar.{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "node_list": [ "string" ], "rule": [], "maintenance_windows": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ], "blackout_windows": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ], "state": "pending", "package_updates": [ "string" ], "security_package_updates": [ "string" ], "last_package_update_time": "2019-08-24T14:15:22Z", "nodes_with_package_updates": [ "string" ] }
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | Request was successful, returns an individual patch group. | patch-group-response |
401 | Unauthorized | Authentication failed. | not-authenticated-error |
403 | Forbidden | Requester does not have view permissions. | forbidden-request-error |
404 | Not Found | Patch group not found. | error |