Search the graph and return all possible attribute names for given property path.
POST/graph/:graph_id/property/attributes
Search the graph and return all possible attribute names for given property path.
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.
prop stringrequired
The property path to search for with an optional predicate
Example: tags
count boolean
Default value: true
Optional parameter to get a Ck-Element-Count header which returns the number of returned json elements
- text/plain
Body
The search to perform
string
Responses​
- 200
The result of this search in the defined format
- application/json
- Schema
Schema
Array [
]
string
Loading...