pipelines

Update a Pipeline within a Pack

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

patch/p/{pack}/pipelines/{id}

Path parameters

idstring required

The <code>id</code> of the Pipeline to update.

packstring required

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

Request body

idstring required

Response

a list of Pipeline objects

countinteger

number of items present in the items array

Changes