action netboxdemo_dcim_rack_roles_read { label: "dcim_rack-roles_read" description: "Call to super to allow for caching" provider: netboxdemo method: GET path: "/dcim/rack-roles/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { color: { type: "string" } description: { type: "string" } id: { type: "integer" } name: { type: "string" } rack_count: { type: "integer" } slug: { type: "string" format: "slug" } } } }