Full name: projects.locations.instances.legacyFederatedCases.legacyBatchPatchFederatedCases
Updates or inserts multiple cases from a secondary instance into the primary platform's federated store. This method performs a full resource replacement for existing cases. Use this method to bulk-synchronize case data, including their current state, alerts, and metadata.
HTTP request
POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/legacyFederatedCases:legacyBatchPatchFederatedCases Path parameters
| Parameters | |
|---|---|
parent |
Required. The name of the Instance. |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{
"cases": [
{
object ( |
| Fields | |
|---|---|
cases[] |
Required. list of cases to insert\update |
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.legacyFederatedCases.batchPatchFederatedCases
For more information, see the IAM documentation.