Confirm Application Name ( Is Redeployment, App Source, Optional, Tentative Name, Tentative Application Id )
/management/weblogic/{version}/domainRuntime/domainPartitionRuntimes/{name}/deploymentManager/confirmApplicationName
Used by the deployment subsystem to confirm an application name.
Request
- application/json
 
- 
                    name: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
- 
                        X-Requested-By: 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:
objectArguments- 
            appSource(optional): 
            string
            
is a the path to the application.
 - 
            isRedeployment(optional): 
            boolean
            
should be true in the case where this function is called for a redeployment.
 - 
            optional(optional): 
            string
            
alternate application descriptor path
 - 
            tentativeApplicationId(optional): 
            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(optional): 
            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:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role. 
Response
- application/json
 
200 Response
Returns the following fields:
objectReturn- 
            return(optional): 
            string
            
Returns the action's result.