describe_inventory
Retrieve complete inventory details, including groups, tags, actions, and device nodes with their attributes, from the Itential Platform.
Instructions
Get detailed information about a specific inventory from Itential Platform.
Retrieves comprehensive details about an inventory including its description, groups, actions, tags, and the list of nodes (devices) with their attributes. The inventory is identified by its name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the inventory to describe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _id | Yes | Unique identifier for the inventory | |
| name | Yes | Inventory name | |
| tags | No | Tags associated with the inventory | |
| nodes | No | List of node objects in the inventory, each containing name, attributes (such as itential_host, itential_platform, cluster_id), and optional tags | |
| groups | No | List of authorization group names associated with the inventory | |
| actions | No | List of actions configured for the inventory | |
| description | No | Inventory description |