update_service
Update a service configuration by specifying the port and optional settings. Only provided fields are changed, enabling precise modifications to packet handling and decoding options.
Instructions
Update a service. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | ||
| name | No | ||
| merge_adjacent_packets | No | ||
| urldecode_http_requests | No | ||
| decrypt_tls | No | ||
| parse_web_sockets | No | ||
| http | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| port | Yes | ||
| mergeAdjacentPackets | No | ||
| urldecodeHttpRequests | No | ||
| decryptTls | No | ||
| parseWebSockets | No | ||
| http | No |