BPQL Object Syntax
BigPanda uses a JSON Object form of its BPQL string for API body parameters. When using the API, this format needs to be followed where appropriate.
BigPanda's APIs utilizes the BPQL object syntax when used for querying, which should not be confused with the string formatted BPQL when searching or filtering inside the UI itself.
The below BPQL object cheatsheets explain how a conventional BPQL string is represented as a JSON object instead. Again, use this format whenever a certain API requires filling in a bpql
parameter, like Create a Plan.
```a Basic Query {<operator>: [<tag>, <value/values>]} ```
Command | BPQL String | BPQL Object |
---|---|---|
equal |
|
|
not equal |
|
|
strong equal |
|
|
in operator |
|
|
not in operator |
|
|
```a Complex Query {<operator>: [<sub_query#1>,<sub_query#2>,...]} ```
Command | BPQL String | BPQL Object |
---|---|---|
|
|
|
|
|
|
Special Values
For commands with special values, the value will be represented inside an object. Here are two examples.
Command | BPQL String | BPQL Object |
---|---|---|
wildcard |
|
|
Formal Regex Search |
|
|