Full name: projects.locations.instances.legacySdk.legacyGetAlertsTicketIdsFromCasesClosedSinceTimestamp
Legacy RPC for getting alerts ticket ids from cases closed since timestamp.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetAlertsTicketIdsFromCasesClosedSinceTimestamp request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyAlertsTicketIdsFromCasesClosedSinceTimestamp?timeStampUnixMs={timeStampUnixMs}&ruleGenerator={ruleGenerator} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "timeStampUnixMs": string, "ruleGenerator": string } |
Fields | |
---|---|
timeStampUnixMs |
Required. The time stamp of the cases closed since timestamp. |
ruleGenerator |
Required. The rule generator to get the alerts ticket ids from. |
Response body
GetAlertsTicketIdsFromCasesClosedSinceTimestampResponse is the response message to get the alerts ticket ids from cases closed since timestamp.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "payload": [ string ] } |
Fields | |
---|---|
payload[] |
The instance of the legacy sdk. Format: projects/{project}/locations/{location}/instances/{instance} |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.