Create a new trigger in your application.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
A configuration for a database, scheduled, or authentication trigger.
Optional
options: AxiosRequestConfig<any>Override http request option.
Create a trigger
TriggersApiInterface
Remove an existing trigger from your application.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a trigger.
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete a trigger
TriggersApiInterface
Get the configuration for an existing trigger in your application.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a trigger.
Optional
options: AxiosRequestConfig<any>Override http request option.
Get a trigger
TriggersApiInterface
Get a list of all triggers in your application.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any>Override http request option.
Get all triggers
TriggersApiInterface
Resume a suspended database trigger.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a trigger.
Optional
adminResumeTriggerRequest: AdminResumeTriggerRequestConfiguration options for the resume operation.
Optional
options: AxiosRequestConfig<any>Override http request option.
Resume a suspended trigger
TriggersApiInterface
Modify an existing trigger in your application.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a trigger.
The updated trigger configuration.
Optional
options: AxiosRequestConfig<any>Override http request option.
Update a trigger
TriggersApiInterface
Generated using TypeDoc
TriggersApi - interface
Export
TriggersApi