routes

Update a Route

Update a Route in the specified Routing table.</br></br>Provide a complete representation of the Routing table, including the Route that you want to update, in the request body. This endpoint does not support partial updates. Cribl removes any omitted Routes and fields when updating.</br></br>Confirm that the configuration in your request body is correct before sending the request. If the configuration is incorrect, the Routing table might not function as expected.

patch/routes/{id}

Path parameters

idstring required

The <code>id</code> of the Routing table that contains the Route to update. The supported value is <code>default</code>.

Request body

groupsobject

Information about the Route Groups that the Route is associated with.

idstring required

Unique identifier for the Routing table. The supported value is <code>default</code>.

Response

a list of Routes objects

countinteger

number of items present in the items array

Changes