Check the existence of a vertex
Checks the existence of an object. 200 OK is returned if the vertex exists and 404 Not Found if it does not exist.
| Name | Type | Required | Description |
|---|---|---|---|
identifier | string | true | The unique identifier for the vertex. |
type | string | true | The name of the entity type for the vertex. |
| Name | Type | Required | Description |
|---|---|---|---|
expansionLimit | integer | false | The maximum number of adjacent vertices. If a value greater than zero is specified and the vertex exceeds the limit, the metrics calculation is skipped and no degree and adjacent information is returned. Default: 2000 |
metricsAggregationLimit | integer | false | The aggregation used to exclude highly connected vertices from the metrics calculation is skipped when the number of leaf vertices exceeds this limit. The default value of -1 means the aggregation always runs; a value of 0 means the aggregation never runs. Default: -1 |
metricsLimit | integer | false | The maximum number of new vertices to be found by the search when calculating the metrics. If a value greater than zero is specified and the number of new vertices found by the search exceeds the limit, then the search is cancelled and no degree and adjacent information is returned. Default: 5000 |