v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
routes

Update a Routing table within a Pack

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

patch/p/{pack}/routes/{id}

Path parameters

idstring required

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

packstring required

The <code>id</code> of the Pack.

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

The updated Routing table object in a single-item list.

countinteger required

number of items present in the items array