Get Site Status for Data Extract
get
                    /rest/v19/extract/siteStatus
Use this endpoint to return the status of the site if it is available for extraction.
                
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
Default Response
Returns site check status
                
                
                    Root Schema : Site status
    
      Type: 
      
    
    
    
    stringTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
Site statusExamples
The following example shows how to returns the status of the site if it is available for extraction by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X GET -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/extract/siteStatus