action netbox_tenancy_tenant_groups_read { label: "tenancy_tenant-groups_read" description: "" provider: netbox method: GET path: "/tenancy/tenant-groups/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { _depth: { type: "integer" } created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } display: { type: "string" } id: { type: "integer" } last_updated: { type: "string" format: "date-time" } name: { type: "string" } parent: { type: "object" required: ["name", "slug"] properties: { _depth: { type: "integer" } display: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } tenant_count: { type: "integer" } url: { type: "string" format: "uri" } } } 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" } } } } tenant_count: { type: "integer" } url: { type: "string" format: "uri" } } } }