Oracle Cloud Infrastructure · Example Payload

Oracle Cloud Terminateinstance Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Oracle Cloud Terminateinstance Example is an example object payload from Oracle Cloud Infrastructure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "terminateInstance",
  "method": "DELETE",
  "path": "/instances/{instanceId}",
  "summary": "Oracle Cloud Terminate Instance",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "404",
      "contentType": "application/json",
      "name": "TerminateInstance404Example",
      "example": {
        "code": "NotAuthorizedOrNotFound",
        "message": "Authorization failed or requested resource not found.",
        "status": 404
      }
    }
  ]
}