action netbox_dcim_virtual_chassis_read { label: "dcim_virtual-chassis_read" description: "" provider: netbox method: GET path: "/dcim/virtual-chassis/{id}/" encoding: json output: { type: "object" required: ["name"] properties: { comments: { type: "string" } created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } display: { type: "string" } domain: { type: "string" } id: { type: "integer" } last_updated: { type: "string" format: "date-time" } master: { type: "object" properties: { display: { type: "string" } id: { type: "integer" } name: { type: "string" } url: { type: "string" format: "uri" } } } member_count: { type: "integer" } name: { type: "string" } 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" } } } }