Confirm Application Name ( Is Redeployment, App Source, Optional, Tentative Name, Tentative Application Id )

post

/management/weblogic/{version}/domainRuntime/deploymentManager/confirmApplicationName

Used by the deployment subsystem to confirm an application name.

Request

Supported Media Types
Path Parameters
Header Parameters
  • 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'.
Body ()

Must contain the following fields:

Root Schema : Arguments
Type: object
Title: Arguments
Show Source
  • is a the path to the application.

  • should be true in the case where this function is called for a redeployment.

  • alternate application descriptor path

  • 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).

  • 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.

Security
Back to Top

Response

Supported Media Types

200 Response

Returns the following fields:

Body ()
Root Schema : Return
Type: object
Title: Return
Show Source
Back to Top