Liking cljdoc? Tell your friends :D

happygapi.alertcenter.alerts

G Suite Alert Center API: alerts. Manages alerts on issues affecting your domain. See: https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts

G Suite Alert Center API: alerts.
Manages alerts on issues affecting your domain.
See: https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts
raw docstring

batchDelete$clj

(batchDelete$ auth args body)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/batchDelete

Required parameters: none

Optional parameters: none

Body:

{:alertId [string], :customerId string}

Performs batch delete operation on alerts.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/batchDelete

Required parameters: none

Optional parameters: none

Body: 

{:alertId [string], :customerId string}

Performs batch delete operation on alerts.
sourceraw docstring

batchUndelete$clj

(batchUndelete$ auth args body)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/batchUndelete

Required parameters: none

Optional parameters: none

Body:

{:alertId [string], :customerId string}

Performs batch undelete operation on alerts.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/batchUndelete

Required parameters: none

Optional parameters: none

Body: 

{:alertId [string], :customerId string}

Performs batch undelete operation on alerts.
sourceraw docstring

delete$clj

(delete$ auth args)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/delete

Required parameters: alertId

Optional parameters: customerId Marks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert for deletion has no effect on an alert which has already been marked for deletion. Attempting to mark a nonexistent alert for deletion results in a NOT_FOUND error.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/delete

Required parameters: alertId

Optional parameters: customerId
Marks the specified alert for deletion. An alert that has been marked for
deletion is removed from Alert Center after 30 days.
Marking an alert for deletion has no effect on an alert which has
already been marked for deletion. Attempting to mark a nonexistent alert
for deletion results in a `NOT_FOUND` error.
sourceraw docstring

feedback-create$clj

(feedback-create$ auth args body)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/feedback/create

Required parameters: alertId

Optional parameters: customerId

Body:

{:customerId string, :createTime string, :email string, :alertId string, :type string, :feedbackId string}

Creates new feedback for an alert. Attempting to create a feedback for a non-existent alert returns NOT_FOUND error. Attempting to create a feedback for an alert that is marked for deletion returns `FAILED_PRECONDITION' error.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/feedback/create

Required parameters: alertId

Optional parameters: customerId

Body: 

{:customerId string,
 :createTime string,
 :email string,
 :alertId string,
 :type string,
 :feedbackId string}

Creates new feedback for an alert. Attempting to create a feedback for
a non-existent alert returns `NOT_FOUND` error. Attempting to create a
feedback for an alert that is marked for deletion returns
`FAILED_PRECONDITION' error.
sourceraw docstring

feedback-list$clj

(feedback-list$ auth args)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/feedback/list

Required parameters: alertId

Optional parameters: customerId, filter Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns NOT_FOUND error.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/feedback/list

Required parameters: alertId

Optional parameters: customerId, filter
Lists all the feedback for an alert. Attempting to list feedbacks for
a non-existent alert returns `NOT_FOUND` error.
sourceraw docstring

get$clj

(get$ auth args)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/get

Required parameters: alertId

Optional parameters: customerId Gets the specified alert. Attempting to get a nonexistent alert returns NOT_FOUND error.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/get

Required parameters: alertId

Optional parameters: customerId
Gets the specified alert. Attempting to get a nonexistent alert returns
`NOT_FOUND` error.
sourceraw docstring

getMetadata$clj

(getMetadata$ auth args)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/getMetadata

Required parameters: alertId

Optional parameters: customerId Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns NOT_FOUND error.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/getMetadata

Required parameters: alertId

Optional parameters: customerId
Returns the metadata of an alert. Attempting to get metadata for
a non-existent alert returns `NOT_FOUND` error.
sourceraw docstring

list$clj

(list$ auth args)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/list

Required parameters: none

Optional parameters: customerId, pageSize, filter, pageToken, orderBy Lists the alerts.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/list

Required parameters: none

Optional parameters: customerId, pageSize, filter, pageToken, orderBy
Lists the alerts.
sourceraw docstring

undelete$clj

(undelete$ auth args body)

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/undelete

Required parameters: alertId

Optional parameters: none

Body:

{:customerId string}

Restores, or "undeletes", an alert that was marked for deletion within the past 30 days. Attempting to undelete an alert which was marked for deletion over 30 days ago (which has been removed from the Alert Center database) or a nonexistent alert returns a NOT_FOUND error. Attempting to undelete an alert which has not been marked for deletion has no effect.

https://developers.google.com/admin-sdk/alertcenter/api/reference/rest/v1beta1/alerts/undelete

Required parameters: alertId

Optional parameters: none

Body: 

{:customerId string}

Restores, or "undeletes", an alert that was marked for deletion within the
past 30 days. Attempting to undelete an alert which was marked for deletion
over 30 days ago (which has been removed from the Alert Center database) or
a nonexistent alert returns a `NOT_FOUND` error. Attempting to
undelete an alert which has not been marked for deletion has no effect.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close