Skip to main content
Version: 4.2.0

Show the structure of the search

POST 

https://localhost:8900/graph/:graph_id/search/structure

Structure of the search as json object.

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.

Body

The search to perform

    string

Responses​

The execution plan of the database

Schema

    any

curl -L -X POST 'https://localhost:8900/graph/:graph_id/search/structure' \
-H 'Content-Type: text/plain' \
-H 'Accept: application/json' \
-d ''
Request Collapse all
Base URL
https://localhost:8900
Parameters
— pathrequired
— query
— query
Body