Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

\uD83D\uDCD8 Example - Obtaining list active/non-active cameras on platform:

By querying the camera status , we can obtain information about camera statuses under owner account

Pre-requisites: Setup rights user TOKEN rigths - ?Configuration?.

Query:

Code Block
query {
  camera(node_id:140094){
    name
    serial_number
    is_connected
    connection{
      source_ip
    }
  }
}

Response:

Code Block
{
  "data": {

What is good for?