Refresh Instance Details

Use this API to refresh the Exadata instance details.

API

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

Scope and AuthZ

  • You must have mcs:oci:api:User scope to access this API.
  • You can refresh Exadata instance details only for your customer instances.
  • 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 refreshes Exadata instance details.
  • action is the action value to be passed for refresh task.

Verb

POST

Parameters

Name Type Description Mandatory
customerId Path parameter Customer ID Yes
instanceId Path parameter Instance ID of instance against which execution is created Yes

Sample request

{
  "action": "database-exadatadb-metrics"
}

Sample response

{
    "collectionInitiatedOn": "2021-10-11T10:01:52.745Z",
    "status": "Success"
}