Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 112 of 223
protocol (IP)
string
IPv4 or IPv6.
services
array
An array whose members represent the services
provided on the particular port and protocol.
name (service)
string
The name of the service. One of the following:
TCP services:
httphttpsftph225rtspmms,
sip_tcpsips_tcpcdep
UDP services:
sip_udpsnmpgatekeepertunnel
type (service)
string
The type of service. Either tcp or udp.
Optional or conditional inputs
For each service in the
services array, you may choose to include the following parameters:
Parameter name
Type
Short description
setting
boolean
Defines whether or not this feature is intended to be
enabled, irrespective of whether it is actually enabled or
requires a feature key.
port (IP)
integer
Identifies the IP port.
The port number is required if
setting is true.
services.query
This call returns the services information as seen on the
Network > Services
web page. The response
contains an array named
ports which contains a struct for each Ethernet port on the MCU. Each struct
contains a
port string which identifies the port (A or B), a protocol string (IPv4 or IPv6), and an array of
structs that contain the details of services provided on that port and protocol.
Returned data
Parameter name
Type
Short description
ports
array
An array whose members are structures representing the
Ethernet ports on the device
port (Ethernet)
string
Identifies the Ethernet port. May be A or B.
protocol (IP)
string
IPv4 or IPv6.
services
array
An array whose members represent the services
provided on the particular port and protocol.
setting
boolean
Defines whether or not this feature is intended to be
enabled, irrespective of whether it is actually enabled
or requires a feature key.