Method: legacySdk.legacyGetTicketIdsForAlertsDismissedSinceTimestamp

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

Legacy RPC for getting ticket ids for alerts dismissed since timestamp.

HTTP request


Path parameters

Parameters
instance

string

Required. The GetTicketIdsForAlertsDismissedSinceTimestamp request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyTicketIdsForAlertsDismissedSinceTimestamp?timeStampUnixMs={timeStampUnixMs}

Request body

The request body contains data with the following structure:

JSON representation
{
  "timeStampUnixMs": string
}
Fields
timeStampUnixMs

string

Required. The time stamp of the alerts dismissed since timestamp.

Response body

GetTicketIdsForAlertsDismissedSinceTimestampResponse is the response message to get the ticket ids for alerts dismissed since timestamp.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": [
    string
  ]
}
Fields
payload[]

string

The instance of the legacy sdk.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.