aap_create_inventory
Create a new AAP inventory with specified name, organization, kind, variables, and description. Returns the created inventory's ID and name.
Instructions
Create a new AAP inventory.
Example: "Create an inventory called AWS-Production"
Args: params (CreateInventoryInput): Inventory configuration.
Returns: str: JSON with created inventory id and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |