Transform the search into the raw database search​
Experimental: This API is not stable and might be subject of change.
Show the underlying raw search.
Path Parameters
- graph_id string required
The identifier of the graph
Example: resoto
Query Parameters
- section string
Possible values: [
reported
,desired
,metadata
]The name of the section used for all property paths. If not defined root is assumed.
- text/plain
Request Body
The search to perform
- string
Responses
- 200
Returns the search as performed by the database.
- application/json
- Schema
- Example (from schema)
Schema
- query string
The string representation of the query
bind_vars object
All binding variables for this query
{
"query": "string",
"bind_vars": {}
}
Loading...