Skip to main content

Search the graph and return all nodes as list (this will not contain any edges)

POST 

/graph/:graph_id/search/list

Search the graph and return the matching nodes as list. A section can be defined (defaults to / == root) to interpret relative property paths. Example: is(volume) and (reported.age>23d or desired.clean==true or metadata.version==2)

Request​

Path Parameters

    graph_id stringrequired

    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.

    count boolean

    Default value: true

    Optional parameter to get a Ck-Element-Count header which returns the number of returned json elements

Body

The search to perform

    string

Responses​

The result of this search in the defined format

Schema
  • Array [
  • kind string

    The kind of this node.

  • ]
Loading...

Contact Us

 

 

Â