Manual de instrucciones de Black Box ACR1000A-CTL API

Manual de instrucciones del aparato Black Box ACR1000A-CTL API

Aparato: Black Box ACR1000A-CTL API
Categoría: Servidor de home cinema
Fabricante: Black Box
Tamaño: 1.89 MB
Fecha de añadido: 1/17/2014
Número de páginas: 16
Imprimir el manual

Descargar

¿Cómo se utiliza?

Nuestro propósito es proporcionarte el acceso más rápido posible a los contenidos incluidos en los manuales de instrucciones del aparato Black Box ACR1000A-CTL API. Utilizando la vista previa online, puedes ver rápidamente el índice de contenidos y pasar a la página donde encontrarás la solución a tu problema con Black Box ACR1000A-CTL API.

Para tu comodidad

Si ver los manuales de instrucción de Black Box ACR1000A-CTL API directamente en esta página no es cómodo para ti, puedes utilizar dos soluciones posibles:

  • Vista en pantalla completa – Para ver cómodamente los manuales de instrucciones (sin descargarlos en tu ordenador) puedes utilizar el modo de vista en pantalla completa. Para activar la vista del manual Black Box ACR1000A-CTL API en pantalla completa, utiliza el botón Pantalla completa
  • Descargar al ordenador – también puedes descargar el manual de instrucciones de Black Box ACR1000A-CTL API a tu ordenador y guardarlo en tu colección. Sin embargo, si no quieres ocupar espacio en tu dispositivo, siempre podrás descargarlo de ManualsBase.
Black Box ACR1000A-CTL API Manual de instrucciones - Online PDF
Advertisement
« Page 1 of 16 »
Advertisement
Versión impresa

Muchas personas prefieren no leer el documento en la pantalla, sino en versión impresa. La opción de impresión también está prevista y puedes utilizarla haciendo clic en el enlace más arriba - Imprimir el manual. No tienes que imprimir el manual completo de Black Box ACR1000A-CTL API, solo las páginas que elijas. Ahorra papel.

Resúmenes

A continuación encontrarás resúmenes de los contenidos incluidos en las páginas posteriores del manual de instrucciones para Black Box ACR1000A-CTL API. Puedes utilizarlos si quieres ver rápidamente el contenido que se encuentra en la siguientes páginas del manual.

Resúmenes de contenidos
Resumen del contenido incluido en la página 1

ACR1000A-CTL API

ServSwitch iPATH Manager API
Application Programming Interface (API) Manual
®
BL A CK BOX
Order toll-free in the U.S.: Call 877-877-BBOX (outside U.S. call 724-746-5500)
Customer
FREE technical support 24 hours a day, 7 days a week: Call 724-746-5500 or fax 724-746-0746
Support
Mailing address: Black Box Corporation, 1000 Park Drive, Lawrence, PA 15055-1018
Information
Web site: www.blackbox.com • E-mail: info@blackbox.com

Resumen del contenido incluido en la página 2

ServSwitch iPATH Manager API Documentation Table of Contents Methods login ...............................................................................................................................................................................3 logout ...............................................................................................................................................................................4 get_devices ............................................

Resumen del contenido incluido en la página 3

ServSwitch iPATH Manager API Documentation API Documentation API version: 2 Changelog v2 (IPATH v2.3) - added get_devices, get_channels, connect_channel, disconnect_channel. Updated version compatibility information. v1 (IPATH v1.3) - added login, logout, get_presets, connect_preset, disconnect_preset Methods login logout get_devices get_channels get_presets connect_channel connect_preset disconnect_channel disconnect_preset login This method was last updated in API version 1, and is compatibl

Resumen del contenido incluido en la página 4

ServSwitch iPATH Manager API Documentation Examples Input: /api/?v=1&method=login&username=xxxxx&password=xxxxx Output: 1 2012-12-14 12:12:12 1 5cf494a71c29e9465a57a81e0a2d602c or 1 2012-12-14 12:12:12 0 2 Invalid username or password

Resumen del contenido incluido en la página 5

ServSwitch iPATH Manager API Documentation or 1 2012-12-12 12:12:12 0 3 Error logging out (you may already have logged out) get_devices This method was last updated in API version 2 and is compatible with API requests from version 2 onwards. This function returns a list of devices. Input parameters: - token - v (the IPATH

Resumen del contenido incluido en la página 6

ServSwitch iPATH Manager API Documentation - d_version (1 = ACR1000A, 2 = ACR1002A) - d_variant ('', 'b' = ACR1002A) - d_ip_address - d_configured (0 = no, 1 = yes) - d_valid_firmware (0 = no, 1 = yes) - d_valid_backup_firmware (0 = no, 1 = yes) - d_firmware (firmware version, e.g. 2.5.17879) - d_backup_firmware (backup firmware version) - d_date_added (Date device added to iPATH network e.g. 2012-07-13 22:17:22) The following property is only returned for transmitters: - count_transm

Resumen del contenido incluido en la página 7

ServSwitch iPATH Manager API Documentation 1 2.3.16682 2.3.16682 2012-07-14 01:37:07 0 1 2012-09-07 13:33:19 admin 1 Channel 1 1

Resumen del contenido incluido en la página 8

ServSwitch iPATH Manager API Documentation get_channels This method was last updated in API version 2 and is compatible with API requests from version 2 onwards. This simple function returns a list of channels available to the authenticated user, for a specific receiver. Input parameters: - token - v (the iPATH API version this request is designed for) - page (page number to start showing results for, default = 1) - results_per_page (number of results per page, default = 1000) - device_id (ID o

Resumen del contenido incluido en la página 9

ServSwitch iPATH Manager API Documentation 2 3 Channel 1 Description for Channel 1 Location of Channel 1 false disabled disabled disabled 5 Channel 2

Resumen del contenido incluido en la página 10

ServSwitch iPATH Manager API Documentation - count_active_cp (the number of channel-receiver pairs in this preset that are already connected) - connected_rx_count (the number of receivers in this preset that are already connected) - view_button (disabled/enabled/hidden - whether the user can connect to the preset in view-only mode. disabled = no, because something is in use by someone else. hidden = never. enabled = yes) - shared_button (disabled/enabled/hidden - as above, but in share

Resumen del contenido incluido en la página 11

ServSwitch iPATH Manager API Documentation connect_channel This method was last updated in API version 2 and is compatible with API requests from version 2 onwards. This simple function connects a receiver to a channel. Input parameters: - token - v (the iPATH API version this request is designed for) - c_id - the ID of the channel (acquired from get_channels) - rx_id - the ID of the receiver (acquired from get_receivers) - view_only (optional, 0/1 - defaults to 0) - exclusive (optional, 0/1 - d

Resumen del contenido incluido en la página 12

ServSwitch iPATH Manager API Documentation connect_preset This method was last updated in API version 1 and is compatible with API requests from version 1 onwards. This simple function connects all channel-receiver pairs in a preset. Input parameters: - token - v (the iPATH API version this request is designed for) - id - the ID of the preset (acquired from get_presets) - view_only (optional, 0/1 - defaults to 0) - exclusive (optional, 0/1 - defaults to 0) - force - whether to ignore errors with

Resumen del contenido incluido en la página 13

ServSwitch iPATH Manager API Documentation disconnect_channel This method was last updated in API version 2 and is compatible with API requests from version 2 onwards. This function disconnects a receiver, a number of receivers, or all connected receivers. Input parameters: - token - v (the iPATH API version this request is designed for) - rx_id (ID(s) of the receiver, as an integer, or comma-separated set of integers. Optional. - force - whether to disconnect existing connections by other user

Resumen del contenido incluido en la página 14

ServSwitch iPATH Manager API Documentation Examples Input: /api/?v=1&method=disconnect_preset&token=xxxxx&id=1&force=1 Output: 1 2012-12-12 12:12:12 1 Page 14 724-746-5500 | blackbox.com 724-746-5500 | blackbox.com

Resumen del contenido incluido en la página 15

NOTES 724-746-5500 | blackbox.com 724-746-5500 | blackbox.com Page 15

Resumen del contenido incluido en la página 16

Black Box Tech Support: FREE! Live. 24/7. Tech support the way it should be. Great tech support is just 30 seconds away at 724-746-5500 or blackbox.com. About Black Box Black Box provides an extensive range of networking and infrastructure products. You’ll find everything from cabinets and racks and power and surge protection products to media converters and Ethernet switches all supported by free, live 24/7 Tech support available in 30 seconds or less. ® © Copyright 2013. Black Box Corpor


Manuales de instrucciones similares
# Manual de instrucciones Categoría Descargar
1 Black Box RM399 Manual de instrucciones Servidor de home cinema 0
2 Black Box ACXMODH-RMK Manual de instrucciones Servidor de home cinema 6
3 Black Box ACXMODHR Manual de instrucciones Servidor de home cinema 0
4 Black Box RM475 Manual de instrucciones Servidor de home cinema 1
5 Black Box ACX1MT Manual de instrucciones Servidor de home cinema 0
6 Black Box ACXMODH4 Manual de instrucciones Servidor de home cinema 0
7 Black Box ACKMODH6R Manual de instrucciones Servidor de home cinema 0
8 Black Box RM3055 Manual de instrucciones Servidor de home cinema 0
9 Black Box ServShield Manual de instrucciones Servidor de home cinema 0
10 Black Box ServSwitch Secure and Secure PLus Manual de instrucciones Servidor de home cinema 0
11 Black Box ServSwitch DKM Modular Housings and TX/RX Interface Modules Manual de instrucciones Servidor de home cinema 1
12 Black Box servswitch ipath manager api Manual de instrucciones Servidor de home cinema 0
13 Black Box SW2007A-USB Manual de instrucciones Servidor de home cinema 0
14 Black Box SW4007A-USB Manual de instrucciones Servidor de home cinema 0
15 Black Box SW4007A-USB-PLUS Manual de instrucciones Servidor de home cinema 0
16 Sony PCS-11 Manual de instrucciones Servidor de home cinema 4
17 Sony DAV-DX150 Manual de instrucciones Servidor de home cinema 11
18 Sony PCS-TL50 Manual de instrucciones Servidor de home cinema 36
19 Sony J-H1 Manual de instrucciones Servidor de home cinema 2
20 Sony LF-V30 Manual de instrucciones Servidor de home cinema 29