ncloud_update_integration
Update an existing Cloud Insight integration by providing its integration ID, name, webhook URL, and payload template. Modify HTTP headers for the outgoing webhook configuration.
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 |