Method: legacySoarSettings.legacyAddVisualSummaryRecords

Full name: projects.locations.instances.legacySoarSettings.legacyAddVisualSummaryRecords

AddVisualSummaryRecords adds visual summary records to the environment. environment.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to add the visual summary records to. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "fieldName": string,
  "sectionType": enum (LegacyVisualSummarySectionType),
  "id": string,
  "maxValue": integer,
  "isDescending": boolean,
  "isTypeBool": boolean
}
Fields
fieldName

string

Output only. The field name.

sectionType

enum (LegacyVisualSummarySectionType)

Output only. The section type.

id

string (int64 format)

Output only. The id.

maxValue

integer

Output only. The max value.

isDescending

boolean

Output only. Whether is descending.

isTypeBool

boolean

Output only. Whether is type bool.

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.

LegacyVisualSummarySectionType

Visual summary section type.

Enums
ENTITIES Entities.
RELATIONS Events.