Retrieval of Monitoring Profiles Using SUPCluster

Retrieves the monitoring profiles in a cluster.

Syntax

Collection<MonitoringProfileVO> getMonitoringProfiles() throws SUPAdminException;

MonitoringProfileVO getMonitoringProfile(String name) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples