action redhat_list_source_service_plans { label: "List ServicePlans for Source" description: "Returns an array of ServicePlan objects" provider: redhat method: GET path: "/sources/{id}/service_plans" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" properties: { archived_at: { type: "string" format: "date-time" } create_json_schema: { type: "object" } created_at: { type: "string" format: "date-time" } description: { 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" } name: { type: "string" } refresh_state_part_id: { type: "object" additionalProperties: true } resource_version: { type: "string" } service_offering_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" format: "uuid" } update_json_schema: { type: "string" } 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" } } } } } }