Objects for applInstTable
The table applInstTable contains the following objects:
applInstTable OBJECT-TYPE
SYNTAXSEQUENCE OF ApplInstEntry
ACCESSnot accessible
STATUSdeprecated
DESCRIPTION "This table is used to get/set a PATROL monitored application instance. The PATROL Agent application instances are nodes of the information tree."
: := {patrolObjects 7}
applInstEntry OBJECT-TYPE
SYNTAXApplInstEntry
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "An applInstEntry contains the value and description for a given PSL Agent's applInst."
INDEX {applicationOid, applInstOid}
: := {applInstTable 1}
applInstEntry : := SEQUENCE {
applInstName
applInstRuleState
applInstStatus
applInstWorstParam
applInstCreateIcon
applInstRowStatus
applInstOid
applInstPInstOid
applInstPApplOid
applInstName OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-only
STATUSmandatory
DESCRIPTION "Application instance name"
: := {applInstEntry 1}
applInstRuleState OBJECT-TYPE
SYNTAXStates
ACCESSread-only
STATUSmandatory
DESCRIPTION "Application instance state"
: := {applInstEntry 2}
applInstStatus OBJECT-TYPE
SYNTAXStates
ACCESS read-only
STATUSmandatory
DESCRIPTION "The application instance status is the worst of rule state and its worst parameter's status."
: := {applInstEntry 3}
applInstWorstParam OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-only
STATUSmandatory
DESCRIPTION "Application instance's worst parameter"
: := {applInstEntry 4}
applInstCreateIcon OBJECT-TYPE
SYNTAXPBoolean
ACCESSread-only
STATUSmandatory
DESCRIPTION "True means to create icons for application instances. False means that it is not necessary to create icons for the instances."
: := {applInstEntry 5}
applInstRowStatus OBJECT-TYPE
SYNTAXPRowStatus
ACCESSread-only
STATUSmandatory
DESCRIPTION "Row status for the creation of a new row as defined in SNMP V2"
: := {applInstEntry 6}
applInstOid OBJECT-TYPE
SYNTAXINTEGER
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "Application instance object id"
: := {applInstEntry 7}
applInstPOid OBJECT-TYPE
SYNTAXINTEGER
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "Application instance's parent object id"
: := {applInstEntry 8}
applInstPApplOid OBJECT-TYPE
SYNTAXINTEGER
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "Application instance's parent application id"
: := {applInstEntry 9}