Skip to main content

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 Control Room.
CreateFileSystemTriggerAsyncCreates the File System Trigger with provided NewFileSystemTrigger instance from the connected Control Room.
DeleteFileSystemTriggerAsyncThe API deletes the existing File System Trigger with provided id from the connected Control Room.
GetAllFileSystemTriggersAsyncThe API gets the list of all the available File System Triggers from the connected Control Room.
UpdateFileSystemTriggerAsyncUpdates the File System Trigger with provided FileSystemTrigger instance from the connected Control Room.

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.