Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
services.modify
This call modifies the services information as seen on the
Network > Services
web page. The call accepts
an array named ports which must contain at least one struct representing an Ethernet port on the MCU, but
may contain two.
Each struct must contain a port string to identify the ethernet port (A or B), a protocol string (IPv4 or
IPv6), and a services array whose members represent the web services that you wish to modify on that
port and IP protocol.
Exclude from the services array any services that you do not wish to modify with this call.
Note: The device returns a success message after successfully parsing the call but before applying the
settings.
Input parameters
Required inputs
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.
name (service)
string
The name of the service. One of the following:
TCP services: httphttpsftph225rtspmms,
sip_tcp
sips_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.
Cisco TelePresence MCU API 2.10
Page 156 of 296
API commands
services.modify