- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ApiSyncCaseMetadata
- Try it!
Full name: projects.locations.instances.legacySdk.legacyGetUpdatedSyncCasesMetadata
Legacy RPC for getting updated sync cases metadata.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Optional. 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 GetUpdatedSyncCasesMetadataResponse message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"payload": [
{
object ( |
Fields | |
---|---|
payload[] |
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 |
The id. |
trackingTimeUnixTimeInMs |
The tracking time in unix milliseconds. |