BulkPropertyUpdateRequest

Request body for bulk property updates.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
properties array
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-bulkpropertyupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkPropertyUpdateRequest",
  "title": "BulkPropertyUpdateRequest",
  "type": "object",
  "description": "Request body for bulk property updates.",
  "properties": {
    "properties": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      },
      "example": []
    }
  }
}