Get Default Page URL
/management/weblogic/{version}/domainRuntime/consoleRuntime/getDefaultPageURL
Gets the URL for the default page of an object. You can optionally specify the kind of default page (e.g. configuration or monitoring). For example, use this method to get a WLS cluster's default page's URL. Use this method when possible since it isolates the caller from the specific console page labels. This method does not check whether the page exists. To find out, use the URL and see if it works.
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 following fields:
objectArguments- 
            context(optional): 
            array  Items
            
            Title:
ItemsIdentifies the object the page should display or manage. Most pages display or manage WLS mbeans (such as a server or cluster). For them, call "getObjectNameContext", passing in the JMX object name, to get the context to pass to this method. See the console programmers' guide for more information on contexts.
 - 
            perspective(optional): 
            string
            
Specifies which kind of default page to return (e.g. configuration or monitoring). Pass in null to get the default page for the object. See the console programmers' guide for more information on perspectives.
 
arrayItemsIdentifies the object the page should display or manage. Most pages display or manage WLS mbeans (such as a server or cluster). For them, call "getObjectNameContext", passing in the JMX object name, to get the context to pass to this method. See the console programmers' guide for more information on contexts.
- 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. 
Response
- application/json
 
200 Response
Returns the following fields:
objectReturn- 
            return(optional): 
            string
            
Returns the action's result.