Get Instances for a Customer

Use this API to get instances for a customer.

API

/exadata/v1/customers/{customerId}/instances

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can get instances only for your customer.
  • You can use Exadata Scale Up or Scale Down API only if customer has opted-in for Exadata Scale Up or Scale Down 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

/exadata/v1/

Functionality

  • This API gets the instances for given customer.
  • action is action value to be passed for refresh task.

Verb

GET

Parameters

Name Type Description Mandatory
customerId Path parameter Customer ID Yes

Sample response

{
    "customerId": "4165",
    "instances": [
        {
            "name": "OMCSEBSOR3"
        },
        {
            "name": "OMCEBSOR3"
        }
    ]
}