- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- LegacyVisualSummaryFieldMetadataRecord
- LegacyVisualSummarySectionType
- Try it!
Full name: projects.locations.instances.legacySoarSettings.legacyGetVisualSummaryRecords
legacySoarSettings.legacyGetVisualSummaryRecords returns the visual summary records.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the visual summary records for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body must be empty.
Response body
Response message for LegacySoarSettingService.LegacyGetVisualSummaryRecords.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
Optional. The visual summary records. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
LegacyVisualSummaryFieldMetadataRecord
Response message for LegacySoarSettingService.LegacyGetVisualSummaryRecords.
JSON representation |
---|
{
"fieldName": string,
"sectionType": enum ( |
Fields | |
---|---|
fieldName |
Output only. The field name. |
sectionType |
Output only. The section type. |
id |
Optional. The visual summary records. |
creationTimeUnixTimeInMs |
Optional. The creation time. |
modificationTimeUnixTimeInMs |
Optional. The modification time. |
maxValue |
Output only. The max value. |
isDescending |
Output only. Whether is descending. |
isTypeBool |
Output only. Whether is type bool. |
LegacyVisualSummarySectionType
Visual summary section type.
Enums | |
---|---|
ENTITIES |
Entities. |
RELATIONS |
Events. |