Processing rule templates
List all processing rule templates in descending order with backward pagination.
Authorizations
Path parameters
projectIDstring · uuidRequired
Query parameters
lastintegerOptional
Last processing rule templates.
beforestringOptional
Processing rule templates before the given cursor.
namestring · min: 1 · max: 30Optional
Filter processing rule templates by name.
Responses
200
OK
application/json
get
200
OK
No content
Create a new processing rule template.
Authorizations
Path parameters
projectIDstring · uuidRequired
Body
namestring · min: 1 · max: 30RequiredExample:
My template
pipelineVersionstringOptionalExample:
semver version of core-fluent-bit is running
v1.3.5
inputstring · min: 1 · max: 1048576OptionalExample:
input to use as an example for the processing rule template
{"log":"line 2"}
isRawInputbooleanOptionalDefault:
define if the input parameter is in raw or json format (false)
false
Responses
201
Created
application/json
post
201
Created
List all processing rule templates in descending order with backward pagination.
Authorizations
Path parameters
projectIDstring · uuidRequired
Query parameters
namestring · min: 1 · max: 30Optional
Filter processing rule templates by name.
lastintegerOptional
Last processing rule templates.
beforestringOptional
Processing rule templates before the given cursor.
Responses
200
OK
application/json
get
200
OK