EasyManua.ls Logo

ADDER Infinity - A.I.M. API Methods: Connection Management; Connect Channel (connect_channel); Connect Preset (connect_preset)

ADDER Infinity
71 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
57
INSTALLATIONCONFIGURATIONOPERATION
FURTHER
INFORMATION
INDEX
get_devices (continued)
- for each device:
- attribute: item (e.g. 17th device)
- d_id (device ID)
- d_mac_address (MAC address for interface 1)
- d_mac_address2 (MAC address for interface 2)
- d_name (device name)
- d_online (0 = interface 1 ofine, 1 = interface 1 online)
- d_online2 (0 = interface 2 ofine, 1 = interface 2 online)
- d_type (rx, tx)
- d_version (1 = ALIF1000R/ALIF1000T, 2 = all other devices)
- d_variant (‘b’ = ALIF2002T, ‘v’ = ALIF2112T, ‘s’ = ALIF1002R/ALIF1002T,
‘t’ = ALIF2020R/ALIF2020T)
- d_ip_address (IP address for interface 1)
- d_ip_address2 (IP address for interface 2)
- d_description (device description)
- d_location (device location)
- d_congured (0 = no, 1 = yes)
- d_valid_rmware (0 = no, 1 = yes)
- d_valid_backup_rmware (0 = no, 1 = yes)
- d_rmware (rmware version, e.g. 2.5.17879)
- d_backup_rmware (backup rmware version)
- d_date_added (Date device added to AIM network e.g. 2012-07-13 22:17:22)
- d_status (0 = device ofine, 1 = device online, 2 = rebooting, 4 = rmware_upgrading,
6 = running backup rmware)
The following property is only returned for transmitters:
- count_transmitter_channels (the number of channels containing this transmitter)
The following properties are only returned for receivers:
- con_exclusive (0/1 - if the last connection is/was in private mode)
- con_control (1/2/3 - 1 if the last connection is/was video-only, 2 if in exclusive mode,
3 if in shared mode)
- con_start_time (start time of last connection e.g. 2012-09-07 13:33:17)
- con_end_time (empty if connection still active, else date/time the connection was
ended e.g. 2012-09-07 13:33:17)
- u_username (username of the user who initiated the last connection)
- u_id (user ID of the user who initiated the last connection)
- c_name (name of the channel last connected)
- count_receiver_groups (the number of receiver groups this receiver is a part of)
- count_receiver_presets (the number of presets this receiver is a part of)
- count_users (the number of users who have access to this receiver)
Examples
Input:
/api/?v=2&method=get_devices&token=xxxxx
/api/?v=2&method=get_devices&device_type=tx&page=2&results_per_
page=3&token=xxxxx
Output:
<api_response>
<version>2</version>
<timestamp>2012-09-12 14:56:11</timestamp>
<success>1</success>
<page>2</page>
<results_per_page>3</results_per_page>
<total_devices>12</total_devices>
<count_devices>3</count_devices>
<devices>
<device item=”4”>
<d_id>170</d_id>
<d_mac_address>00:0F:58:01:6E:3D</d_mac_address>
<d_mac_address2>00:0F:58:5B:6E:3D</d_mac_address2>
<d_name>RX 123</d_name>
<d_online>1</d_online>
<d_online2>0</d_online2>
<d_type>rx</d_type>
<d_version>2</d_version>
<d_variant></d_variant>
<d_ip_address>10.10.10.66</d_ip_address>
<d_ip_address2>10.10.10.67</d_ip_address2>
<d_description></d_description>
<d_location>Server Rack 3</d_location>
<d_congured>1</d_congured>
<d_valid_rmware>1</d_valid_rmware>
<d_valid_backup_rmware>1</d_valid_backup_rmware>
<d_rmware>2.3.16682</d_rmware>
<d_backup_rmware>2.3.16682</d_backup_rmware>
<d_date_added>2012-07-14 01:37:07</d_date_added>
continued

Related product manuals