Questions tagged [google-alert-center-api]
8 questions
4
votes
1 answer
GSuite Alert Center API returns 'customer id could not be inferred from the request or caller identity.' error
I am trying to get a list of alerts from the GSuite Alert Center API in a Node JS application.
I created a Service Account at the IAM & Admin page, checked the Enable G Suite Domain-wide Delegation checkbox, and generated a JSON file with access…

Alex Kolokolov
- 111
- 7
2
votes
1 answer
How to assign multiple service account credentials to Google Cloud Functions?
I have three service accounts:
App engine default service account
Datastore service account
Alert Center API service account
My cloud functions uses Firestore in datastore mode for book keeping and invokes Alert Center API.
One can assign only one…

himanshu219
- 654
- 7
- 22
1
vote
2 answers
How to configure Google Workspace Alert Center to publish alerts to a PubSub topic?
I'm building a notification system that will notify employees on slack when they take an action that triggers a DLP Rule.
The ideal flow I'm trying to get at is:
Employee takes action > Rule triggered > Alert is published to PubSub topic > Triggers…

André Soares
- 21
- 3
0
votes
0 answers
How can I redirect/route the alerts of Google Workspace to any 3rd party or any servers/VMs?
I want to redirect the Google Workspace alerts with of our security team's tool SIEM/SPLUNK. I'm looking for a way to integrate Google Alerts.
I have tried a lot of ways and I have read a lot of articles but didn't find anything concrete. Google…
0
votes
0 answers
Google Workspace Alert Center get/update settings calls returning 404
Ref: https://developers.google.com/admin-sdk/alertcenter/reference/rest
The getSettings & updateSettings API calls there are returning 404.
Go code which was working till early January has started to fail at least since mid-January. The same service…

Rajat Upadhyaya
- 1
- 1
0
votes
0 answers
Getting a 401 Unauthorized Error when trying to access reports from the Google Alert Center API
I just had a query regarding a 401 Unauthorized error I seem to have run into while developing a script to pull reports from the Google Alert Center API. I am using the quickstart with a service account and the applicable scope. I have also followed…

Rahil Mohan
- 11
- 2
0
votes
1 answer
Alert Center API Scope issue
According to the documentation:
https://developers.google.com/admin-sdk/alertcenter/reference/rest/v1beta1/TopLevel/getSettings#authorization-scopes
And Also the discovery…

miturbe
- 715
- 4
- 17
0
votes
1 answer
GSuite Alert Center "list" action error 401
I'm trying to use the REST API for retrieving the GSuite Alert Center alerts - doc
I've been doing the calls via the Java SDK (artifact google-api-services-alertcenter, version v1beta1-rev20190725-1.30.1).
I have a GCP Service Account, to which I…

Nadav
- 1,167
- 2
- 19
- 43