Oracle Enterprise Manager · Example Payload

Oracle Enterprise Manager Createblackoutreason Example

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Oracle Enterprise Manager Createblackoutreason Example is an example object payload from Oracle Enterprise Manager, 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": "createBlackoutReason",
  "method": "POST",
  "path": "/blackouts/reasons",
  "summary": "Oracle Enterprise Manager Create a Blackout Reason",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateblackoutreasonRequestExample",
      "example": {
        "reason": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createblackoutreason201Example",
      "example": {
        "reasonId": "500123",
        "reason": "example_value"
      }
    }
  ]
}