netbox_update_object
Partially update a NetBox object by providing its endpoint, numeric ID, and field changes. Only the specified fields are modified.
Instructions
Partially update an existing object at a NetBox endpoint. Only the
fields included in data are changed. Disabled when the server is
running in read-only mode.
Args:
endpoint: An "app.endpoint" string, e.g. "dcim.devices".
id: The object's numeric ID.
data: Field values to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| data | Yes | ||
| endpoint | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||