netbox_create_object
Create a new object at a NetBox endpoint by providing an app.endpoint and field values. Validate required fields with the schema before creating.
Instructions
Create a new object at a NetBox endpoint. Disabled when the server is running in read-only mode.
Args:
endpoint: An "app.endpoint" string, e.g. "dcim.sites".
data: Field values for the new object. Use netbox_get_schema to
see required and valid fields first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| endpoint | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||