Processing rules
Processing rules
GEThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/processing_rules
Authorization
Path parameters
pipelineID*string (uuid)
Query parameters
Response
OK
Headers
Body
id*string (uuid)
pipelineID*string (uuid)
configSectionID*string (uuid)
fileID*string (uuid)
match*string
Example: "*"
isMatchRegexp*boolean
actions*array of RuleActionV1 (object)
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Create a processing rule
Create a processing rule in the given pipeline. Only one processing rule is allowed per pipeline.
POSThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/processing_rules
Authorization
Path parameters
pipelineID*string (uuid)
Body
match*string
Example: "*"
isMatchRegexp*boolean
actions*array of RuleActionV1 (object)
Response
Created
Body
id*string (uuid)
configSectionID*string (uuid)
fileID*string (uuid)
createdAt*string (uuid)
Request
Response