action netbox_ipam_rirs_read { label: "ipam_rirs_read" description: "" provider: netbox method: GET path: "/ipam/rirs/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { aggregate_count: { type: "integer" } created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } display: { type: "string" } id: { type: "integer" } is_private: { type: "boolean" description: "IP space managed by this RIR is considered private" } last_updated: { type: "string" format: "date-time" } name: { type: "string" } slug: { type: "string" format: "slug" } tags: { type: "array" items: { type: "object" required: ["name", "slug"] properties: { color: { type: "string" } display: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } } url: { type: "string" format: "uri" } } } }