User Tools

Site Tools


http_api |

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
http_api [2025/01/07 16:53]
cflintiii [camera]
http_api [2025/01/07 18:17] (current)
cflintiii [UpdateTerm]
Line 20582: Line 20582:
  
 ---- ----
- 
-==== UpdateTerm ==== 
- 
----- 
- 
-Control serial port terminal server for VISCA 
- 
-== Parameters: == 
- 
----- 
- 
-//​**data**// ​ Parse the JSON formatted data and retrieve the terminal server values. 
- 
-//​**term_mode**// ​ Possible values: client, server 
- 
-//​**term_protocol**// ​ Possible values: clearchannel,​ telnet 
- 
-//​**term_localport**// ​ Local TCP port (for server mode) 
- 
-//​**term_servaddr**// ​ Remote IP address (for client mode only) 
- 
-//​**term_servport**// ​ Remote TCP port (for client mode only) 
- 
-//​**term_data_bits**// ​ number of data bits. 
- 
-//​**term_parity**// ​ Possible values: None, Odd, Even, Mark, Space 
- 
-//​**term_stop_bits**// ​ Stop bits sent at the end of every character. 
- 
-//​**term_baudrate**// ​ Possible values: 9600, 19200, 38400, 57600, 115200 
- 
-//​**term_devicefile**// ​ device fine name 
- 
-//​**term_function**// ​ functionality 
-== Returns: == 
- 
----- 
- 
-JSON formatted table with values below 
- 
-**//​ret//​** ​ Custom return code of the HTTP POST request. 0 on success, 1 on failure. 
- 
-**//​status//​** ​ String describing the failure when **ret** is 1. "​OK"​ on success. 
- 
----- 
- 
-==== user_add ==== 
- 
----- 
- 
-Add a new user in the Database. 
- 
-== Parameters: == 
- 
----- 
- 
-//​**Name**// ​ Get new user name 
- 
-//​**Level**// ​ Get the level of permission for the new user name. Possible value: 0 to 7. 
- 
-//​**Password**// ​ Get the password for the new user name. 
-== Returns: == 
- 
----- 
- 
-JSON formatted table with values below 
- 
-**//​ret//​** ​ Custom return code of the HTTP POST request. 0 on success, 1 on failure. 
- 
-**//​status//​** ​ String describing the failure when **ret** is 1. "​OK"​ on success. 
- 
----- 
- 
-==== user_remove ==== 
- 
----- 
- 
-Remove the user from the database. 
- 
-== Parameters: == 
- 
----- 
- 
-//**data **//  Parse the JSON formatted data and retrieve the user name. 
-== Returns: == 
- 
----- 
- 
-JSON formatted table with values below 
- 
-**//​ret//​** ​ Custom return code of the HTTP POST request. 0 on success, 1 on failure. 
- 
-**//​status//​** ​ String describing the failure when **ret** is 1. "​OK"​ on success. 
- 
----- 
- 
-==== user_update_level ==== 
- 
----- 
- 
-Update/​change the level of permission to the given user name. 
- 
-== Parameters: == 
- 
----- 
- 
-//**data **//  Parse the JSON formatted data and retrieve the user name and level of the permission. 
-== Returns: == 
- 
----- 
- 
-JSON formatted table with values below 
- 
-**//​ret//​** ​ Custom return code of the HTTP POST request. 0 on success, 1 on failure. 
- 
-**//​status//​** ​ String describing the failure when **ret** is 1. "​OK"​ on success. 
- 
----- 
- 
-==== user_update_password ==== 
- 
----- 
- 
-Update/​change the password to the given user name. 
- 
-== Parameters: == 
- 
----- 
- 
-//**data **//  Parse the JSON formatted data and retrieve the user name and password. 
-== Returns: == 
- 
----- 
- 
-JSON formatted table with values below 
- 
-**//​ret//​** ​ Custom return code of the HTTP POST request. 0 on success, 1 on failure. 
- 
-**//​status//​** ​ String describing the failure when **ret** is 1. "​OK"​ on success. 
- 
----- 
- 
-==== download_remove ==== 
- 
----- 
- 
-<code html4strict>​ 
-http://​Encoder_IP/​cgi-bin/​control.cgi?​action=download_remove&​data=FILENAME 
- 
-http://​192.168.0.120/​cgi-bin/​control.cgi?​action=download_remove&​data=/​media/​sda/​MOV1_000040.mp4 
- 
- 
-</​code>​ 
- 
-remove the downloaded media content from the usb drive or sd card. 
- 
-== Parameters: == 
- 
----- 
- 
-//**data **//  Filename from the downloaded media content to be removed from the removable media device. 
-== Returns: == 
- 
----- 
- 
-JSON formatted table with values below 
- 
-**//​ret//​** ​ Custom return code of the HTTP POST request. 0 on success, 1 on failure. 
- 
-**//​status//​** ​ String describing the failure when **ret** is 1. "​OK"​ on success. 
- 
----- 
- 
- 
-===== Generic Control (GET) ===== 
- 
-==== 8021x ==== 
- 
----- 
- 
-Get the exthernet 802x information from the Database. 
- 
-=== Parameters: === 
- 
----- 
- 
-=== Returns: === 
- 
----- 
- 
-JSON formatted table with values below 
- 
-//​**ret**// ​ Custom return code of the HTTP GET request. 0 on success, -1 on failure. 
- 
-//​**interface**// ​ TEXT, 
- 
-**//​enable//​** ​ TEXT. 
- 
-//​**eap**// ​ TEXT. 
- 
-**//​anonymous_identity//​** ​ TEXT. 
- 
-//​**identity**// ​ TEXT. 
- 
-//​**password**// ​ TEXT. 
- 
-//​**private_key_password**// ​ TEXT. 
- 
----- 
- 
- 
-==== GetCronJobs ==== 
- 
----- 
- 
-Get the schedule job from the Database. 
- 
-=== Parameters: === 
- 
----- 
- 
-=== Returns: === 
- 
----- 
- 
-JSON formatted table with values below 
- 
-//​**ret**// ​ Custom return code of the HTTP GET request. 0 on success, -1 on failure. 
- 
-**//​enable//​** ​ INTEGER, 
- 
-//​**cron**// ​ TEXT. 
- 
-//​**func**// ​ TEXT. 
- 
-**//​func_args//​** ​ TEXT. 
- 
-//​**type**// ​ TEXT. 
- 
-//​**minutes**// ​ INTEGER. 
- 
-//​**hours**// ​ INTEGER. 
- 
-//​**day**// ​ INTEGER. 
- 
-//​**month**// ​ INTEGER. 
- 
-//​**cron**// ​ TEXT. 
- 
----- 
- 
- 
-==== GetNFSMount ==== 
- 
----- 
- 
-Get the Network File Sharing mounted infromation from the device. 
- 
-=== Parameters: === 
- 
----- 
- 
-=== Returns: === 
- 
----- 
- 
-JSON formatted table with values below 
- 
-//​**ret**// ​ Custom return code of the HTTP GET request. 0 on success, -1 on failure. 
- 
-**//​mounted//​** ​ TEXT, 
- 
----- 
- 
- 
-==== aspect_info ==== 
- 
----- 
- 
-Get the video resolution for the current channel from the Database and calculate the aspect ratio. 
- 
-=== Parameters: === 
- 
----- 
- 
-//​**chn**// ​ Get the encoder channel number. The default is encoder channel 1. Select between encoder channels. Possible values: 1, 2, 3, or 4. 
-=== Returns: === 
- 
----- 
- 
-JSON formatted table with values below 
- 
-//​**ret**// ​ Custom return code of the HTTP GET request. 0 on success, -1 on failure. 
- 
-//​**numerator**// ​ INTEGER, 
- 
-//​**denominator**// ​ INTEGER. 
- 
----- 
- 
- 
-==== boardinfo ==== 
- 
----- 
- 
-Get the board and model information from the Database. 
- 
-=== Parameters: === 
- 
----- 
- 
-=== Returns: === 
- 
----- 
- 
-JSON formatted table with values below 
- 
-//​**ret**// ​ Custom return code of the HTTP GET request. 0 on success, -1 on failure. 
- 
-//​**logo_enable**// ​ TEXT, 
- 
-//​**logo_filename**// ​ TEXT. 
- 
-//​**logo_width**// ​ INTEGER. 
- 
-//​**logo_height**// ​ INTEGER. 
- 
-//​**logo_blob**// ​ BLOB. 
- 
-//​**ico_blob**// ​ BLOB. 
- 
-//​**model_enable**// ​ TEXT. 
- 
-//​**model_name**// ​ TEXT. 
- 
----- 
- 
- 
-==== cam_state ==== 
- 
----- 
- 
-Get the current camera state information from the Database. 
- 
-=== Parameters: === 
- 
----- 
- 
-=== Returns: === 
- 
----- 
- 
-JSON formatted table with values below 
- 
-//​**ret**// ​ Custom return code of the HTTP GET request. 0 on success, -1 on failure. 
- 
-//​**preset**// ​ TEXT, 
- 
-//​**enc_channels**// ​ TEXT. 
- 
-//​**opmode**// ​ TEXT. 
- 
-//​**enc_current_preset**// ​ TEXT. 
- 
-//​**dec_current_preset**// ​ TEXT. 
- 
----- 
- 
  
  
http_api.1736268780.txt.gz ยท Last modified: 2025/01/07 16:53 by cflintiii