ServiceOffering
Show an existing ServiceOffering
Returns a ServiceOffering object
get/service_offerings/{id}
Path parameters
idstring required
ID of the resource
Response
ServiceOffering info
Example response
{
"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"
}