Serialized Form
|
Package cisco.uc.cuae.mgmt |
id
java.lang.String id
alarmTriggerLevel
java.lang.String alarmTriggerLevel
- The criteria determining which severity of alarms are sent via this manager.
Note: These values are potentially a super-set of the AlarmTriggerLevel enum, if the Management API has increased in version.
host
java.lang.String host
id
java.lang.String id
alarmType
java.lang.String alarmType
description
java.lang.String description
ignored
java.lang.Boolean ignored
category
java.lang.String category
- A top-level category for the alarm.
Note: These values are potentially a super-set of the AlarmCategory enum, if the Management API has increased in version.
applicationType
java.lang.String applicationType
scripts
Management.Script[] scripts
partitions
Management.Partition[] partitions
id
java.lang.String id
- The name of the archive file
filename
java.lang.String filename
size
java.lang.Integer size
- The size in bytes
modified
java.util.Date modified
- last modification date
id
java.lang.String id
parentId
java.lang.String parentId
name
java.lang.String name
- the name for this node
host
java.lang.String host
- ip address of the node
publisher
java.lang.Boolean publisher
- whether it is a publisher
callControl
java.lang.Boolean callControl
- whether it supports call control
cti
java.lang.Boolean cti
- whether it is a cti manager
sipDevicePools
Management.SipDevicePool[] sipDevicePools
sipProxy
Management.SipDomainProxy sipProxy
version
java.lang.String version
- Cluster version. Valid entries are:
VERSION_3_3,
VERSION_4_0,
VERSION_4_1,
VERSION_4_2,
VERSION_4_3,
VERSION_5_0,
VERSION_5_1,
VERSION_6_0,
VERSION_6_1,
VERSION_7_0,
VERSION_7_1
username
java.lang.String username
password
java.lang.String password
snmpCommunity
java.lang.String snmpCommunity
devicePools
Management.DevicePool[] devicePools
nodes
Management.ClusterNode[] nodes
extensions
Management.ComponentExtension[] extensions
configs
Management.Configuration[] configs
id
java.lang.String id
- unique id
parentId
java.lang.String parentId
name
java.lang.String name
- extension name
description
java.lang.String description
- extension description
status
java.lang.String status
- ready state of the extension (busy, ready).
These values are potentially a super-set of the ExtensionStatus enum, if the Management API has increased in version.
extensionParams
Management.ExtensionParameter[] extensionParams
configEntryId
java.lang.String configEntryId
- The dbId of the LogLevel config entry
componentDisplayName
java.lang.String componentDisplayName
- The display name of the component that the config entry belongs to
componentTypeDisplay
java.lang.String componentTypeDisplay
- The type display name of the corresponding component
traceLevel
java.lang.String traceLevel
- The value of the LogLevel config entry
configType
java.lang.String configType
- The basic value type. Following are the valid entries:
UNSPECIFIED: value is of unknown type
BOOLEAN: value is true or false
NUMBER: value is an integral or floating point number
STRING: value is a string
PASSWORD: value is a string which is obscured by the ui
DATETIME: value is a date/time (java.util.Datetime)
IP_ADDRESS: value is a string that is an ip address (e.g., 192.168.1.19) or a resolvable hostname
ARRAY: value is a one dimensional array of string (StrArray)
MAP: value is a map of string->string (StrStrHashMap)
TABLE: value is a two dimensional array of string (StrTable)
ENUM: value is a string from a list of values (see ConfigType.values)
values
java.lang.String[] values
- For ENUM types: the set of possible values
minValue
java.lang.Integer minValue
- For NUMBER types: the minimum allowed value.
maxValue
java.lang.Integer maxValue
- For NUMBER types: the maximum allowed value.
id
java.lang.String id
- The id of this configuration
parentId
java.lang.String parentId
- The id of the application, plugin, or core component which contains this configuration
name
java.lang.String name
- The name
displayName
java.lang.String displayName
- The display name
description
java.lang.String description
- The description
configType
Management.ConfigType configType
- The type
readOnly
java.lang.Boolean readOnly
- The value is read-only and cannot be set.
required
java.lang.Boolean required
- The value is required and cannot be null or blank.
hidden
java.lang.Boolean hidden
- The value is hidden from the user
value
java.lang.Object value
- The value (as specified by type)
id
java.lang.String id
name
java.lang.String name
description
java.lang.String description
primaryCtiManagerId
java.lang.String primaryCtiManagerId
- Primary CtiManager
secondaryCtiManagerId
java.lang.String secondaryCtiManagerId
- Secondary Manager (optional)
username
java.lang.String username
- Username
password
java.lang.String password
- Password
deviceName
java.lang.String deviceName
- Device identifier as understood by Unified Communications Manager
directoryNumber
java.lang.String directoryNumber
- The directory number of this DevicePoolDevice
deviceStatus
java.lang.String deviceStatus
- the current status. Valid values are:
UNSPECIFIED: the current state is unknown
DISABLED_STOPPED: the device is disabled and has been stopped
DISABLED_ERROR: the device is disabled because of an error while starting
DISABLED_RUNNING: not currently used (marked disabled but not yet stopped)
ENABLED_STOPPED: enabled but not yet running
ENABLED_RUNNING: enabled and running
id
java.lang.String id
- The database ID of this DevicePoolDevice
parentId
java.lang.String parentId
- The database ID of the parent device pool this device is in
name
java.lang.String name
- The value (name or MAC) of this DevicePoolDevice
directoryNumber
java.lang.String directoryNumber
- The directory number of this DevicePoolDevice
deviceStatus
java.lang.String deviceStatus
- the current status. Valid values are:
UNSPECIFIED: the current state is unknown
DISABLED_STOPPED: the device is disabled and has been stopped
DISABLED_ERROR: the device is disabled because of an error while starting
DISABLED_RUNNING: not currently used (marked disabled but not yet stopped)
ENABLED_STOPPED: enabled but not yet running
ENABLED_RUNNING: enabled and running
id
java.lang.String id
- id of the device pool
parentId
java.lang.String parentId
- parent id to which this device pool belongs,
for sip device pool, it is the sip domain id,
for the rest, it is the ccm cluster id
name
java.lang.String name
- name of the device pool
devices
Management.Device[] devices
timeOccurred
java.util.Date timeOccurred
timeRecovered
java.util.Date timeRecovered
id
java.lang.String id
oid
java.lang.String oid
msg
java.lang.String msg
eventLogType
java.lang.String eventLogType
msgDetails
java.lang.String msgDetails
alarmSourceName
java.lang.String alarmSourceName
alarmSourceIpAddress
java.lang.String alarmSourceIpAddress
severity
Management.EventLogSeverity severity
status
Management.EventLogStatus status
id
java.lang.String id
- unique id
name
java.lang.String name
- parameter name
description
java.lang.String description
- parameter description
configType
Management.ConfigType configType
- type of parameter value
value
java.lang.Object value
- value of the parameter, only used to hold a value when
invoking the extension. This would be set to null when
the parameter itself is retrieved.
id
java.lang.String id
- The unique id of the group *
name
java.lang.String name
- The name of the group *
defaultGroup
java.lang.Boolean defaultGroup
- Whether the group is the default group for it's type *
description
java.lang.String description
- The group description *
alarmGroupId
java.lang.String alarmGroupId
- The alarm group id of the group *
members
Management.GroupMember[] members
id
java.lang.String id
- The unique id of the member *
parentId
java.lang.String parentId
- The Group id of the member *
name
java.lang.String name
- The name of the member *
displayName
java.lang.String displayName
- The display name of the member *
description
java.lang.String description
- The description of the member *
order
java.lang.Integer order
- The order of the member in the group *
host
java.lang.String host
- The IP Address of this H.323 Gateway
sipDevicePool
Management.SipDevicePool[] sipDevicePool
expectedSize
java.lang.Integer expectedSize
actualSize
java.lang.Integer actualSize
errorCode
java.lang.Integer errorCode
errorString
java.lang.String errorString
detail
java.lang.String detail
data
java.lang.Object data
fields
java.lang.String[] fields
expiration
java.lang.String expiration
amountlic
java.lang.String amountlic
scriptversion
java.lang.String scriptversion
scriptexpiration
java.lang.String scriptexpiration
incType
java.lang.String incType
oid
java.lang.String oid
- an identifier to use with getActiveLicense
lictype
java.lang.String lictype
- an identifier to use with getLicensed
maxlictype
java.lang.String maxlictype
- an identifier to use with getLicenseMax
displayName
java.lang.String displayName
- the name to use to display the licensed item
msg
java.lang.String msg
- detail of problem.
hostname
java.lang.String hostname
macaddress
java.lang.String macaddress
feature
java.lang.String feature
version
java.lang.String version
expiration
java.lang.String expiration
licInfo
Management.LicData[] licInfo
id
Management.LogFileId id
- The name of the log file
size
java.lang.Integer size
- The size in bytes
modified
java.util.Date modified
- The last modification Datetime
category
java.lang.String category
- The category of a log file. The category might be null
or empty to specify no category, or a category name
([a-zA-Z0-9]+) or a pattern ([a-zA-Z0-9*]+).
name
java.lang.String name
- The log file name ([a-zA-Z0-9\-.]+) or a pattern ([a-zA-Z0-9\-.*]+).
maxFileLogLinesConfigId
java.lang.String maxFileLogLinesConfigId
- The dbId of the MaxFileLogLines config entry
maxFileLogLines
java.lang.Integer maxFileLogLines
- The value of the MaxFileLogLines config entry
maxFilesConfigId
java.lang.String maxFilesConfigId
- The dbId of the MaxFiles config entry
maxFiles
java.lang.Integer maxFiles
- The value of the MaxFiles config entry
loggerPortConfigId
java.lang.String loggerPortConfigId
- The dbId of the LoggerPort config entry
loggerPort
java.lang.Integer loggerPort
- The value of the LoggerPort config entry
logServerSinkLoggerLevelConfigId
java.lang.String logServerSinkLoggerLevelConfigId
- The dbId of the LogServerSinkLoggerLevel config entry
logServerSinkLoggerLevel
java.lang.String logServerSinkLoggerLevel
- The value of the LogServerSinkLoggerLevel config entry
enableLoggerQueueDiagConfigId
java.lang.String enableLoggerQueueDiagConfigId
- The dbId of the EnableLoggerQueueDiag config entry
enableLoggerQueueDiag
java.lang.Boolean enableLoggerQueueDiag
- The value of the EnableLoggerQueueDiag config entry
errorCode
java.lang.Integer errorCode
errorString
java.lang.String errorString
detail
java.lang.String detail
data
java.lang.Object data
host
java.lang.String host
- Ip Address of the engine
password
java.lang.String password
- Password to connect to the media engine
connected
java.lang.Boolean connected
- DERIVED: If this engine is currently connected
enabled
java.lang.Boolean enabled
- DERIVED: If this engine is currently enabled
failoverGroupId
java.lang.String failoverGroupId
- The failover group id of the group *
ipAddress
java.lang.String ipAddress
- The IP address to which the media firmware will bind
macAddress
java.lang.String macAddress
- The MAC address to which the media firmware will bind
id
java.lang.String id
- The unique id of the plugin
name
java.lang.String name
- The name
displayName
java.lang.String displayName
- The name to display
version
java.lang.String version
- the plugin version
status
java.lang.String status
- the current status. Valid values are:
UNSPECIFIED: the current state is unknown
DISABLED_STOPPED: the module is disabled and has been stopped
DISABLED_ERROR: the module is disabled because of an error while starting
DISABLED_RUNNING: not currently used (marked disabled but not yet stopped)
ENABLED_STOPPED: enabled but not yet running
ENABLED_RUNNING: enabled and running, all systems are go
copyright
java.lang.String copyright
- any copyright claim
description
java.lang.String description
- a longer description
author
java.lang.String author
- the author
authorUrl
java.lang.String authorUrl
- the url of the author
supportUrl
java.lang.String supportUrl
- the url for support
host
java.lang.String host
port
java.lang.Short port
host
java.lang.String host
port
java.lang.Short port
id
java.lang.String id
parentId
java.lang.String parentId
- The id of the Application which contains this partition
name
java.lang.String name
description
java.lang.String description
enabled
java.lang.Boolean enabled
isDefault
java.lang.Boolean isDefault
preferredCodec
java.lang.String preferredCodec
locale
java.lang.String locale
useEarlyMedia
java.lang.Boolean useEarlyMedia
callRouteGroupId
java.lang.String callRouteGroupId
mediaResourceGroupId
java.lang.String mediaResourceGroupId
configs
Management.Configuration[] configs
triggers
Management.Trigger[] triggers
pluginExtensionId
java.lang.String pluginExtensionId
- unique id
pluginId
java.lang.String pluginId
- the owning plugin id
name
java.lang.String name
- extension name
description
java.lang.String description
- extension description
status
java.lang.String status
- ready state of the extension. valid values are:
BUSY: the extension is busy
READY: the extension is ready to be invoked.
serverId
java.lang.String serverId
- Positive integer ID that must be unique to this appliance relative to all other appliances in the redundancy setup
master
Management.RedundancyMaster master
- Any master settings to be set or saved
standby
Management.RedundancyStandby standby
- Any standby settings to be set or saved
startupSyncTimeout
java.lang.Integer startupSyncTimeout
- Startup Synchronization Timeout
host
java.lang.String host
- address of the other end of this set (i.e. master or standby address)
username
java.lang.String username
- username to connect to other server
password
java.lang.String password
- password to connect to other server
enabled
java.lang.Boolean enabled
- is this server enabled or disabled
heartbeatInterval
java.lang.Integer heartbeatInterval
- Time in between actions of checking the master server
maxMissedHeartbeats
java.lang.Integer maxMissedHeartbeats
- Max Missed Heartbeats
status
java.lang.String status
- This is the current status, null means nothing is happening
errorMessage
java.lang.String errorMessage
- If the operation caused an error the message will be here, valid only when status is null
primarySubscriberId
java.lang.String primarySubscriberId
- Primary subscriber for the SCCP Device Pool
secondarySubscriberId
java.lang.String secondarySubscriberId
- Secondary subscriber for the SCCP Device Pool
tertiarySubscriberId
java.lang.String tertiarySubscriberId
- Tertiary subscriber for the SCCP Device Pool
quaternarySubscriberId
java.lang.String quaternarySubscriberId
- Quaternary subscriber for the SCCP Device Pool
srstId
java.lang.String srstId
- Subscriber assigned as SRST for the SCCP Device Pool
id
java.lang.String id
- the unique id of the script
parentId
java.lang.String parentId
- the application which owns this script
name
java.lang.String name
- the name of this script
eventType
java.lang.String eventType
- the event type which triggers this script
usesCallControl
java.lang.Boolean usesCallControl
- this script uses call control services
usesMediaControl
java.lang.Boolean usesMediaControl
- this script uses media control services
sortBy
java.lang.String sortBy
fields
java.lang.String[] fields
id
java.lang.String id
- The unique identifier for the service. This is a
name
java.lang.String name
- The service name.
displayName
java.lang.String displayName
- A more descriptive service name.
enabled
java.lang.Boolean enabled
true if the service is enabled; otherwise, false.
userStopped
java.lang.Boolean userStopped
true if the service was stopped by the user; otherwise false.
description
java.lang.String description
- The description of the service.
state
Management.ServiceState state
- The state of the service. Here is the list of possible states:
CONTINUE_PENDING: the service continue is pending
PAUSE_PENDING: the service pause is pending
PAUSED: the service is paused
RUNNING: the service is running
START_PENDING: the service is starting
STOP_PENDING: the service is stopping
STOPPED: the service is not running
UNKNOWN: the service is in an unknown state
username
java.lang.String username
- user name associated with the device pool
password
java.lang.String password
- password for the device pool
proxyId
java.lang.String proxyId
- proxyId for the device pool
proxyAddress
java.lang.String proxyAddress
- DERIVED: display name address of this proxy
registrar
java.lang.String registrar
- primary registrar for the sip domain, it should be a valid ip address *
backupRegistrar
java.lang.String backupRegistrar
- secondary registrar for the sip domain, it should be a valid ip address *
proxy
Management.SipDomainProxy proxy
- outbound proxy server for the sip domain, it should be a valid ip address *
id
java.lang.String id
- Id for this proxy
host
java.lang.String host
- Address for this proxy
recipient
java.lang.String recipient
sender
java.lang.String sender
username
java.lang.String username
password
java.lang.String password
port
java.lang.Integer port
isSecure
java.lang.Boolean isSecure
id
java.lang.String id
- The ID of the stat item.
oid
java.lang.String oid
- An identifier to use with that statistics server.
name
java.lang.String name
- The name of the stat item.
displayName
java.lang.String displayName
- The name to use to display the stat item.
description
java.lang.String description
- The description of the stat item.
msg
java.lang.String msg
- a detail message of the problem.
id
java.lang.String id
parentId
java.lang.String parentId
- The id of the Partition which contains this trigger
scriptId
java.lang.String scriptId
- The id of the script that this trigger governs
triggerParameters
Management.TriggerParam[] triggerParameters
id
java.lang.String id
- a trigger event parameter name
parentId
java.lang.String parentId
name
java.lang.String name
value
java.lang.String value
- a trigger event parameter value (not null)
id
java.lang.String id
- Unique ID
name
java.lang.String name
- The unique name of the user
rights
java.lang.String[] rights
- The current rights of the user
locked
java.lang.Boolean locked
- Whether the user is locked for edit/update/delete
password
java.lang.String password
- This is never returned (populated) by any method--only used for add/update
Copyright © 2010. All Rights Reserved.