Get Information about a Specific API Version for Data Integration APIs

Returns details for a specific REST API version for Data Integration.

REST Resource

GET /aif/rest/{api_version}

Required Roles

Service Administrator, Power User, User, Viewer

Request

Supported Media Types: application/json

Parameters

The following table summarizes the parameters.

Table 15-3 Parameters

Name Description
api_version Version of the API you are developing with, such as V1

Response

Supported Media Types: application/json

Parameters

The following table summarizes the parameters.

Table 15-4 Parameters

Name Description
version The version, such as V1
lifecycle Lifecycle of the resource, active or deprecated
isLatest Whether this resource is the latest, true or false

Example of Response Body

The following shows an example of the response body in JSON format.

{
"version": "V1"
"lifecycle": "active"
"isLatest": "true"
"links": [1]{
            "rel": "canonical"
            "href": "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/aif/rest/V1"
            "action": "GET"
            }
}