action netbox_dcim_module_bay_templates_read { label: "dcim_module-bay-templates_read" description: "" provider: netbox method: GET path: "/dcim/module-bay-templates/{id}/" encoding: json output: { type: "object" required: ["device_type", "name"] properties: { created: { type: "string" format: "date-time" } description: { type: "string" } device_type: { type: "object" required: ["model", "slug"] properties: { device_count: { type: "integer" } display: { type: "string" } id: { type: "integer" } manufacturer: { type: "object" required: ["name", "slug"] properties: { devicetype_count: { type: "integer" } display: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } model: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } display: { type: "string" } id: { type: "integer" } label: { type: "string" description: "Physical label" } last_updated: { type: "string" format: "date-time" } name: { type: "string" description: "\n{module} is accepted as a substitution for the module bay position when attached to a module type.\n" } position: { type: "string" description: "Identifier to reference when renaming installed components" } url: { type: "string" format: "uri" } } } }