Get Device Vertex in Graph Database
get
/api/deviceNavigation/Devices/readDeviceVertex
Gets the device vertex in the graph database that matches the device name and device zone name.
Request
Query Parameters
-
DeviceName(required): string
The device name corresponding to Devices.DeviceName.
-
DeviceZoneName(required): string
The device zone name.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown -
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
arrayThe list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type:
object