Modify This Admin Console
/management/weblogic/{version}/edit/adminConsole
Modify this admin console.
Request
- application/json
 
- 
                    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 modified admin console model.
object- 
            cookieName(optional): 
            string
            Default Value:
ADMINCONSOLESESSIONReturns the Cookie Name used by the Administration Console.
 - 
            dynamicallyCreated(optional): 
            boolean
            Read Only:
trueDefault Value:falseReturn whether the MBean was created dynamically or is persisted to config.xml
 - 
            id(optional): 
            integer(int64)
            Read Only:
trueReturn the unique id of this MBean instance
 - 
            minThreads(optional): 
            integer(int32)
            Minimum Value:
5Default Value:101Specify the minimum number of threads that should be dedicated to the Administration Console. These threads are used to interact with managed servers in parallel for improved responsiveness in large domains. 5 is the smallest accepted number.
 - 
            name(optional): 
            string
            Read Only:
trueThe user-specified name of this MBean instance.
This name is included as one of the key properties in the MBean's
javax.management.ObjectNameName=user-specified-nameConstraints
- legal null
 
 - 
            notes(optional): 
            string
            
Optional information that you can include to describe this configuration.
WebLogic Server saves this note in the domain's configuration file (
config.xml) as XML PCDATA. All left angle brackets (<) are converted to the xml entity<. Carriage returns/line feeds are preserved.)>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.
 - 
            protectedCookieEnabled(optional): 
            boolean
            Default Value:
trueSet to true if the Administration Console's session cookie is protected so that it is only visible to the Console. This may prevent use of this shared cookie in other applications.
 - 
            sessionTimeout(optional): 
            integer(int32)
            Default Value:
3600Returns Session Timeout value (in seconds) for Administration Console.
 - 
            SSOLogoutURL(optional): 
            string
            Default Value:
oracle.doceng.json.BetterJsonNull@5e6e743Returns the log out URL for the Administration Console in a single sign-on (SSO) environment. Only needed when you use the Console with an SSO provider that requires a log out URL so that it can clean up its SSO session state. See the SSO provider documentation for details on the URL value
 - 
            tags(optional): 
            array  Items
            
            Title:
ItemsReturn all tags on this Configuration MBean
 - 
            type(optional): 
            string
            Read Only:
trueReturns the type of the MBean.
Constraints
- unharvestable
 
 
- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role.