Processing rules
Processing rule
GEThttps://cloud-api.calyptia.com/v1/processing_rules/{processingRuleID}
Authorization
Path parameters
processingRuleID*string (uuid)
Response
OK
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
Delete processing rule
DELETEhttps://cloud-api.calyptia.com/v1/processing_rules/{processingRuleID}
Authorization
Path parameters
processingRuleID*string (uuid)
Response
Deleted
Request
Update processing rule
PATCHhttps://cloud-api.calyptia.com/v1/processing_rules/{processingRuleID}
Authorization
Path parameters
processingRuleID*string (uuid)
Body
matchnullable string
Example: "*"
isMatchRegexpnullable boolean
actionsnullable array of RuleActionV1 (object)
Response
Updated
Body
updatedAt*string (date-time)
Request
Response