- HTTP request
 - Path parameters
 - Request body
 - Response body
 - Authorization scopes
 - FormattedAlertEvent
 - FieldGroupData
 - FieldData
 - Try it!
 
Full name: projects.locations.instances.cases.caseAlerts.connectorEvents.getFormatted
Get a formatted ConnectorEvents for a given case/alert.
HTTP request
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/caseAlerts/{caseAlert}/connectorEvents:formatted  | 
              
Request body
The request body must be empty.
Response body
Response message for GetFormattedEvent.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "payload": [
    {
      object ( | 
                  
| Fields | |
|---|---|
payload[] | 
                    
                       
 Output only. The formatted event.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
FormattedAlertEvent
Represents a formatted alert event.
| JSON representation | 
|---|
{
  "fields": [
    {
      object ( | 
              
| Fields | |
|---|---|
fields[] | 
                
                   
 Output only. The fields of the event.  | 
              
identifier | 
                
                   
 Output only. The identifier of the event.  | 
              
caseId | 
                
                   
 Output only. The case id of the event.  | 
              
alertIdentifier | 
                
                   
 Output only. The alert identifier of the event.  | 
              
name | 
                
                   
 Output only. The name of the event.  | 
              
product | 
                
                   
 Output only. The product of the event.  | 
              
port | 
                
                   
 Output only. The port of the event.  | 
              
sourceSystemName | 
                
                   
 Output only. The source system name of the event.  | 
              
outcome | 
                
                   
 Output only. The outcome of the event.  | 
              
time | 
                
                   
 Output only. The time of the event.  | 
              
type | 
                
                   
 Output only. The type of the event.  | 
              
artifactEntities[] | 
                
                   
 Output only. The artifact entities of the event.  | 
              
FieldGroupData
Group of fields.
| JSON representation | 
|---|
{
  "groupName": string,
  "items": [
    {
      object ( | 
              
| Fields | |
|---|---|
groupName | 
                
                   
 Output only. The name of the group.  | 
              
items[] | 
                
                   
 Output only. The items in the group.  | 
              
order | 
                
                   
 Output only. The order of the group.  | 
              
isIntegration | 
                
                   
 Output only. Indicates if the group is an integration.  | 
              
isHighlight | 
                
                   
 Output only. Indicates if the group is a highlight.  | 
              
FieldData
From Siemplify.DataModel.Cases.FieldData
| JSON representation | 
|---|
{ "originalName": string, "name": string, "value": string }  | 
              
| Fields | |
|---|---|
originalName | 
                
                   
 Output only. The original name of the property.  | 
              
name | 
                
                   
 Output only. The name of the property.  | 
              
value | 
                
                   
 Output only. Value of the property.  |