ncloud_update_integration
Update an existing Cloud Insight integration by specifying its ID, name, outgoing webhook URL, and payload template. Modify headers and type as needed.
Instructions
Update an existing Cloud Insight integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Outgoing webhook URL | |
| name | Yes | Name of the integration | |
| type | No | Integration type (currently 'OUT_GOING') | OUT_GOING |
| headers | No | HTTP headers to send (max 10 entries) | |
| payload | Yes | Request payload template (JSON string, 0-15000 bytes) | |
| integrationId | Yes | Integration ID to update |