Get Multi Version State On Demand
/management/weblogic/{version}/domainRuntime/appRuntimeStateRuntime/getMultiVersionStateOnDemand
For each configured ids provided, identify all inferred ids on each of managed server to which the configured ids are targeted.
Admin Server contacts all relevant servers identified by target on demand. Some of the managed servers might be slow in responding or may not respond at all. The use of timeout ensures an upper limit on the time Admin Server will wait for response from managed servers. Though not recommended, a value of 0 timeout may be used to indefinitely wait for response from all managed servers. Admin Server only contacts the managed server that are known to be running at this time.
This result also includes servers that did not respond. But it does not include servers that were known to be shutdown at the time of request and were never contacted.
Here is an example result:
({"landscapedesign#V2.0", "soilmanagement"}, 100L)
Request
- application/json
-
version(required): string
The version of the WebLogic REST interface.
-
X-Requested-By(required): string
The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the following fields:
object
Arguments
-
configuredIds:
array Items
Title:
Items
A list of application ids or library's deployment ids as configured in config.xml. This is the list for which state is being requested
-
timeout:
integer(int64)
amount of time in milliseconds before the command times out. Though not recommended, a value of 0 may be used to wait indefinitely
array
Items
A list of application ids or library's deployment ids as configured in config.xml. This is the list for which state is being requested
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
-
Monitor: basic
Type:
basic
Description:A user in the Monitor security role.
-
Operator: basic
Type:
basic
Description:A user in the Operator security role.
Response
- application/json
200 Response
Returns the following fields:
object
Return
-
return:
string
Returns the action's result.