Skip to content

bulkUpdateOracleRacs

Update Oracle RACs Supported in v5.2+ Update the properties of the objects that represent the specified Oracle RAC.

Arguments

Argument Type Description
input (required) BulkUpdateOracleRacsInput! Input for V1BulkUpdateOracleRac.

Returns

BulkUpdateOracleRacsReply!

Sample

mutation BulkUpdateOracleRacs($input: BulkUpdateOracleRacsInput!) {
  bulkUpdateOracleRacs(input: $input)
}
{
  "input": {
    "bulkUpdateProperties": {
      "ids": [
        "example-string"
      ]
    }
  }
}
{
  "data": {
    "bulkUpdateOracleRacs": {
      "responses": [
        {
          "scan": "example-string"
        }
      ]
    }
  }
}