action netbox_dcim_inventory_items_read { label: "dcim_inventory-items_read" description: "" provider: netbox method: GET path: "/dcim/inventory-items/{id}/" encoding: json output: { type: "object" required: ["device", "name"] properties: { _depth: { type: "integer" } asset_tag: { type: "string" description: "A unique tag used to identify this item" } component: { type: "object" } component_id: { type: "integer" } component_type: { type: "string" } 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" } } } discovered: { type: "boolean" description: "This item was automatically discovered" } display: { type: "string" } id: { type: "integer" } label: { type: "string" description: "Physical label" } last_updated: { type: "string" format: "date-time" } 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" } } } name: { type: "string" } 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" } } } serial: { 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" } } } }