Руководство по эксплуатации TANDBERG Gatekeeper/Border Controller API D14172.01

Руководство по эксплуатации для устройства TANDBERG Gatekeeper/Border Controller API D14172.01

Устройство: TANDBERG Gatekeeper/Border Controller API D14172.01
Категория: Сетевая карта
Производитель: TANDBERG
Размер: 0.27 MB
Добавлено: 10/29/2013
Количество страниц: 84
Печатать инструкцию

Скачать

Как пользоваться?

Наша цель - обеспечить Вам самый быстрый доступ к руководству по эксплуатации устройства TANDBERG Gatekeeper/Border Controller API D14172.01. Пользуясь просмотром онлайн Вы можете быстро просмотреть содержание и перейти на страницу, на которой найдете решение своей проблемы с TANDBERG Gatekeeper/Border Controller API D14172.01.

Для Вашего удобства

Если просмотр руководства TANDBERG Gatekeeper/Border Controller API D14172.01 непосредственно на этой странице для Вас неудобен, Вы можете воспользоваться двумя возможными решениями:

  • Полноэкранный просмотр -, Чтобы удобно просматривать инструкцию (без скачивания на компьютер) Вы можете использовать режим полноэкранного просмотра. Чтобы запустить просмотр инструкции TANDBERG Gatekeeper/Border Controller API D14172.01 на полном экране, используйте кнопку Полный экран.
  • Скачивание на компьютер - Вы можете также скачать инструкцию TANDBERG Gatekeeper/Border Controller API D14172.01 на свой компьютер и сохранить ее в своем архиве. Если ты все же не хотите занимать место на своем устройстве, Вы всегда можете скачать ее из ManualsBase.
TANDBERG Gatekeeper/Border Controller API D14172.01 Руководство по эксплуатации - Online PDF
Advertisement
« Page 1 of 84 »
Advertisement
Печатная версия

Многие предпочитают читать документы не на экране, а в печатной версии. Опция распечатки инструкции также предусмотрена и Вы можете воспользоваться ею нажав на ссылку, находящуюся выше - Печатать инструкцию. Вам не обязательно печатать всю инструкцию TANDBERG Gatekeeper/Border Controller API D14172.01 а только некоторые страницы. Берегите бумагу.

Резюме

Ниже Вы найдете заявки которые находятся на очередных страницах инструкции для TANDBERG Gatekeeper/Border Controller API D14172.01. Если Вы хотите быстро просмотреть содержимое страниц, которые находятся на очередных страницах инструкции, Вы воспользоваться ими.

Краткое содержание
Краткое содержание страницы № 1

















TANDBERG
Gatekeeper/Border Controller
API User Guide


D14172.01
July 2008


Краткое содержание страницы № 2

TANDBERG Gatekeeper/Border Controller API User Guide Table of Contents 1 The TANDBERG API ................................................................................................................. 3 1.1 Introduction to XML..................................................................................................................... 4 1.2 Introduction to XML Path Language (XPath) .............................................................................. 6 1.3 The TANDBE

Краткое содержание страницы № 3

TANDBERG Gatekeeper/Border Controller API User Guide 1 The TANDBERG API This document is a guide to the API interface of the TANDBERG Gatekeeper and Border Controller products. All rights reserved. This document contains information that is proprietary to TANDBERG. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form, or by any means, electronically, mechanically, by photocopying, or otherwise, without the prior written permission of

Краткое содержание страницы № 4

TANDBERG Gatekeeper/Border Controller API User Guide 1.1 Introduction to XML XML is a markup language for documents containing structured information. All information elements in an XML document are marked by a tag and a corresponding end-tag. The end-tag has the same name as the tag, but is prefixed with a slash ( / ). All tags are put within angular brackets ( < > ). Example 1.1 Below is an example of how the configuration for SNMP could be represented using XML.

Краткое содержание страницы № 5

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.3 If we now look at the NTP element once NTP has been correctly configured we see that it now contains more sub-structure:

10.0.0.2
123 2008-01-01 12:00:00 1 In this example, the attributes are used to provi

Краткое содержание страницы № 6

TANDBERG Gatekeeper/Border Controller API User Guide 1.2 Introduction to XML Path Language (XPath) XPath is a comprehensive language to address data in XML documents. It is, however, very simple to understand the basics. If you are able to specify the path to a file on your computer, you are able to specify the path to an element in a XML structure. Example 1.5 Let us go back to the SNMP configuration of Example 1.1: On

Краткое содержание страницы № 7

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.7 When using XPath it is possible to omit specifying intermediate levels in the address expression. By using the powerful “double slash" you can address elements without having to specify the complete path. To show all the aliases registered on the system, the complete path would be: Status/Registrations/Registration/Aliases/Alias Using the “double slash" syntax this can be simplified to: Status//Alias

Краткое содержание страницы № 8

TANDBERG Gatekeeper/Border Controller API User Guide 1.3 The TANDBERG XML Engine The TANDBERG XML engine is optimized for advanced machine-machine interaction between a TANDBERG system and an external control application. The main features can be summarized as: • Structuring of information • Addressing using XPath • Feedback 1.3.1 Structuring of Information An application programming interface can be seen as a gate where information is exchanged between two systems: a control

Краткое содержание страницы № 9

TANDBERG Gatekeeper/Border Controller API User Guide monitor by using XPath. The user/control application can therefore limit the amount of information it receives from the target system to only those parts being of interest for the given application. 1.4 The XML Documents 1.4.1 Documents The XML Data in the TANDBERG systems are divided into three main types of documents. The division is based on whether the information is Read Information, Write Information or Read-Write informatio

Краткое содержание страницы № 10

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.9 The element Zone will contain different sub elements depending on the zone status: No gatekeeper reachable MyNeighbor DNS Resolution Failed

baddns.example.com
1719

Краткое содержание страницы № 11

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.10 From the XML structure below we see that the Speed element of Ethernet[1] is configured to Auto. The Speed element references the EthernetSpeed element in the ValueSpace document, showing the value domain for this configuration. Auto ---

Краткое содержание страницы № 12

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.11 The command Dial is defined to take five parameters. Only the callSrc and callDst parameters are required; this is specified by the attribute required. The value domain for the parameters is referenced by the attribute valueSpaceRef.

Краткое содержание страницы № 13

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.13 The Dial command in the above example may return the following response structure: alice@example.com bob@example.com 384 1 Auto Auto

Краткое содержание страницы № 14

TANDBERG Gatekeeper/Border Controller API User Guide 1.5 Introduction to TANDBERG XML API Service (TXAS) TXAS is a service provided by TANDBERG units for transmitting and receiving information encoded in XML format. The API uses HTTP(S) as the transport mechanism and connects to the normal web port (80). TXAS can be accessed in two ways: • bare-bone HTTP requests where URLs uniquely identify the request, and • SOAP, where a single URI is used but the request itself is encoded wi

Краткое содержание страницы № 15

TANDBERG Gatekeeper/Border Controller API User Guide Like getxml, it has the data URL form-data encoded with one single parameter. The Content-Type of the document must be of type “application/x-www-form-urlencoded" and the body must be encoded accordingly (e.g. first line will be xmldoc=). Example 1.16 Using the Unix curl command, the systems SNMP contact can be set in the Configuration document: curl –k –u admin: -d \ '

Краткое содержание страницы № 16

TANDBERG Gatekeeper/Border Controller API User Guide putxml Request URI: /putxml Request parameter: HTTP BODY as argument Putxml is like formputxml, but uses the complete BODY as the argument (i.e. the content of the xmldoc parameter). The Content-type should be set to either "text/xml", "application/xml" or "text/plain". 1.5.2 SOAP The command and configuration interface is also available over SOAP. The syntax for the interface is specified using the Web Services Description Lan

Краткое содержание страницы № 17

TANDBERG Gatekeeper/Border Controller API User Guide The SOAP interface has a number of operations for dealing with Status and Configuration: GetXML Returns status or configuration information for a specified XPath expression. The returned value is an XML document. GetConfiguration Returns configuration information for a specified XPath expression. The returned value is a strongly typed SOAP value as defined in the WSDL document. GetConfigurationXML Returns configuration informatio

Краткое содержание страницы № 18

TANDBERG Gatekeeper/Border Controller API User Guide Example 1.22 The example below performs the same task as Example 1.21 but uses GetConfiguration: '', 'password' => '')); $result = $client->GetConfiguration( array('Location' => '/SNMP') ); echo $result->GetConfigurationResult->Configuration->SNMP->SystemContact; ?> Example 1.23 The example below shows how

Краткое содержание страницы № 19

TANDBERG Gatekeeper/Border Controller API User Guide 1.6 Exercises The exercises in this section are based on using a TANDBERG Gatekeeper and Microsoft Internet Explorer. Some of the examples may however also apply to other systems and other browsers. NOTE! Replace the IP address 10.0.0.1 in the below examples with the IP address of your system. Exercise 1 The example in this exercise shows how to read the supported XML documents from the system using a web browser. Enter th

Краткое содержание страницы № 20

TANDBERG Gatekeeper/Border Controller API User Guide Exercise 4 The address: http://10.0.0.1/xmlput.ssi contains an editor where XML data can be edited and then posted to the system by pressing the save button. Below are examples of XML structures to be posted to the system: Administrator --- Administrator


Скачавание инструкции
# Руководство по эксплуатации Категория Скачать
1 TANDBERG Codian HD MCU 4500 Series Руководство по эксплуатации Сетевая карта 12
2 TANDBERG D1392602 Руководство по эксплуатации Сетевая карта 2
3 TANDBERG Codian MCU MSE 8420 Руководство по эксплуатации Сетевая карта 13
4 TANDBERG FindMe D1408803 Руководство по эксплуатации Сетевая карта 1
5 TANDBERG IP GW 3500 Руководство по эксплуатации Сетевая карта 5
6 TANDBERG ENTRYPOINT Руководство по эксплуатации Сетевая карта 1
7 TANDBERG Gatekeeper Руководство по эксплуатации Сетевая карта 9
8 TANDBERG D14049.04 Руководство по эксплуатации Сетевая карта 1
9 TANDBERG D1320203 Руководство по эксплуатации Сетевая карта 1
10 TANDBERG Media Processing System MPS 200 Руководство по эксплуатации Сетевая карта 2
11 TANDBERG Management Server D13939 Руководство по эксплуатации Сетевая карта 1
12 TANDBERG Media Processing System MPS 800 Руководство по эксплуатации Сетевая карта 3
13 TANDBERG MPS API Interface D13639 Руководство по эксплуатации Сетевая карта 2
14 TANDBERG Media2 Blade MSE 8510 Руководство по эксплуатации Сетевая карта 1
15 TANDBERG MSE 8321 Руководство по эксплуатации Сетевая карта 1
16 Sony BTA-NW1A Руководство по эксплуатации Сетевая карта 2
17 Sony BKMW-E3000 Руководство по эксплуатации Сетевая карта 2
18 Sony AC-SQ950D Руководство по эксплуатации Сетевая карта 0
19 Sony BBV RX100 Руководство по эксплуатации Сетевая карта 3
20 Sony CLIE A-AVZ-100-11 Руководство по эксплуатации Сетевая карта 1