action netboxdemo_extras_tags_read { label: "extras_tags_read" description: "Call to super to allow for caching" provider: netboxdemo method: GET path: "/extras/tags/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { color: { type: "string" } description: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } tagged_items: { type: "integer" } } } }