Method: legacySdk.legacyGetUpdatedSyncCasesMetadata

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

Legacy RPC for getting updated sync cases metadata.

HTTP request


Path parameters

Parameters
instance

string

Required. The GetUpdatedSyncCasesMetadata request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:legacyGetUpdatedSyncCasesMetadata

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

string (int64 format)

Optional. Start timestamp in unix milliseconds.

itemsCount

integer

Optional. Number of items to fetch.

allowedEnvironments[]

string

Optional. Allowed environments.

vendor

string

Optional. Vendor.

includeNonSyncedAlerts

boolean

Optional. Include non synced alerts.

Response body

The GetUpdatedSyncCasesMetadataResponse message.

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

JSON representation
{
  "payload": [
    {
      object (ApiSyncCaseMetadata)
    }
  ]
}
Fields
payload[]

object (ApiSyncCaseMetadata)

The updated sync cases metadata.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

ApiSyncCaseMetadata

The ApiSyncCaseMetadata message.

JSON representation
{
  "id": string,
  "trackingTimeUnixTimeInMs": string
}
Fields
id

string (int64 format)

The id.

trackingTimeUnixTimeInMs

string (int64 format)

The tracking time in unix milliseconds.