action netbox_dcim_inventory_item_templates_read { label: "dcim_inventory-item-templates_read" description: "" provider: netbox method: GET path: "/dcim/inventory-item-templates/{id}/" encoding: json output: { type: "object" required: ["device_type", "name"] properties: { _depth: { type: "integer" } component: { type: "object" } component_id: { type: "integer" } component_type: { type: "string" } 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" } manufacturer: { type: "object" additionalProperties: true } name: { type: "string" description: "\n{module} is accepted as a substitution for the module bay position when attached to a module type.\n" } parent: { type: "integer" } part_id: { type: "string" description: "Manufacturer-assigned part identifier" } role: { type: "object" required: ["name", "slug"] properties: { display: { type: "string" } id: { type: "integer" } inventoryitem_count: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } url: { type: "string" format: "uri" } } } url: { type: "string" format: "uri" } } } }