WebSphere:*,type=DataPowerMgrMBean
ExcludeAccessCheck:
MBean DataPowerMgrMBean
Managed object for DataPower appliance manager functions
Attribute Summary | |
java.lang.String | status Status of the DataPower appliance manager. |
Operation Summary | |
java.util.Properties | getAllTaskIds( Get all DataPower appliance manager task IDs. |
java.util.Properties | getTask( Get A DataPower appliance manager Task. |
java.util.Properties | waitForTaskEnd( Wait For A DataPower appliance manager Task To End. |
java.util.Properties | purgeTask( Purge A DataPower appliance manager Task |
java.util.Properties | getManager( Get the DataPower appliance manager |
java.util.Properties | setManager( Modify the DataPower appliance manager |
java.util.Properties | exportMgr( Export the DataPower appliance manager configuration and versions |
java.util.Properties | importMgr( Export the DataPower appliance manager configuration and versions |
java.util.Properties | stopManager( Stop the DataPower appliance manager. |
java.util.Properties | addAppliance( Add an appliance to the DataPower appliance manager |
java.util.Properties | removeAppliance( Remove an appliance from the DataPower appliance manager |
java.util.Properties | getAllApplianceIds( Get all DataPower appliance manager appliance IDs |
java.util.Properties | getAppliance( Get a DataPower appliance manager appliance |
java.util.Properties | setAppliance( Modify a DataPower appliance manager appliance |
java.util.Properties | getAllDomainNames( Get all domain names on an appliance |
java.util.Properties | getWebGUIURLforAppliance( Get URL to open DataPower WebGUI for an appliance |
java.util.Properties | getWebGUIURLforMSdomain( Get URL to open DataPower WebGUI for a managed domain |
java.util.Properties | getAllFirmwareIds( Get all DataPower appliance manager firmware IDs |
java.util.Properties | getFirmware( Get a DataPower appliance manager firmware |
java.util.Properties | getBestFirmware( Get best match DataPower appliance manager firmware |
java.util.Properties | addFirmwareVersion( Add a firmware version |
java.util.Properties | removeFirmwareVersion( Remove a firmware version |
java.util.Properties | getAllFirmwareVersionIds( Get all DataPower appliance manager firmware version IDs |
java.util.Properties | getFirmwareVersion( Get a DataPower appliance manager firmware version |
java.util.Properties | setFirmwareVersion( Modify a DataPower appliance manager firmware version |
java.util.Properties | getAllMSIdsUsingFirmwareVersion( Get IDs of managed sets using firmware version |
java.util.Properties | addManagedSet( Add a managed set |
java.util.Properties | removeManagedSet( Remove a managed set |
java.util.Properties | getAllManagedSetIds( Get all DataPower appliance manager managed set IDs |
java.util.Properties | getManagedSet( Get a DataPower appliance manager managed set |
java.util.Properties | setManagedSetMasterAppliance( Modify the master appliance for a DataPower appliance manager managed set |
java.util.Properties | setManagedSetDesiredFirmwareVersion( Modify the desired firmware version for a DataPower appliance manager managed set |
java.util.Properties | manageAppliance( Manage an appliance |
java.util.Properties | unmanageAppliance( Unmanage an appliance |
java.util.Properties | manageDomain( Manage a domain |
java.util.Properties | unmanageDomain( Unmanage a domain |
java.util.Properties | getAllMSApplianceIds( Get all appliances in a DataPower appliance manager managed set |
java.util.Properties | getAllMSDomainIds( Get all domains in a DataPower appliance manager managed set |
java.util.Properties | getMSDomain( Get a DataPower appliance manager managed domain |
java.util.Properties | setMSDomain( Modify a DataPower appliance manager managed domain |
java.util.Properties | getAllMSDomainVersionIds( Get all managed domain versions in a DataPower appliance manager managed set |
java.util.Properties | removeMSDomainVersion( Remove A managed domain version |
java.util.Properties | getMSDomainVersion( Get a DataPower appliance manager managed domain version |
java.util.Properties | setMSDomainVersion( Modify a DataPower appliance manager managed domain version |
java.util.Properties | getMSSettings( Get a DataPower appliance manager managed settings |
java.util.Properties | setMSSettings( Modify a DataPower appliance manager managed settings |
java.util.Properties | getAllMSSettingsVersionIds( Get all managed settings versions in a DataPower appliance manager managed set |
java.util.Properties | removeMSSettingsVersion( Remove A managed settings version |
java.util.Properties | getMSSettingsVersion( Get a DataPower appliance manager managed settings version |
java.util.Properties | setMSSettingsVersion( Modify a DataPower appliance manager managed settings version |
java.util.Properties | synchManagedSet( Synchronize a DataPower appliance manager managed set |
java.util.Properties | copyMSDomainVersion( Copy a DataPower appliance manager managed domain version to a new managed set |
java.util.Properties | copyMSSettingsVersion( Copy a DataPower appliance manager managed settings version to a new managed set |
Attribute Detail |
public java.lang.String status
Operation Detail |
public java.util.Properties getAllTaskIds(java.util.Locale locale
)
locale
-
caller locale
public java.util.Properties getTask(java.lang.String taskId,
java.util.Locale locale
)
taskId
-
Task IDlocale
-
caller locale
public java.util.Properties waitForTaskEnd(java.lang.String taskId,
java.util.Locale locale
)
taskId
-
STask IDlocale
-
caller locale
public java.util.Properties purgeTask(java.lang.String taskId,
java.util.Locale locale
)
taskId
-
Task IDlocale
-
caller locale
public java.util.Properties getManager(java.util.Locale locale
)
locale
-
caller locale
public java.util.Properties setManager(java.lang.Integer maxVersionsToStore,
java.lang.String versionsDirectory,
java.util.Locale locale
)
maxVersionsToStore
-
Maximum number of versions to keep.versionsDirectory
-
Versions directorylocale
-
caller locale
public java.util.Properties exportMgr(java.lang.String file,
java.util.Locale locale
)
file
-
Export filelocale
-
caller locale
public java.util.Properties importMgr(java.lang.String file,
java.util.Locale locale
)
file
-
Import filelocale
-
caller locale
public java.util.Properties stopManager(java.util.Locale locale
)
locale
-
caller locale
public java.util.Properties addAppliance(java.lang.String name,
java.lang.String hostname,
java.lang.String userId,
java.lang.String password,
java.lang.Integer hlmPort,
java.util.Locale locale
)
name
-
Name for the appliancehostname
-
Hostname or IP address of the applianceuserId
-
UserID for the appliancepassword
-
Base64 encoded password for the appliancehlmPort
-
Port number For DataPower appliance manager communication to the appliancelocale
-
caller locale
public java.util.Properties removeAppliance(java.lang.String applianceId,
java.util.Locale locale
)
applianceId
-
Appliance IDlocale
-
caller locale
public java.util.Properties getAllApplianceIds(java.util.Locale locale
)
locale
-
caller locale
public java.util.Properties getAppliance(java.lang.String applianceId,
java.util.Locale locale
)
applianceId
-
Appliance IDlocale
-
caller locale
public java.util.Properties setAppliance(java.lang.String applianceId,
java.lang.String name,
java.lang.String hostname,
java.lang.String userId,
java.lang.String password,
java.lang.Integer hlmPort,
java.util.Locale locale
)
applianceId
-
Appliance IDname
-
Name for the appliancehostname
-
Hostname or IP address of the applianceuserId
-
UserID for the appliancepassword
-
Base64 encoded password for the appliancehlmPort
-
Port number For DataPower appliance manager communication to the appliancelocale
-
caller locale
public java.util.Properties getAllDomainNames(java.lang.String applianceId,
java.lang.Boolean managed,
java.lang.Boolean unmanaged,
java.util.Locale locale
)
applianceId
-
Appliance IDmanaged
-
Return Managed Domainsunmanaged
-
Return Unmanaged Domainslocale
-
caller locale
public java.util.Properties getWebGUIURLforAppliance(java.lang.String applianceId,
java.util.Locale locale
)
applianceId
-
Appliance IDlocale
-
caller locale
public java.util.Properties getWebGUIURLforMSdomain(java.lang.String msDomainId,
java.util.Locale locale
)
msDomainId
-
Managed Domain IDlocale
-
caller locale
public java.util.Properties getAllFirmwareIds(java.util.Locale locale
)
locale
-
caller locale
public java.util.Properties getFirmware(java.lang.String firmwareId,
java.util.Locale locale
)
firmwareId
-
Firmware IDlocale
-
caller locale
public java.util.Properties getBestFirmware(java.lang.String applianceType,
java.lang.String modelType,
java.lang.String applianceFeatures,
java.lang.String level,
java.util.Locale locale
)
applianceType
-
Appliance TypemodelType
-
Appliance Model TypeapplianceFeatures
-
Appliance Featureslevel
-
Firmware Version Levellocale
-
caller locale
public java.util.Properties addFirmwareVersion(java.lang.String file,
java.lang.String userComment,
java.util.Locale locale
)
file
-
Firmware image fileuserComment
-
User Commentlocale
-
caller locale
public java.util.Properties removeFirmwareVersion(java.lang.String firmwareVersionId,
java.util.Locale locale
)
firmwareVersionId
-
Firmware version IDlocale
-
caller locale
public java.util.Properties getAllFirmwareVersionIds(java.lang.String firmwareId,
java.util.Locale locale
)
firmwareId
-
Firmware IDlocale
-
caller locale
public java.util.Properties getFirmwareVersion(java.lang.String firmwareVersionId,
java.util.Locale locale
)
firmwareVersionId
-
Firmware version IDlocale
-
caller locale
public java.util.Properties setFirmwareVersion(java.lang.String firmwareVersionId,
java.lang.String userComment,
java.util.Locale locale
)
firmwareVersionId
-
Firmware version IDuserComment
-
User Commentlocale
-
caller locale
public java.util.Properties getAllMSIdsUsingFirmwareVersion(java.lang.String firmwareVersionId,
java.util.Locale locale
)
firmwareVersionId
-
Firmware version IDlocale
-
caller locale
public java.util.Properties addManagedSet(java.lang.String name,
java.util.Locale locale
)
name
-
Name for the managed setlocale
-
caller locale
public java.util.Properties removeManagedSet(java.lang.String managedSetId,
java.util.Locale locale
)
managedSetId
-
managed set IDlocale
-
caller locale
public java.util.Properties getAllManagedSetIds(java.util.Locale locale
)
locale
-
caller locale
public java.util.Properties getManagedSet(java.lang.String managedSetId,
java.util.Locale locale
)
managedSetId
-
managed set IDlocale
-
caller locale
public java.util.Properties setManagedSetMasterAppliance(java.lang.String managedSetId,
java.lang.String masterApplianceId,
java.util.Locale locale
)
managedSetId
-
Managed set IDmasterApplianceId
-
Master appliance IDlocale
-
caller locale
public java.util.Properties setManagedSetDesiredFirmwareVersion(java.lang.String managedSetId,
java.lang.String desiredFirmwareVersionId,
java.util.Locale locale
)
managedSetId
-
Managed set IDdesiredFirmwareVersionId
-
Desired firmware version IDlocale
-
caller locale
public java.util.Properties manageAppliance(java.lang.String managedSetId,
java.lang.String applianceId,
java.lang.Boolean asMaster,
java.util.Locale locale
)
managedSetId
-
Managed set IDapplianceId
-
Appliance IDasMaster
-
Manage appliance as the master appliancelocale
-
caller locale
public java.util.Properties unmanageAppliance(java.lang.String managedSetId,
java.lang.String applianceId,
java.util.Locale locale
)
managedSetId
-
Managed set IDapplianceId
-
Appliance IDlocale
-
caller locale
public java.util.Properties manageDomain(java.lang.String managedSetId,
java.lang.String domain,
java.util.Locale locale
)
managedSetId
-
Managed set IDdomain
-
Domain namelocale
-
caller locale
public java.util.Properties unmanageDomain(java.lang.String msDomainId,
java.lang.Boolean clean,
java.util.Locale locale
)
msDomainId
-
Managed domain IDclean
-
Clean the unmanged domainlocale
-
caller locale
public java.util.Properties getAllMSApplianceIds(java.lang.String managedSetId,
java.util.Locale locale
)
managedSetId
-
managed set IDlocale
-
caller locale
public java.util.Properties getAllMSDomainIds(java.lang.String managedSetId,
java.util.Locale locale
)
managedSetId
-
managed set IDlocale
-
caller locale
public java.util.Properties getMSDomain(java.lang.String msDomainId,
java.util.Locale locale
)
msDomainId
-
Managed domain IDlocale
-
caller locale
public java.util.Properties setMSDomain(java.lang.String msDomainId,
java.lang.String desiredDomainVersionId,
java.util.Locale locale
)
msDomainId
-
Managed domain IDdesiredDomainVersionId
-
Desired domain version IDlocale
-
caller locale
public java.util.Properties getAllMSDomainVersionIds(java.lang.String msDomainId,
java.util.Locale locale
)
msDomainId
-
managed domain IDlocale
-
caller locale
public java.util.Properties removeMSDomainVersion(java.lang.String msDomainVersionId,
java.util.Locale locale
)
msDomainVersionId
-
managed domain version IDlocale
-
caller locale
public java.util.Properties getMSDomainVersion(java.lang.String msDomainVersionId,
java.util.Locale locale
)
msDomainVersionId
-
Managed domain version IDlocale
-
caller locale
public java.util.Properties setMSDomainVersion(java.lang.String msDomainVersionId,
java.lang.String userComment,
java.util.Locale locale
)
msDomainVersionId
-
Managed domain version IDuserComment
-
User comentlocale
-
caller locale
public java.util.Properties getMSSettings(java.lang.String msSettingsId,
java.util.Locale locale
)
msSettingsId
-
Managed settings IDlocale
-
caller locale
public java.util.Properties setMSSettings(java.lang.String msSettingsId,
java.lang.String desiredSettingsVersionId,
java.util.Locale locale
)
msSettingsId
-
Managed Settings IDdesiredSettingsVersionId
-
Desired Settings version IDlocale
-
caller locale
public java.util.Properties getAllMSSettingsVersionIds(java.lang.String msSettingsId,
java.util.Locale locale
)
msSettingsId
-
managed settings IDlocale
-
caller locale
public java.util.Properties removeMSSettingsVersion(java.lang.String msSettingsVersionId,
java.util.Locale locale
)
msSettingsVersionId
-
managed settings version IDlocale
-
caller locale
public java.util.Properties getMSSettingsVersion(java.lang.String msSettingsVersionId,
java.util.Locale locale
)
msSettingsVersionId
-
Managed settings version IDlocale
-
caller locale
public java.util.Properties setMSSettingsVersion(java.lang.String msSettingsVersionId,
java.lang.String userComment,
java.util.Locale locale
)
msSettingsVersionId
-
Managed settings version IDuserComment
-
User commentlocale
-
caller locale
public java.util.Properties synchManagedSet(java.lang.String managedSetId,
java.util.Locale locale
)
managedSetId
-
Managed set IDlocale
-
caller locale
public java.util.Properties copyMSDomainVersion(java.lang.String managedSetId,
java.lang.String msDomainVersionId,
java.util.Locale locale
)
managedSetId
-
Managed set IDmsDomainVersionId
-
Managed domain version IDlocale
-
caller locale
public java.util.Properties copyMSSettingsVersion(java.lang.String managedSetId,
java.lang.String msSettingsVersionId,
java.util.Locale locale
)
managedSetId
-
Managed set IDmsSettingsVersionId
-
Managed settings version IDlocale
-
caller locale