Go to documentation repository
Page History
The POST request (see Search request) for search start must contain JSON of one of the following types:
Constructor describing parameters for metadata database request.
There are three logical parts of the search request:
Request type (queryType, see Types of requests and their parameters)
Parameters specific for the specified type of request (figures,
queryPropertiesqueryProperties, see Additional conditions)
Additional filter conditions (objectProperties,
conditionsconditions, see Additional conditions)
Direct request in metadata database language.
Code Block { "query": "figure fZone=polygon(0.4647676,0.3973333,0.7946027,0.5493333,0.8650675,0.7946666,0.4647676,0.7946666); figure fDir=(ellipses(-10000, -10000, 10000, 10000) - ellipses(-0, -0, 0, 0));set r = group[obj=vmda_object] { res = or(fZone((obj.left + obj.right) / 2, obj.bottom)) }; result = r.res;" }
...
Info | ||
---|---|---|
| ||
To perform search in offline analytics data, use the following request:
This request will be performed even if AxxonNext archive is removed, but VMDA metadata is saved. Object ID is to be specified without the hosts/ prefix. Valid request: /search/vmda/SERVER-NAME/OfflineAnalytics... Invalid request: /search/vmda/hosts/SERVER-NAME/OfflineAnalytics... |
...