Share via


IAdministrationManagement Interface

Definition

public interface class IAdministrationManagement
public interface IAdministrationManagement
type IAdministrationManagement = interface
Public Interface IAdministrationManagement

Properties

Settings

Settings.

Methods

ApproveAgentPendingActions(IList<AgentPendingAction>)

Approve agent pending actions.

ApproveAgentPendingActions(IList<MonitoringObject>)

Approve pending actions for a list of user action managers.

CreateEnterpriseManagementObjectFromAgentPendingActions(IList<MonitoringObject>)

Creates the enterprise management object from agent pending actions.

CreateManagementServicePool(String, String, Boolean, Boolean, IList<MonitoringObject>)

Creates a new pool for workload distribution

DeleteAgentManagedComputers(IList<AgentManagedComputer>)

Delete agent managed computers.

DeleteAgentManagedComputers(IList<PartialAgentManagedComputer>)

Delete agent managed computers.

DeleteAlertResolutionState(MonitoringAlertResolutionState)

Deletes a resolution state from the system.

DeleteManagementServer(ManagementServer)

Delete management server.

DeleteManagementServicePool(ManagementServicePool)

Deletes the given instance of the pool

DeleteRemotelyManagedComputers(IList<RemotelyManagedComputer>)

Delete remotely managed computers.

DeleteRemotelyManagedDevices(IList<RemotelyManagedDevice>)

Delete remotely managed devices.

GetAgentManagedComputer(Guid)

Get agent managed computer by computer id.

GetAgentManagedComputers(AgentManagedComputerCriteria)

Get agent managed computers by criteria.

GetAgentManagedComputers(IList<Guid>)

Get agent managed computers by criteria.

GetAgentManagedComputers(IList<PartialAgentManagedComputer>)

Get agent managed computers by criteria.

GetAgentManagedComputersFromAgentPendingActions(IList<MonitoringObject>)

Get agent managed computers from agent pending actions.

GetAgentPendingActions()

Return all agent pending actions.

GetAllAgentManagedComputers()

Get agent managed computers.

GetAllManagementServers()

Get management server instances.

GetAllRemotelyManagedComputers()

Return all computers that are managed remotely.

GetAllRemotelyManagedDevices()

Return all SNMP devices that are managed remotely.

GetAllRemotelyManagedDevicesByType(ManagementPackClass)

Return all RemoteManagedDevices by type.

GetComputerHealthServiceByHealthServiceId(Guid)

Get the computer health service given the id of its hosted health service.

GetManagementServer(Guid)

Get management server by computer id.

GetManagementServers(IList<Guid>)

Get management server by computer criteria.

GetManagementServers(ManagementServerCriteria)

Get management server by computer criteria.

GetManagementServicePool(Guid)

Gets the pools in the MG with this Id

GetManagementServicePools()

Gets the currently defined pools in the MG

GetPartialAgentManagedComputer(Guid)

Get partial agent managed computer by computer id.

GetPartialAgentManagedComputers()

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers(IList<Guid>)

Get partial agent managed computers by criteria.

GetPartialAgentManagedComputers(PartialAgentManagedComputerCriteria)

Get partial agent managed computers by criteria.

GetRootManagementServer()
Obsolete.

Return root management server.

GetServiceAccount()

Return the account sdk service is running as

GetSummary()

Get summary of managed devices.

GetWebConsoleUrl()

Get WebConsoleUrl

InsertAlertResolutionState(MonitoringAlertResolutionState)

Inserts a new resolution state into the system.

RejectAgentPendingActions(IList<AgentPendingAction>)

Reject agent pending actions.

RejectAgentPendingActions(IList<MonitoringObject>)

Reject pending actions for a list of user action managers.

SetManagementServer(IList<AgentManagedComputer>, ManagementServer)

Change the primary and failover management servers for multiple agent managed computers.

SetManagementServer(IList<AgentManagedComputer>, ManagementServer, IList<ManagementServer>)

Change the primary and failover management servers for multiple agent managed computers.

SetManagementServer(IList<ManagementServer>, ManagementServer)

Change the primary and failover collection management servers for multiple gateway management servers.

SetManagementServer(IList<ManagementServer>, ManagementServer, IList<ManagementServer>)

Change the primary and failover collection management servers for multiple gateway management servers.

SetManagementServer(IList<PartialAgentManagedComputer>, ManagementServer)

Change the primary and failover management servers for multiple agent managed computers.

SetManagementServer(IList<PartialAgentManagedComputer>, ManagementServer, IList<ManagementServer>)

Change the primary and failover management servers for multiple agent managed computers.

SetProxyAgent(IList<RemotelyManagedComputer>, ComputerHealthService)

Set the managing agent.

SetProxyAgent(IList<RemotelyManagedDevice>, ComputerHealthService)

Set the managing agent.

Applies to