Black Box ACR1000A-CTL APIの取扱説明書

デバイスBlack Box ACR1000A-CTL APIの取扱説明書

デバイス: Black Box ACR1000A-CTL API
カテゴリ: ホームシネマサーバー
メーカー: Black Box
サイズ: 1.89 MB
追加した日付: 1/17/2014
ページ数: 16
説明書を印刷

ダウンロード

使い方は?

私たちの目的は、皆様方にデバイスBlack Box ACR1000A-CTL APIの取扱説明書に含まれたコンテンツを可能な限り早く提供することです。オンラインプレビューを使用すると、Black Box ACR1000A-CTL APIに関してあなたが抱えている問題に対する解決策の内容が素早く表示されます。

便宜上

説明書Black Box ACR1000A-CTL APIをこちらのサイトで閲覧するのに不都合がある場合は、2つの解決策があります:

  • フルスクリーン表示 – 説明書を(お使いのコンピュータにダウンロードすることなく)便利に表示させるには、フルスクリーン表示モードをご使用ください。説明書Black Box ACR1000A-CTL APIのフルスクリーン表示を起動するには、全画面表示ボタンを押してください。
  • コンピュータにダウンロード - Black Box ACR1000A-CTL APIの説明書をお使いのコンピュータにダウンロードし、ご自身のコレクションに加えることもできます。デバイス上のスペースを無駄にしたくない場合は、いつでもManualsBaseサイトでダウンロードすることもできます。
Black Box ACR1000A-CTL API 取扱説明書 - Online PDF
Advertisement
« Page 1 of 16 »
Advertisement
印刷版

多くの人々は画面表示ではなく印刷された説明書を読むほうを好みます。説明書を印刷するオプションも提供されており、上記のリンクをクリックすることによりそれを利用できます - 説明書を印刷。説明書Black Box ACR1000A-CTL APIを全部印刷する必要はなく、選択したページだけを印刷できます。紙を節約しましょう。

要旨

次のページにある説明書Black Box ACR1000A-CTL APIの内容のプレビューは、以下にあります。次のページにある説明書の内容をすぐに表示したい場合は、こちらをご利用ください。

内容要旨
ページ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

ページ2に含まれる内容の要旨

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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ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

ページ15に含まれる内容の要旨

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

ページ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


類似の説明書
# 取扱説明書 カテゴリ ダウンロード
1 Black Box RM399 取扱説明書 ホームシネマサーバー 0
2 Black Box ACXMODH-RMK 取扱説明書 ホームシネマサーバー 6
3 Black Box ACXMODHR 取扱説明書 ホームシネマサーバー 0
4 Black Box RM475 取扱説明書 ホームシネマサーバー 1
5 Black Box ACX1MT 取扱説明書 ホームシネマサーバー 0
6 Black Box ACXMODH4 取扱説明書 ホームシネマサーバー 0
7 Black Box ACKMODH6R 取扱説明書 ホームシネマサーバー 0
8 Black Box RM3055 取扱説明書 ホームシネマサーバー 0
9 Black Box ServShield 取扱説明書 ホームシネマサーバー 0
10 Black Box ServSwitch Secure and Secure PLus 取扱説明書 ホームシネマサーバー 0
11 Black Box ServSwitch DKM Modular Housings and TX/RX Interface Modules 取扱説明書 ホームシネマサーバー 1
12 Black Box servswitch ipath manager api 取扱説明書 ホームシネマサーバー 0
13 Black Box SW2007A-USB 取扱説明書 ホームシネマサーバー 0
14 Black Box SW4007A-USB 取扱説明書 ホームシネマサーバー 0
15 Black Box SW4007A-USB-PLUS 取扱説明書 ホームシネマサーバー 0
16 Sony PCS-11 取扱説明書 ホームシネマサーバー 4
17 Sony DAV-DX150 取扱説明書 ホームシネマサーバー 11
18 Sony PCS-TL50 取扱説明書 ホームシネマサーバー 36
19 Sony J-H1 取扱説明書 ホームシネマサーバー 2
20 Sony LF-V30 取扱説明書 ホームシネマサーバー 29