action netboxdemo_ipam_rirs_read { label: "ipam_rirs_read" description: "Call to super to allow for caching" provider: netboxdemo method: GET path: "/ipam/rirs/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { aggregate_count: { type: "integer" } description: { type: "string" } id: { type: "integer" } is_private: { type: "boolean" description: "IP space managed by this RIR is considered private" } name: { type: "string" } slug: { type: "string" format: "slug" } } } }