- API Access Guide
- Common HTTP Status Codes
- VNNOX
- Player
- Solutions
- Real-Time Control
- Scheduled Control
- Logs
- Notifications
- VNNOXCare
- Notes
- Device Status Monitoring
- Receiving Card
- Screen
- Master Controller
- Smart Module
- Input Source
- Module/Cabinet
- Monitoring Card
- Brightness Log
- Others
- Third-Party System Authorization
Topology Information
Developing
US
US
GET
/v2/device-status-monitor/receiving-card/topology/{sn}
TIP
1.
2.
Request
Path Params
sn
string
required
Header Params
AppKey
string
required
Default:
{{AppKey}}
Nonce
string
required
CurTime
string
required
CheckSum
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/receiving-card/topology/' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'
Responses
🟢200成功
application/json
Body
identifier
string
required
redus
array [object {3}]
required
masterCom
string
optional
reduItems
array [object {4}]
optional
slaveCom
string
optional
senders
array [object {14}]
required
com
string
optional
physicalDataKey
string
optional
senderConnectedStatus
integer
optional
senderFirmwareVersion
string
optional
senderIndex
integer
optional
senderInputSource
string
optional
senderName
string
optional
senderPCBVersion
string
optional
senderPortsNumber
integer
optional
senderRate
integer
optional
senderTerminalTime
string
optional
senderTerminalTimeZone
string
optional
senderType
string
optional
senderWorkStatus
integer
optional
topologys
array [object {10}]
required
com
string
optional
connectIndex
integer
optional
groupIndex
integer
optional
height
integer
optional
physicalDataKey
string
optional
portIndex
integer
optional
senderIndex
integer
optional
width
integer
optional
x
integer
optional
y
integer
optional
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
}
]
}
Modified at 2024-08-07 01:35:36