NovaCloud-EN
  1. Third-Party System Authorization
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
  • Others
    • Third-Party System Authorization
      • Obtaining User List
        GET
      • Obtaining Login URL
        POST
  1. Third-Party System Authorization

Obtaining Login URL

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/integration/vnnox-access-url
TIP
1.
This interface is used for obtaining the URL to access the VNNOX system.
2.
This interface cannot be called by sub-users.
3.
Advanced interface.

Request

Body Params application/json
username
string 
required
User name to access the system
lang
string 
required
Display language after the user accesses the system: zh-CN: Simplified Chinese en: English jp: Japanese
sys
string 
required
Subsystem displayed after the user access VNNOX. VNNOX AD is accessed by default if this is not specified. pro: VNNOX AD lite: VNNOX Standard
Example
 {
    "username":"myfdev",
    "lang":"zh-CN",
    "sys":"pro"
}

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/integration/vnnox-access-url' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username":"myfdev",
    "lang":"zh-CN",
    "sys":"pro"
}'

Responses

🟢200成功
application/json
Body
url
string 
required
URL to redirect to VNNOX
expire
integer 
required
Valid time of the URL (second)
Example
{
    "url": "http://127.0.0.1:92/enterVnnox/e25e34963a5bfadc223e573685351585",
    "expire": 3600
}
Modified at 2024-08-07 01:35:37
Previous
Obtaining User List
Built with