create_device_group
Creates a new device group on Itential Platform to organize network devices, facilitating management, configuration deployment, and automation workflows.
Instructions
Create a new device group on Itential Platform.
Device groups enable logical organization of network devices for streamlined management, configuration deployment, and automation workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the device group to create | |
| devices | No | List of devices to add to the group | |
| description | No | Short description of the device group |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier for the created device group | |
| name | Yes | Name of the device group | |
| status | Yes | Current status of the device group | |
| message | Yes | Status message describing the create operation |