network_update
Update an existing network's settings, including display name, queue parameters, and host URI. Provide the password when changing hostUri to trigger reconnection.
Instructions
Update a network. password is required when changing hostUri.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | AMQP message TTL in milliseconds. | |
| info | No | Other information (full replacement). | |
| name | No | New display name. | |
| length | No | AMQP max queue length. | |
| hostUri | No | New queue URI. Triggers reconnection. | |
| password | No | New queue connection password (required when changing hostUri). | |
| networkId | Yes | The network ID to update. |