add_device_instance
Add a new monitored instance to a device datasource without Active Discovery. Specify the device, datasource, display name, and wildcard value to start collecting data for services like ServiceStatus.
Instructions
Add a monitored instance to a datasource on a device (requires write permission). Used for datasources without Active Discovery (e.g. ServiceStatus).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device ID | |
| wild_value | Yes | Wildcard value used by the datasource to query this instance (e.g. 'nginx.service' for ServiceStatus, a port number for Port-) | |
| description | No | Optional instance description | |
| display_name | Yes | Display name for the instance | |
| device_datasource_id | Yes | Device-DataSource ID (from get_device_datasources) |