action redhat_show_service_offering { label: "Show an existing ServiceOffering" description: "Returns a ServiceOffering object" provider: redhat method: GET path: "/service_offerings/{id}" encoding: json output: { type: "object" properties: { archived_at: { type: "string" format: "date-time" } created_at: { type: "string" format: "date-time" } description: { type: "string" } display_name: { type: "string" } distributor: { type: "string" } documentation_url: { type: "string" } extra: { type: "object" description: "Extra information about this object in JSON format" } id: { type: "string" description: "ID of the resource" } last_seen_at: { type: "string" format: "date-time" } long_description: { type: "string" } name: { type: "string" } refresh_state_part_id: { type: "object" additionalProperties: true } service_inventory_id: { type: "object" additionalProperties: true } source_created_at: { type: "string" format: "date-time" } source_deleted_at: { type: "string" format: "date-time" } source_id: { type: "object" additionalProperties: true } source_ref: { type: "string" description: "The native reference used by the Source to refer to this object" } support_url: { type: "string" } updated_at: { type: "string" format: "date-time" } } additionalProperties: false } }