List the resources
get
                    ess/rest/scheduler/v1
Lists the scheduler API resources
                Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
- application/vnd.oracle.resource+json
200 Response
OK
                            
                            
                                Root Schema : RootResource
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Collection resource describing a list of versions of an API.
    
    
    
    
    
    
    Match All
    Show Source
    - 
                
                
                
                allOf 
             Base Collection Resource
                
            Title:Base Collection ResourceOracle base collection resource schema definition.
Nested Schema : Base Collection Resource
    
    	
    	
    
    
    
    Title: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Base Collection ResourceOracle base collection resource schema definition. 
    
    
    
    
    
    
    Match All
    Show Source
    - 
                
                object 
                
                
             Singular Resource
                
            Title:Singular ResourceOracle base singular resource schema definition.
Nested Schema : Singular Resource
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Singular ResourceOracle base singular resource schema definition.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
    
Nested Schema : links
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  instanceLink
            
            Metadata describing link description objects that MAY appear in the JSON instance representation.
Nested Schema : instanceLink
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectMetadata describing link description objects that MAY appear in the JSON instance representation.
    
    
    
    
        Show Source
        - 
                
                    
                    href(required): string
                    
                    
                     
                    
                
                
                URI [RFC3986] or URI Template [RFC6570]. If the value is set to URI Template, then the \"templated\" property must be set to true."
- 
                
                    
                    mediaType: string
                    
                    
                     
                    
                
                
                Media type, as defined by RFC 2046, describing the link target.
- 
                
                    
                    method: string
                    
                    
                     
                    
                
                
                HTTP method for requesting the target of the link.
- 
                
                    
                    profile: string
                    
                    
                     
                    
                
                
                Link to the metadata of the resource, such as JSON-schema, that describes the resource expected when dereferencing the target resource..
- 
                
                    
                    rel(required): string
                    
                    
                     
                    
                
                
                Name of the link relation that, in addition to the type property, can be used to retrieve link details. For example, href or profile.
- 
                
                    
                    templated: boolean
                    
                    
                     
                    
                
                
                Boolean flag that specifies that \"href\" property is a URI or URI Template. If the property is a URI template, set this value to true. By default, this value is false.
500 Response
server error
                            
                            
                                Root Schema : SimpleExceptionDetail
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    detail: string
                    
                    
                     
                    
                
                
                Detailed error message
- 
                
                    
                    errorCode: string
                    
                    
                     
                    
                
                
                ESS-specific error code. For example ESS-00500.
- 
                
                    
                    status: integer
                    
                    
                     
                    
                
                
                HTTP status code
- 
                
                    
                    title(required): string
                    
                    
                     
                    
                
                
                Summary error message
- 
                
                    
                    type(required): string
                    
                    
                     
                    
                
                
                URI. It will be beneficial if teams can provide application specific problem types. If not, at least we should link to HTTP error code page.