Transform the search into the raw database search
POST/graph/:graph_id/search/raw
Experimental: This API is not stable and might be subject of change.
Show the underlying raw search.
Request​
Path Parameters
graph_id stringrequired
The identifier of the graph
Example: fix
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.
at date-time
The timestamp to use for the search. If not defined the latest version of the graph is used.
- text/plain
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
property name* any
All binding variables for this query
{
"query": "string",
"bind_vars": {}
}
Loading...