Confirm Application Name ( Is Redeployment, App Source, Optional, Tentative Name, Tentative Application Id )
/management/weblogic/{version}/domainRuntime/deploymentManager/confirmApplicationName
Used by the deployment subsystem to confirm an application name.
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
-
appSource:
string
is a the path to the application.
-
isRedeployment:
boolean
should be true in the case where this function is called for a redeployment.
-
optional:
string
alternate application descriptor path
-
tentativeApplicationId:
string
The tentative application ID. May only be null if the application is not versioned. If tentativeName is null and the application is versioned, this should be just the version string (which includes both the implementation and specification versions).
-
tentativeName:
string
The name proposed for the application (provided by the user, or through the manifest). Null if no name was specified by the user or through the manifest.
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.
Response
- application/json
200 Response
Returns the following fields:
object
Return
-
return:
string
Returns the action's result.