NovaCloud-EN
  1. Monitoring Card
NovaCloud-EN
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Player
      • Player Management
        • Obtain player list
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • Program widget examples
        • Hand-drawn clock widget
        • Weather widget
        • Environmental Monitoring widget
      • Common Solutions
      • Offline Export
      • Over-specification Detection Switching
      • Program Over-specification Detection
    • Real-Time Control
      • NTP Time Synchronization
      • Synchronous playback
      • Brightness Adjustment
      • Screenshots
      • Volume Adjustment
      • Video Source Switching
      • Screen Status
      • Restart Players
      • Screen Power
    • Scheduled Control
      • Scheduled Screen Status
      • Scheduled Restart Players
      • Scheduled Volume Adjustment
      • Scheduled Brightness Adjustment
      • Scheduled Video Source Switching
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Receiving Card
        • Topology Information
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Screen
        • Screen list
        • Screen detail
        • Monitoring Information
      • Master Controller
        • Basic Information
        • Alarm Information
        • Operating Parameters Information
      • Smart Module
        • Monitoring Information
        • Alarm Infomation
      • Input Source
        • Monitor Infomation
      • Module/Cabinet
        • Monitoring Information
      • Monitoring Card
        • Monitoring Information
          GET
      • Camera
        • Camera configuration
        • The camera monitors the aggregated information
    • Brightness Log
      • Brightness History
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Monitoring Card

Monitoring Information

Developing
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/device-status-monitor/monitor-card/monitor/{sn}
TIP
1.
This is an interface used for obtaining the monitoring information from the monitoring card of the current device.
2.
This is an advanced interface.

Request

Path Params
sn
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-us.vnnox.com/v2/device-status-monitor/monitor-card/monitor/'

Responses

🟢200成功
application/json
Body
items
array [object {8}] 
required
Data list
cabinDoorStatus
boolean 
required
Cabinet door status
fansSpeed
object 
required
Fan speed
position
string 
required
Location
smokeStatus
boolean 
required
Smoke
sn
string 
required
Device SN
socketCableStatus
array[boolean]
required
Flat cable status
status
boolean 
required
Working status
voltage
object 
required
Voltage
Example
{
  "items": [
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005000600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 3.9,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005010600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 3.9,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005020600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 3.9,
        "1": 3.4,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005030600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 4,
        "1": 3.4,
        "2": 3.4,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005040600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 3.8,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005050600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 3.9,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005060600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 4,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005070600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 4,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    },
    {
      "cabinDoorStatus": true,
      "fansSpeed": {
        "0": -255,
        "1": -255,
        "2": -255,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      },
      "position": "0200030005080600",
      "smokeStatus": true,
      "sn": "002F2101000002DB",
      "socketCableStatus": [
        false
      ],
      "status": false,
      "voltage": {
        "0": 4,
        "1": 3.3,
        "2": 3.3,
        "3": -255,
        "4": -255,
        "5": -255,
        "6": -255,
        "7": -255,
        "8": -255
      }
    }
  ]
}
Previous
Monitoring Information
Next
Camera configuration
Built with