Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationCreate 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
TriggersApi
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
TriggersApi
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
TriggersApi
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
TriggersApi
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
TriggersApi
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
TriggersApi
Generated using TypeDoc
TriggersApi - object-oriented interface
Export