NovaCloud-EN
  1. Receiving 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
          GET
        • Basic Information
          GET
        • Monitoring Information
          GET
        • Alarm Information
          GET
      • 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
      • 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. Receiving Card

Topology Information

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

Request

Path Params
sn
string 
required
Device SN

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/receiving-card/topology/'

Responses

🟢200成功
application/json
Body
identifier
string 
required
Device ID
redus
array [object {3}] 
required
masterCom
string 
optional
Primary Ethernet port
reduItems
array [object {4}] 
optional
slaveCom
string 
optional
Redundant Ethernet port
senders
array [object {14}] 
required
Controller information
com
string 
optional
com port
physicalDataKey
string 
optional
Enumeration code
senderConnectedStatus
integer 
optional
Connection status
senderFirmwareVersion
string 
optional
Hardware version
senderIndex
integer 
optional
Index
senderInputSource
string 
optional
Input source
senderName
string 
optional
Name
senderPCBVersion
string 
optional
PCB version
senderPortsNumber
integer 
optional
Number of Ethernet ports
senderRate
integer 
optional
Frame rate
senderTerminalTime
string 
optional
Time
senderTerminalTimeZone
string 
optional
Time zone
senderType
string 
optional
Device type code
senderWorkStatus
integer 
optional
Device working status
topologys
array [object {10}] 
required
Topology
com
string 
optional
com port
connectIndex
integer 
optional
Connection index
groupIndex
integer 
optional
Group index
height
integer 
optional
Height
physicalDataKey
string 
optional
Type enumeration
portIndex
integer 
optional
Ethernet port index
senderIndex
integer 
optional
Controller index
width
integer 
optional
Width
x
integer 
optional
Horizontal coordinate
y
integer 
optional
Vertical coordinate
Example
{
    "identifier": "string",
    "redus": [
        {
            "masterCom": "string",
            "reduItems": [
                {
                    "masterPortIndex": 0,
                    "masterSenderIndex": 0,
                    "slavePortIndex": 0,
                    "slaveSenderIndex": 0
                }
            ],
            "slaveCom": "string"
        }
    ],
    "senders": [
        {
            "com": "string",
            "physicalDataKey": "string",
            "senderConnectedStatus": 0,
            "senderFirmwareVersion": "string",
            "senderIndex": 0,
            "senderInputSource": "string",
            "senderName": "string",
            "senderPCBVersion": "string",
            "senderPortsNumber": 0,
            "senderRate": 0,
            "senderTerminalTime": "string",
            "senderTerminalTimeZone": "string",
            "senderType": "string",
            "senderWorkStatus": 0
        }
    ],
    "topologys": [
        {
            "com": "string",
            "connectIndex": 0,
            "groupIndex": 0,
            "height": 0,
            "physicalDataKey": "string",
            "portIndex": 0,
            "senderIndex": 0,
            "width": 0,
            "x": 0,
            "y": 0
        }
    ]
}
Previous
Notes
Next
Basic Information
Built with