
public interface PCS
| Modifier and Type | Method and Description |
|---|---|
ClearCredentialsResponseMsg |
clearCredentials(ClearCredentialsRequestMsg request)
removes authentication credentials for a specific service, typically used for connecting and obtaining status information only
requires write access permissions to the specified url
As of RC6
|
CreateAgentActionResponseMsg |
createAgentAction(CreateAgentActionRequestMsg request)
creates a new administrative action for an agent to perform.
|
DeleteAgentActionsResponseMsg |
deleteAgentActions(DeleteAgentActionsRequestMsg request)
deletes a list of administrative action for an agent to perform.
|
DeleteServicePolicyResponseMsg |
deleteServicePolicy(DeleteServicePolicyRequestMsg request)
Deletes a service policy to the configuration database and optionally, performance data
Required Permission: administer
|
ElevateSecurityLevelResponseMsg |
elevateSecurityLevel(ElevateSecurityLevelRequestMsg request)
Elevate the security classification level of fgsms
|
GetAdministratorsResponseMsg |
getAdministrators(GetAdministratorsRequestMsg request)
Returns a list of users with the global admin role
|
GetAgentActionsByMachineResponseMsg |
getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg request)
returns a list of all administrative action for an agent to perform by machine.
|
GetAgentPrinicplesResponseMsg |
getAgentPrinicples(GetAgentPrinicplesRequestMsg request)
returns a list of all user principles with the agent role, these are the service level users that are allowed to request and set new service policies and to add data to fgsms via the DCS
|
GetAlertRegistrationsResponseMsg |
getAlertRegistrations(GetAlertRegistrationsRequestMsg request)
returns a list of SLAs that I am subscribed to
|
GetAvailableAlertRegistrationsResponseMsg |
getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg request)
returns a list of all SLAs that the current user can subscribe to
|
GetDomainListResponseMsg |
getDomainList(GetDomainListRequestMsg request)
provides infrastructure information, a list of all domains associated with this fgsms instance
As of RC6
|
GetGeneralSettingsResponseMsg |
getGeneralSettings(GetGeneralSettingsRequestMsg request)
sets a list of all settings that are used for fgsmss services
requires global admin rights or agent
As of RC6
|
GetGlobalPolicyResponseMsg |
getGlobalPolicy(GetGlobalPolicyRequestMsg request)
requires the global policy values
required permission: none
|
GetMachinesByDomainResponseMsg |
getMachinesByDomain(GetMachinesByDomainRequestMsg request)
provides infrastructure information, a list of all known hostnames associated with this fgsms instance
As of RC6
|
GetMailSettingsResponseMsg |
getMailSettings(GetMailSettingsRequestMsg request)
gets mail settings that are used to deliver email for SLA alerts
|
GetMonitoredItemsByMachineResponseMsg |
getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg request)
provides infrastructure information, a list of all known processes associated with a given hostname
requires agent rights
As of RC6
|
GetMyEmailAddressResponseMsg |
getMyEmailAddress(GetMyEmailAddressRequestMsg request)
Get my email address
|
GetPluginHtmlFormattedDisplayResponseMsg |
getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg request)
Gets Html Formatted display of a given instance of a plugin, since 6.3
|
GetPluginInformationResponse |
getPluginInformation(GetPluginInformation parameters)
Gets detailed information about a plugin, since 6.3
|
GetPluginListResponse |
getPluginList(GetPluginList parameters)
Gets the current plugin list, since 6.3
|
GetProcessesListByMachineResponseMsg |
getProcessesListByMachine(GetProcessesListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes associated with a given hostname
requires global admin rights
As of RC6
|
GetServicePermissionsResponseMsg |
getServicePermissions(GetServicePermissionsRequestMsg request)
Returns the permission set from a service object
Required Permission: read
|
ServicePolicyResponseMsg |
getServicePolicy(ServicePolicyRequestMsg request)
GetServicePolicy returns a policy for a specific service
If a policy does not exist, a default policy will be returned, specifically
monitor successes and failures, no identity monitoring, no message recording
Default Data retension (dataTTL) = 30 days
Required Permission: none
|
GetUDDIDataPublishServicePoliciesResponseMsg |
getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg request)
GetServicePolicy returns a list of service policies for all services that are
configured to data publication to uddi
Note: Only information pretaining to uddi publication is returned,
other data such as SLA or UserIdentification policies are not returned.
|
RegisterPluginResponse |
registerPlugin(RegisterPlugin parameters)
Registers the existence of a new plugin.
|
RemoveGeneralSettingsResponseMsg |
removeGeneralSettings(RemoveGeneralSettingsRequestMsg request)
removes 1 or more specific settings, previous values are discarded
requires global admin rights
As of RC6
|
SetAdministratorResponseMsg |
setAdministrator(SetAdministratorRequestMsg request)
Sets a list of users with the global admin role
All previous entries are removed
|
SetAgentPrinicplesResponseMsg |
setAgentPrinicples(SetAgentPrinicplesRequestMsg request)
seta list of all user principles with the agent role, these are the service level users that are allowed to request and set new service policies and to add data to fgsms via the DCS
all previous records are replaced
|
SetAlertRegistrationsResponseMsg |
setAlertRegistrations(SetAlertRegistrationsRequestMsg request)
sets a list of SLAs that I am subscribed to
|
SetCredentialsResponseMsg |
setCredentials(SetCredentialsRequestMsg request)
sets authentication credentials for a specific service, typically used for connecting and obtaining status information only
requires write access permissions to the specified url
As of RC6
|
SetGeneralSettingsResponseMsg |
setGeneralSettings(SetGeneralSettingsRequestMsg request)
set 1 or more specific settings, previous values are overwritten, values not specified in the request, if present, remain present.
|
SetGlobalPolicyResponseMsg |
setGlobalPolicy(SetGlobalPolicyRequestMsg request)
Sets the global policy values
Required permission: global admin role
|
SetMailSettingsResponseMsg |
setMailSettings(SetMailSettingsRequestMsg request)
sets a list of all settings that are used for SLA email alerts
requires global admin rights
|
SetMyEmailAddressResponseMsg |
setMyEmailAddress(SetMyEmailAddressRequestMsg request)
sets my email address
|
SetProcessListByMachineResponseMsg |
setProcessListByMachine(SetProcessListByMachineRequestMsg request)
provides infrastructure information, a list of all known processes associated with a given hostname
requires agent rights
As of RC6
|
SetServicePermissionsResponseMsg |
setServicePermissions(SetServicePermissionsRequestMsg request)
Sets the permissions on a particular service object
Removes the current permission set and replaces it with the requested permission set
Required Permission: administer
|
SetServicePolicyResponseMsg |
setServicePolicy(SetServicePolicyRequestMsg request)
Saves a service policy to the configuration database
Any existing policy for this service is deleted and replaced with the parameter.
|
UnregisterPluginResponse |
unregisterPlugin(UnregisterPlugin parameters)
Unregisters the existence of a plugin.
|
UpdateAgentActionResponseMsg |
updateAgentAction(UpdateAgentActionRequestMsg request)
updates a administrative action for an agent to perform.
|
@RequestWrapper(localName="GetServicePolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePolicy") @ResponseWrapper(localName="GetServicePolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePolicyResponse") ServicePolicyResponseMsg getServicePolicy(ServicePolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetUDDIDataPublishServicePolicies", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetUDDIDataPublishServicePolicies") @ResponseWrapper(localName="GetUDDIDataPublishServicePoliciesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetUDDIDataPublishServicePoliciesResponse") GetUDDIDataPublishServicePoliciesResponseMsg getUDDIDataPublishServicePolicies(GetUDDIDataPublishServicePoliciesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetServicePolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePolicy") @ResponseWrapper(localName="SetServicePolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePolicyResponse") SetServicePolicyResponseMsg setServicePolicy(SetServicePolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetGlobalPolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGlobalPolicy") @ResponseWrapper(localName="SetGlobalPolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGlobalPolicyResponse") SetGlobalPolicyResponseMsg setGlobalPolicy(SetGlobalPolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetGlobalPolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGlobalPolicy") @ResponseWrapper(localName="GetGlobalPolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGlobalPolicyResponse") GetGlobalPolicyResponseMsg getGlobalPolicy(GetGlobalPolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="DeleteServicePolicy", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteServicePolicy") @ResponseWrapper(localName="DeleteServicePolicyResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteServicePolicyResponse") DeleteServicePolicyResponseMsg deleteServicePolicy(DeleteServicePolicyRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetServicePermissions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePermissions") @ResponseWrapper(localName="SetServicePermissionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetServicePermissionsResponse") SetServicePermissionsResponseMsg setServicePermissions(SetServicePermissionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetServicePermissions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePermissions") @ResponseWrapper(localName="GetServicePermissionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetServicePermissionsResponse") GetServicePermissionsResponseMsg getServicePermissions(GetServicePermissionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetAdministrators", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAdministrators") @ResponseWrapper(localName="GetAdministratorsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAdministratorsResponse") GetAdministratorsResponseMsg getAdministrators(GetAdministratorsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="ElevateSecurityLevel", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ElevateSecurityLevel") @ResponseWrapper(localName="ElevateSecurityLevelResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ElevateSecurityLevelResponse") ElevateSecurityLevelResponseMsg elevateSecurityLevel(ElevateSecurityLevelRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetAdministrator", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAdministrator") @ResponseWrapper(localName="SetAdministratorResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAdministratorResponse") SetAdministratorResponseMsg setAdministrator(SetAdministratorRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetMyEmailAddress", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMyEmailAddress") @ResponseWrapper(localName="GetMyEmailAddressResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMyEmailAddressResponse") GetMyEmailAddressResponseMsg getMyEmailAddress(GetMyEmailAddressRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetMyEmailAddress", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMyEmailAddress") @ResponseWrapper(localName="SetMyEmailAddressResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMyEmailAddressResponse") SetMyEmailAddressResponseMsg setMyEmailAddress(SetMyEmailAddressRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetAlertRegistrations", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAlertRegistrations") @ResponseWrapper(localName="SetAlertRegistrationsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAlertRegistrationsResponse") SetAlertRegistrationsResponseMsg setAlertRegistrations(SetAlertRegistrationsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetAlertRegistrations", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAlertRegistrations") @ResponseWrapper(localName="GetAlertRegistrationsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAlertRegistrationsResponse") GetAlertRegistrationsResponseMsg getAlertRegistrations(GetAlertRegistrationsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetAvailableAlertRegistrations", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAvailableAlertRegistrations") @ResponseWrapper(localName="GetAvailableAlertRegistrationsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAvailableAlertRegistrationsResponse") GetAvailableAlertRegistrationsResponseMsg getAvailableAlertRegistrations(GetAvailableAlertRegistrationsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetAgentPrinicples", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAgentPrinicples") @ResponseWrapper(localName="GetAgentPrinicplesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAgentPrinicplesResponse") GetAgentPrinicplesResponseMsg getAgentPrinicples(GetAgentPrinicplesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetAgentPrinicples", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAgentPrinicples") @ResponseWrapper(localName="SetAgentPrinicplesResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetAgentPrinicplesResponse") SetAgentPrinicplesResponseMsg setAgentPrinicples(SetAgentPrinicplesRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetMailSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMailSettings") @ResponseWrapper(localName="GetMailSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMailSettingsResponse") GetMailSettingsResponseMsg getMailSettings(GetMailSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetMailSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMailSettings") @ResponseWrapper(localName="SetMailSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetMailSettingsResponse") SetMailSettingsResponseMsg setMailSettings(SetMailSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetGeneralSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGeneralSettings") @ResponseWrapper(localName="GetGeneralSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetGeneralSettingsResponse") GetGeneralSettingsResponseMsg getGeneralSettings(GetGeneralSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetGeneralSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGeneralSettings") @ResponseWrapper(localName="SetGeneralSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetGeneralSettingsResponse") SetGeneralSettingsResponseMsg setGeneralSettings(SetGeneralSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="RemoveGeneralSettings", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.RemoveGeneralSettings") @ResponseWrapper(localName="RemoveGeneralSettingsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.RemoveGeneralSettingsResponse") RemoveGeneralSettingsResponseMsg removeGeneralSettings(RemoveGeneralSettingsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetCredentials", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetCredentials") @ResponseWrapper(localName="SetCredentialsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetCredentialsResponse") SetCredentialsResponseMsg setCredentials(SetCredentialsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="ClearCredentials", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ClearCredentials") @ResponseWrapper(localName="ClearCredentialsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.ClearCredentialsResponse") ClearCredentialsResponseMsg clearCredentials(ClearCredentialsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetDomainList", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetDomainList") @ResponseWrapper(localName="GetDomainListResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetDomainListResponse") GetDomainListResponseMsg getDomainList(GetDomainListRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetMachinesByDomain", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMachinesByDomain") @ResponseWrapper(localName="GetMachinesByDomainResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMachinesByDomainResponse") GetMachinesByDomainResponseMsg getMachinesByDomain(GetMachinesByDomainRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetProcessesListByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetProcessesListByMachine") @ResponseWrapper(localName="GetProcessesListByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetProcessesListByMachineResponse") GetProcessesListByMachineResponseMsg getProcessesListByMachine(GetProcessesListByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="SetProcessListByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetProcessListByMachine") @ResponseWrapper(localName="SetProcessListByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.SetProcessListByMachineResponse") SetProcessListByMachineResponseMsg setProcessListByMachine(SetProcessListByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetMonitoredItemsByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMonitoredItemsByMachine") @ResponseWrapper(localName="GetMonitoredItemsByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetMonitoredItemsByMachineResponse") GetMonitoredItemsByMachineResponseMsg getMonitoredItemsByMachine(GetMonitoredItemsByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetAgentActionsByMachine", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAgentActionsByMachine") @ResponseWrapper(localName="GetAgentActionsByMachineResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetAgentActionsByMachineResponse") GetAgentActionsByMachineResponseMsg getAgentActionsByMachine(GetAgentActionsByMachineRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="UpdateAgentAction", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.UpdateAgentAction") @ResponseWrapper(localName="UpdateAgentActionResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.UpdateAgentActionResponse") UpdateAgentActionResponseMsg updateAgentAction(UpdateAgentActionRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="DeleteAgentActions", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteAgentActions") @ResponseWrapper(localName="DeleteAgentActionsResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.DeleteAgentActionsResponse") DeleteAgentActionsResponseMsg deleteAgentActions(DeleteAgentActionsRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="CreateAgentAction", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.CreateAgentAction") @ResponseWrapper(localName="CreateAgentActionResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.CreateAgentActionResponse") CreateAgentActionResponseMsg createAgentAction(CreateAgentActionRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedExceptionRegisterPluginResponse registerPlugin(RegisterPlugin parameters) throws AccessDeniedException, ServiceUnavailableException
parameters - ServiceUnavailableExceptionAccessDeniedExceptionGetPluginInformationResponse getPluginInformation(GetPluginInformation parameters) throws AccessDeniedException, ServiceUnavailableException
parameters - ServiceUnavailableExceptionAccessDeniedExceptionUnregisterPluginResponse unregisterPlugin(UnregisterPlugin parameters) throws AccessDeniedException, ServiceUnavailableException
parameters - ServiceUnavailableExceptionAccessDeniedExceptionGetPluginListResponse getPluginList(GetPluginList parameters) throws AccessDeniedException, ServiceUnavailableException
parameters - ServiceUnavailableExceptionAccessDeniedException@RequestWrapper(localName="GetPluginHtmlFormattedDisplay", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetPluginHtmlFormattedDisplay") @ResponseWrapper(localName="GetPluginHtmlFormattedDisplayResponse", targetNamespace="urn:org:miloss:fgsms:services:interfaces:policyConfiguration", className="org.miloss.fgsms.services.interfaces.policyconfiguration.GetPluginHtmlFormattedDisplayResponse") GetPluginHtmlFormattedDisplayResponseMsg getPluginHtmlFormattedDisplay(GetPluginHtmlFormattedDisplayRequestMsg request) throws AccessDeniedException, ServiceUnavailableException
request - ServiceUnavailableExceptionAccessDeniedExceptionCopyright © 2008–2017 MIL-OSS. All rights reserved.