Technical References

D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 131
Cisco TelePresence System Codec C40/C60 API Reference Guide
xCommand SystemUnit ConfigurationProfile Remove
Delete a configuration profile that has been stored in the system.
Requires user role: ADMIN
Parameters:
Name(r): <S: 0, 255>
Example:
xCommand SystemUnit ConfigurationProfile Remove Name: "My _
ConfigurationProfile _ 1"
*r ConfigurationProfileRemoveResult (status=OK):
** end
xCommand SystemUnit ConfigurationProfile SaveCurrentConfigurationAs
Save the current system settings into a configuration profile. Assign a name to the new profile. The
name is the unique identifier of the profile.
Requires user role: ADMIN
Parameters:
Name(r): <S: 0, 255>
Example:
xCommand SystemUnit ConfigurationProfile SaveCurrentConfigurationAs Name:
"My _ ConfigurationProfile _ 1"
*r ConfigurationProfileSaveCurrentConfigurationResult (status=OK):
** end
xCommand SystemUnit ConfigurationProfile List
List configuration profiles that has been stored in the system.
Requires user role: ADMIN
Example:
xCommand SystemUnit ConfigurationProfile List
*r ConfigurationProfileListResult (status=OK):
Profile: My _ ConfigurationProfile _ 1
Profile: My _ ConfigurationProfile _ 2
** end
xCommand SystemUnit ConfigurationProfile CancelChange
Cancel the "ConfigurationProfile Change" command, that would otherwise take effect after next
system boot.
Requires user role: ADMIN
Example:
xCommand SystemUnit ConfigurationProfile CancelChange
*r ConfigurationProfileCancelChangeResult (status=OK):
** end
xCommand SystemUnit Notifications RemoveAll
Clears the list of system notifications that are reported by xStatus SystemUnit Notifications Text/
Type.
Requires user role: ADMIN
Example:
xCommand SystemUnit Notifications RemoveAll
*r NotificationsRemoveAllResult (status=OK):
** end
xCommand SystemUnit ReleaseKey List
List all software versions that the system has a valid release key for.
Requires user role: ADMIN
Example:
xCommand SystemUnit ReleaseKey List
*r SystemUnit ReleaseKey 1 Version: "TC1"
*r SystemUnit ReleaseKey 2 Version: "TC2"
*r SystemUnit ReleaseKey 3 Version: "TC3"
*r SystemUnit ReleaseKey 4 Version: "TC4"
*r SystemUnit ReleaseKey 5 Version: "TC5"
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand