Gets all the Fleet Patching and Provisioning Client clusters by Fleet Patching and Provisioning Server.

get

/rhp-restapi/rhp/clients/getByServer

Gets all the Fleet Patching and Provisioning Client clusters associated with the Fleet Patching and Provisioning Servers matching the regular expression given.

Request

Supported Media Types
Query Parameters
  • Regular expression to match the cluster name of the servers where the operation must be executed.
Security
Back to Top

Response

Supported Media Types

200 Response

OK. A JSON object containing an "items" property populated with 0 or more elements with at least an Id property and the links array with at least the "self" link.
Body ()
Root Schema : arrayOfItems
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : singleResource
Type: object
Show Source

Default Response

Unexpected error. A JSON object containing error details of the issue while executing the operation.
Body ()
Root Schema : errorResource
Type: object
Show Source
Nested Schema : errorDetails
Type: array
If multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Back to Top