Method: legacySdk.legacyUpdateAlertsAdditional

Full name: projects.locations.instances.legacySdk.legacyUpdateAlertsAdditional

Legacy RPC for update alerts additional data.

HTTP request


Path parameters

Parameters
instance

string

Required. The UpdateAlertsAdditional request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:updateAlertsAdditional

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "alertsAdditionalData": {
    string: string,
    ...
  }
}
Fields
caseId

string (int64 format)

Required. The case id to update alerts additional data for.

alertsAdditionalData

map (key: string, value: string)

Optional. The alerts additional data.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.