Cancel Execution
Use this API to cancel Exadata Scale Up or Scale Down execution.
API
/exadata/v1/customers/{customerId}/instances/{instanceId}/executions/{executionId}
Scope and AuthZ
- You must have
mcs:oci:api:Approver
scope to access this API. - You can cancel Exadata Scale Up or Scale Down execution 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 cancels the scheduled execution.
custStatus
is customer status value at MOS.status
is status at MOS.subStatus
is substatus value at MOS.
Verb
PUT
Parameters
Name | Type | Description | Mandatory |
---|---|---|---|
customerId |
Path Parameter | Customer ID | Yes |
instanceId |
Path Parameter | Instance ID of instance against which execution is created | Yes |
executionId |
Path Parameter | Execution ID | Yes |
scheduledTime |
json | Schedule timestamp | Yes |
action |
json | Action value for API | Yes |
Sample request
{
"action": "cancel"
}
Sample response
{
"status": "Open",
"subStatus": "Ready For Scheduling/Approval",
"custStatus": "Review Update"
}