action netbox_dcim_module_bays_read { label: "dcim_module-bays_read" description: "" provider: netbox method: GET path: "/dcim/module-bays/{id}/" encoding: json output: { type: "object" required: ["device", "name"] properties: { created: { type: "string" format: "date-time" } custom_fields: { type: "object" } description: { type: "string" } device: { type: "object" properties: { display: { type: "string" } id: { type: "integer" } name: { type: "string" } url: { type: "string" format: "uri" } } } display: { type: "string" } id: { type: "integer" } installed_module: { type: "object" properties: { display: { type: "string" } id: { type: "integer" } serial: { type: "string" } url: { type: "string" format: "uri" } } } label: { type: "string" description: "Physical label" } last_updated: { type: "string" format: "date-time" } name: { type: "string" } position: { type: "string" description: "Identifier to reference when renaming installed components" } 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" } } } }