Source
List Sources
Returns an array of Source objects
get/sources
Query parameters
limitinteger
The numbers of items to return per page.
offsetinteger
The number of items to skip before starting to collect the result set.
filterobject
Filter for querying collections.
sort_byobject
The list of attribute and order to sort the result set by.
Response
Sources collection
Example response
{
"data": [
{
"availability_status": "The availability status of source",
"cloud_connector_id": "The GUID of the RedHat connect client being used",
"name": "The Source Name"
}
]
}