ServiceOffering
List ServiceOfferings
Returns an array of ServiceOffering objects
get/service_offerings
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
ServiceOfferings collection
Example response
{
"data": [
{
"description": "This is a short description",
"display_name": "MariaDB (Ephemeral)",
"distributor": "Red Hat, Inc.",
"documentation_url": "https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md",
"long_description": "This template provides a standalone MariaDB server with a database created...",
"name": "Sample Service Offering",
"source_ref": "object-12345_67890",
"support_url": "https://access.redhat.com"
}
]
}