Create A New WLDF System Resource Control Runtime
post
                    /management/weblogic/{version}/serverRuntime/WLDFRuntime/WLDFControlRuntime/systemResourceControls
Add a new WLDF system resource control runtime to this collection.
Note: The 'descriptor' field must be a single string containing the contents of the entire descriptor file. Consider using the multi-part version of POST instead to upload the descriptor file.
Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    version: string
                    
                    The version of the WebLogic REST interface.
Header Parameters
                - 
                        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 a populated WLDF system resource control runtime model.
Root Schema : WLDF System Resource Control Runtime
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        WLDF System Resource Control Runtime- 
            descriptor(optional): 
            string
            The WLDF descriptor as a String object 
- 
            enabled(optional): 
            boolean
            is the descriptor enabled 
- 
            name(optional): 
            string
            The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. 
- 
            type(optional): 
            string
            Returns the type of the MBean. 
Security
                - 
                        Admin: basic
                        
                        Type:basicDescription:A user in the Admin security role.