Cisco Cisco IPCC Web Option Technical References

Page of 404
 
2-36
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Application_Instance Table
Related tables:
Application Gateway (via ApplicationGatewayID)
Application_Instance Table  
Contains configuration data about external application instances. The data in this table enables the ICM 
software to identify application instances and grant them access to the Configuration Management 
Service (CMS).
ErrorsToHalf
Number of errors that occurred for Application 
Gateway requests during the half-hour interval. 
Consult EMS logs for specific error information.
int
NULL
RecoveryKey
A value used internally by the ICM software to track 
virtual time.
float
NOT NULL
LatesToHalf
Number of responses that exceeded the LateTimeout 
value for the connection during the half-hour 
interval.
int
NULL
Table 2-20 Application_Gateway_Half_Hour Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option
Table 2-21 Application_Instance Table
Field Name
Description
Data Type
Keys and Null 
Option
ApplicationInstanceID
Identifies the Application Instance..
int
PK,
NOT NULL
Description
Additional information about this application 
instance.
varchar(255)
NULL
EnterpriseName
The unique name of the application instance.
varchar(32)
AK, 
NOT NULL
ApplicationKey
A key supplied by the application which allows the 
application instance entry to CMS services.
varchar(32)
NOT NULL
PermissionLevel
Determines the permissions given to the 
application:
0 =  Full read/write permission to all configuration 
tables. 
1 = Read-only permission to all configuration tables 
(the application may not change any data).
3 = Authentication only (only the ConAPI 
authentication API’s will function).
int
NOT NULL