Get EBS Database Version

Use this API to fetch a list of database versions.

API

/cemli/v1/metadata/instance/db/versions

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can use CEMLI Metadata API only if your customer has opted-in for CEMLI functionality.

Headers

  • Authorization: Bearer <Token>

    Where <Token> is the OAUTH token returned by the Authorization Server (JWT Token).

  • Identifier: <JWKS Identifier>

    Where <JWKS Identifier> is the GUID generated when JWKS URI is set by customer admin in self-service platform.

Base Path

/cemli/v1/

Functionality

This API fetches a list of database lookup types as LOV to be used in creating or updating an instance.

Verb

GET

Sample response

[
    "10.1.0.2",
    "10.1.0.3.1",
    "10.2.0.2",
    "7.3.3.5",
    "9.2.0.5",
    "9.2.0.7",
    "9.2.0.8"
]