Get Site Status for Data Extract

get

/rest/v16/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 Top

Response

Supported Media Types

Default Response

Returns site check status
Body ()
Root Schema : Site status
Type: string
Title: Site status
Back to Top

Examples

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 - i - H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v16/extract/siteStatus
Back to Top