action netbox_tenancy_tenants_read { label: "tenancy_tenants_read" description: "" provider: netbox method: GET path: "/tenancy/tenants/{id}/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { circuit_count: { type: "integer" } cluster_count: { type: "integer" } comments: { type: "string" } created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } device_count: { type: "integer" } display: { type: "string" } group: { 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" } } } id: { type: "integer" } ipaddress_count: { type: "integer" } last_updated: { type: "string" format: "date-time" } name: { type: "string" } prefix_count: { type: "integer" } rack_count: { type: "integer" } site_count: { type: "integer" } 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" } virtualmachine_count: { type: "integer" } vlan_count: { type: "integer" } vrf_count: { type: "integer" } } } }