Get Specific Page URL
/management/weblogic/{version}/domainRuntime/consoleRuntime/getSpecificPageURL
Gets the URL for a specific console page. For example, use this method to get a WLS server's SSL configuration page's URL or the servers table page's URL. Note: WLS reserves the right to change its portal page names in future releases. Therefore, customers are advised to use "getDefaultPageURL" if possible so that they'll be isolated from these kinds of changes. 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.
 - 
            page(optional): 
            string
            
The portal page label of the desired console page.
 
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.