(blue star) Example - Obtaining list active/non-active cameras on platform:

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

note

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

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

Query:

query {
  cameraList {
    name
    is_connected
  }
}

Response:

{
  "data": {

What is good for?