get /systemrule/security/parsetree

Stability index

LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.

Query parameters

rule (required)

Return type

BacktrackedRule

Example data

Content-Type: application/json

{ "backtracked" : true, "schemaPath" : "schemaPath", "resourceConditions" : [ [ { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" }, { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" } ], [ { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" }, { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" } ] ], "message" : "message", "resourceType" : "resourceType", "userConditions" : [ [ { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" }, { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" } ], [ { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" }, { "schemaPath" : "schemaPath", "property" : "property", "value" : "value", "operator" : "operator" } ] ] }

Responses

200
OK