IotHub
  1. video
IotHub
  • README
  • Update Record
  • token
    • createToken
      POST
    • destroyToken
      POST
  • customer
    • customerPage
      POST
    • customerTree
      POST
  • device
    • command
      • commandSend
      • commandInfoList
      • cutOilElectric
      • getConfig
    • devicePage
      POST
    • deviceTypes
      POST
    • deviceTypeInfo
      POST
    • deviceDataByDeviceIds
      POST
    • deviceDataByCustomerId
      POST
    • deviceTripInfoByTripId
      POST
    • deviceTripsByDeviceId
      POST
    • expandInfoByDeviceId
      POST
    • saveDeviceChannelName
      POST
  • fence
    • fencePage
    • fenceInfo
    • addFence
    • saveFence
    • delFence
    • fenceDevices
    • fenceDeviceUpdate
    • fenceDeviceDel
    • fenceDeviceAdd
  • push
    • README
  • video
    • H5 page
    • H5 Page-V2
    • liveVideo
      POST
    • playBackList
      POST
    • historicalUpload
      POST
    • playBack
      POST
    • replaySet
      POST
    • taskPage
      POST
    • taskDelete
      POST
    • getNodes
      POST
  • alarm
    • alarmTypeList
    • alarmFilePage
    • alarmFileByAlarmId
    • alarmHistoryPage
    • alarmPageByUser
  • audio
    • README
    • talk
    • talkPlus
  • gallery
    • filePageV2
    • filePage
    • deleteFile
    • capture
    • capturePage
  • fleet
    • faceRecordPage
  • gps
    • historyData
  • Protocol Analysis
    POST
  1. video

getNodes

Singapore
https://mettahub.mettaxiot.com/gps
Singapore
https://mettahub.mettaxiot.com/gps
POST
/v2/openapi/video/nodes
Get all streaming nodes supported by the current server

Request

Header Params
Authorization
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 POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/video/nodes' \
--header 'Authorization;'

Responses

🟢200Success
application/json
Body
code
integer  | null 
optional
data
object (ApiVideoNodesVO) 
optional
liveNodes
array[object (ApiNodesVO) {4}]  | null 
optional
Node configurations that can be used for live streaming
talkNodes
array[object (ApiNodesVO) {4}]  | null 
optional
Node configurations that can be used for recording
replayNodes
array[object (ApiNodesVO) {4}]  | null 
optional
Node configurations that can be used for replay
msg
string  | null 
optional
Example
{
  "code": 0,
  "data": {
    "liveNodes": [
      {
        "default": false,
        "nodeName": "",
        "nodeValue": "",
        "nodeOrder": ""
      }
    ],
    "talkNodes": [
      {
        "default": false,
        "nodeName": "",
        "nodeValue": "",
        "nodeOrder": ""
      }
    ],
    "replayNodes": [
      {
        "default": false,
        "nodeName": "",
        "nodeValue": "",
        "nodeOrder": ""
      }
    ]
  },
  "msg": ""
}
Modified at 2025-06-06 08:23:23
Previous
taskDelete
Next
alarmTypeList
Built with