Skip to main content
Version: Current

Introduction

APIs and Models to set up and manage your file system triggers for your automation

API

Here are the list of APIs existing under file system triggers category.

APIDescription
ChangeFileSystemToggleStatusThe API changes the File System Trigger with toggle status for provided id from the connected AI Command Center.
CreateFileSystemTriggerAsyncCreates the File System Trigger with provided NewFileSystemTrigger instance from the connected AI Command Center.
DeleteFileSystemTriggerAsyncThe API deletes the existing File System Trigger with provided id from the connected AI Command Center.
GetAllFileSystemTriggersAsyncThe API gets the list of all the available File System Triggers from the connected AI Command Center.
UpdateFileSystemTriggerAsyncUpdates the File System Trigger with provided FileSystemTrigger instance from the connected AI Command Center.

Models

Here are list of Models used in file system triggers APIs.

ModelsDescription
FileSystemTriggerThe structure represents an instance of the File System Trigger entity.
NewFileSystemTriggerThe structure represents an instance of the New File System Trigger entity.