Skip to main content

Show the structure of the search

POST 

/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

Loading...