orion_update_attributes
Update attributes of an existing entity by specifying the entity ID and a dictionary of attributes with types and values.
Instructions
Update one or more attributes of an existing entity.
Args: entity_id: Entity ID to update. attributes: Dict of attributes to update. Example: {"status": {"type": "Text", "value": "offline"}, "snmp_uptime": {"type": "Number", "value": 3600}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| attributes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |