Parse a friendly filter string into a filterNodes tree.Copy Pagepost https://example.com/config-triggers/v1/Triggers/filters:parseBody Paramsapplication/jsontext/jsonapplication/*+jsonRequest body containing recordType and filter.Request body for parsing a friendly filter string into a canonical filterNodes tree.recordTypestring | nullGets or sets the entity type the filter applies to (e.g. Machine, Session, Process). Required.filterstring | nullGets or sets the friendly filter string to parse, e.g. CPU -gt 90 -and Uptime -lt "01:00:00". Required.Headerscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsontext/jsonAllowed:application/*+jsonapplication/jsontext/jsonResponses 200Filter parsed successfully. 400Missing recordType, missing filter, or filter exceeds the maximum length. 422Filter syntax is invalid, or exceeds the maximum nesting depth.Updated 2 days ago Disable triggerTriggerSchedulesDid this page help you?YesNo