Method: legacySdk.legacyAlertFullDetails

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

Legacy RPC for getting alert full details.

HTTP request


Path parameters

Parameters
instance

string

Required. The GetAlertFullDetails request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyAlertFullDetails?caseId={caseId}&alertIdStr={alertIdStr}&populateOriginalFile={populateOriginalFile}

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseId": string,
  "alertIdStr": string,
  "populateOriginalFile": boolean
}
Fields
caseId

string (int64 format)

Required. The case id to get the alert full details for.

alertIdStr

string

Required. The alert id to get the alert full details for.

populateOriginalFile

boolean

Optional. Whether to populate the original file.

Response body

If successful, the response body contains an instance of ApiCyberAlertFullDetails.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.