- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ApiSyncAlertMetadata
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetUpdatedSyncAlertsMetadata
Legacy RPC for getting updated sync alerts metadata.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The GetUpdatedSyncAlertsMetadata request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyGetUpdatedSyncAlertsMetadata |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "startTimestampUnixMs": string, "itemsCount": integer, "allowedEnvironments": [ string ], "vendor": string, "includeNonSyncedAlerts": boolean } |
Fields | |
---|---|
startTimestampUnixMs |
Required. Start timestamp in unix milliseconds. |
itemsCount |
Optional. Number of items to fetch. |
allowedEnvironments[] |
Optional. Allowed environments. |
vendor |
Optional. Vendor. |
includeNonSyncedAlerts |
Optional. Include non synced alerts. |
Response body
The GetUpdatedSyncAlertsMetadataResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
The updated sync alerts metadata. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
ApiSyncAlertMetadata
The ApiSyncAlertMetadata message.
JSON representation |
---|
{ "groupId": string, "trackingTimeUnixTimeInMs": string } |
Fields | |
---|---|
groupId |
The group id. |
trackingTimeUnixTimeInMs |
The tracking time in unix milliseconds. |