|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAlertPollingService
This web service provides methods to get Introscope alerts related data from the Introscope Enterprise Manager.
Method Summary | |
---|---|
DMgmtModuleAgentSnapshot |
getAgentSnapshot(java.lang.String manModuleName,
java.lang.String agentIdentifier)
Obtain a particular agent information given a Management Module name and an Agent Identifier |
DMgmtModuleAgentSnapshot[] |
getAgentSnapshots(java.lang.String manModuleName)
Obtain all the Agents associated with a given Management Module |
DMgmtModuleAlertDefnSnapshot |
getAlertSnapshot(java.lang.String manModuleName,
java.lang.String agentIdentifier,
java.lang.String alertDefName)
Obtain the information for an Alert Definition given the Management Module Name, Agent Identifier and the Alert Name. |
DMgmtModuleAlertDefnSnapshot[] |
getAlertSnapshots(java.lang.String manModuleName,
java.lang.String agentIdentifier)
Obtain all the Alert Definitions for a given Managemet Module, Agent Identifier |
DAllAlertsSnapshot[] |
getAllAlertsSnapshot()
Obtain the information about all the Alerts defined for EM. |
DAllAlertsSnapshot[] |
getAllAlertsSnapshotForManagementModule(java.lang.String managementModule)
Gets the list of active alerts specific to Management Module. |
ManagementModuleBean[] |
getAllFilteredIscopeManagmentModules()
Get the list of Management Modules specific in IntroscopeManager.properties file. |
ManagementModuleBean[] |
getAllIscopeManagmentModules()
Get the list of Active Management Modules defined for EM. |
DEMConfig |
getEMConfig()
Obtain the EM configuration details |
DMgmtModuleSnapshot[] |
getManagedModules()
Obtain all the Management Modules in a given Introscope Enterprise Manager |
DMgmtModuleSnapshot |
getManagementModule(java.lang.String manModuleName)
Obtain a particular Management Module given the name of the Management Module |
Method Detail |
---|
DEMConfig getEMConfig() throws IntroscopeWebServicesException
IntroscopeWebServicesException
DMgmtModuleSnapshot[] getManagedModules() throws IntroscopeWebServicesException
IntroscopeWebServicesException
DMgmtModuleSnapshot getManagementModule(java.lang.String manModuleName) throws IntroscopeWebServicesException
manModuleName
- The name of the Management Module for which
the information is to be obtained
IntroscopeWebServicesException
DMgmtModuleAgentSnapshot[] getAgentSnapshots(java.lang.String manModuleName) throws IntroscopeWebServicesException
manModuleName
- The name of the Management Module for which
the information is to be obtained
IntroscopeWebServicesException
DMgmtModuleAgentSnapshot getAgentSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier) throws IntroscopeWebServicesException
manModuleName
- The name of the Management Module for which
the information is to be obtainedagentIdentifier
- Identifier for the agent associated with a
Management Module and alert which is a
String concatenation of Hostname|ProcessName|AgentName
that gives an unique agent
IntroscopeWebServicesException
DMgmtModuleAlertDefnSnapshot[] getAlertSnapshots(java.lang.String manModuleName, java.lang.String agentIdentifier) throws IntroscopeWebServicesException
manModuleName
- The name of the Management Module for which
the information is to be obtainedagentIdentifier
- Identifier for the agent associated with a
Management Module and alert which is a
String concatenation of Hostname|ProcessName|AgentName
that gives an unique agent
IntroscopeWebServicesException
DMgmtModuleAlertDefnSnapshot getAlertSnapshot(java.lang.String manModuleName, java.lang.String agentIdentifier, java.lang.String alertDefName) throws IntroscopeWebServicesException
manModuleName
- The name of the Management Module for which
the information is to be obtainedagentIdentifier
- Identifier for the agent associated with a
Management Module and alert which is a
String concatenation of Hostname|ProcessName|AgentName
that gives an unique agentalertDefName
- Name of the Alert Definition attached to a
Management Module for which the information is needed
IntroscopeWebServicesException
DAllAlertsSnapshot[] getAllAlertsSnapshot() throws IntroscopeWebServicesException
IntroscopeWebServicesException
DAllAlertsSnapshot[] getAllAlertsSnapshotForManagementModule(java.lang.String managementModule) throws IntroscopeWebServicesException
manModuleName
- The name of the Management Module for which
the information is to be obtained
IntroscopeWebServicesException
ManagementModuleBean[] getAllFilteredIscopeManagmentModules() throws IntroscopeWebServicesException
IntroscopeWebServicesException
ManagementModuleBean[] getAllIscopeManagmentModules() throws IntroscopeWebServicesException
IntroscopeWebServicesException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |