action redhat_list_source_service_offering_nodes { label: "List ServiceOfferingNodes for Source" description: "Returns an array of ServiceOfferingNode objects" provider: redhat method: GET path: "/sources/{id}/service_offering_nodes" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" properties: { archived_at: { type: "string" format: "date-time" } created_at: { type: "string" format: "date-time" } extra: { type: "object" } id: { type: "string" description: "ID of the resource" } last_seen_at: { type: "string" format: "date-time" } name: { type: "string" } refresh_state_part_id: { type: "object" additionalProperties: true } root_service_offering_id: { type: "object" additionalProperties: true } service_inventory_id: { type: "object" additionalProperties: true } service_offering_id: { type: "object" additionalProperties: true } source_created_at: { type: "string" format: "date-time" } source_id: { type: "object" additionalProperties: true } source_ref: { type: "string" } source_updated_at: { type: "string" format: "date-time" } updated_at: { type: "string" format: "date-time" } } additionalProperties: false } } links: { type: "object" properties: { first: { type: "string" } last: { type: "string" } next: { type: "string" } prev: { type: "string" } } } meta: { type: "object" properties: { count: { type: "integer" } limit: { type: "integer" } offset: { type: "integer" } } } } } }