v1

latestOpenAPI 3.0.0Apache 2.02026-07-14384142.2 KB
ServiceOffering

Show an existing ServiceOffering

Returns a ServiceOffering object

get/service_offerings/{id}

Path parameters

idstring required

ID of the resource

Response

ServiceOffering info

archived_atstring date-time
created_atstring date-time
descriptionstring
display_namestring
distributorstring
documentation_urlstring
extraobject

Extra information about this object in JSON format

idstring

ID of the resource

last_seen_atstring date-time
long_descriptionstring
namestring
refresh_state_part_idstring

ID of the resource

service_inventory_idstring

ID of the resource

source_created_atstring date-time
source_deleted_atstring date-time
source_idstring

ID of the resource

source_refstring

The native reference used by the Source to refer to this object

support_urlstring
updated_atstring date-time

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"
}