NovaCloud-EN
  1. Brightness Log
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
      • Camera
        • Camera configuration
        • The camera monitors the aggregated information
    • Brightness Log
      • Brightness History
        POST
  • Others
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining Login URL
  1. Brightness Log

Brightness History

Developing
US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/device-status-monitor/brightness/history
TIP
1.
This interface is used for obtaining the brightness adjustment history of the current device.
2.
The maximum range for brightness history search is 30 days.
3.
This is an advanced interface.

Request

Body Params application/json
currentPage
integer 
required
Current page,1 by default.
endTime
string 
required
End time,millisecond timestamp
orderRule
string 
required
Sorting rule,asc in ascending order and desc in reverse order.
pageSize
integer 
required
Quantity per page,10 by default.
sn
string 
required
Device SN
startTime
string 
required
Start time,millisecond timestamp
Example
{
    "currentPage": 0,
    "endTime": "string",
    "orderRule": "string",
    "pageSize": 0,
    "sn": "string",
    "startTime": "string"
}

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://open-us.vnnox.com/v2/device-status-monitor/brightness/history' \
--header 'Content-Type: application/json' \
--data-raw '{
    "currentPage": 0,
    "endTime": "string",
    "orderRule": "string",
    "pageSize": 0,
    "sn": "string",
    "startTime": "string"
}'

Responses

🟢200成功
application/json
Body
currentPage
integer 
required
Current page
data
array [object {6}] 
required
Data
brightType
integer 
required
Adjustment type 0-Manual 1-Scheduled 2-Automatic 5-Failed to read the light sensor data
brightValue
integer 
required
Brightness percentage
recordTime
string 
required
Adjustment time
result
boolean 
required
Adjustment result
sn
string 
required
Device SN
timezone
integer 
required
Time zone
total
integer 
required
Total number
totalPage
integer 
required
Total number of pages
Example
{
    "currentPage": 0,
    "endTime": "string",
    "orderRule": "string",
    "pageSize": 0,
    "sn": "string",
    "startTime": "string"
}
Previous
The camera monitors the aggregated information
Next
Obtaining User List
Built with