Contents
-
Writing Tachyon Instructions
-
Integrating with Tachyon
-
Introduction
-
Tachyon RunInstruction command-line tool
-
Consumer API reference
-
ApplicableOperations
-
Approvals
-
AuditLogs
-
Authentication
-
ComponentHealthManager
-
Consumers
-
CustomProperties
-
CustomPropertyTypes
-
CustomPropertyValues
-
DataExport
-
Deploy
-
Devices
-
EventSource
-
EventSubscriptionAssignments
-
EventSubscriptions
-
Expressions
-
Fragments
-
Information (default)
-
InstructionDefinitions
-
InstructionHierarchies
-
Instructions
-
InstructionSets
-
InstructionStatistics
-
ManagementGroups
-
Notifications
-
Permissions
-
Policies
-
Policy
-
PolicyAssignments
-
PrincipalRoleManagementGroups
-
PrincipalRoles
-
Principals
-
PrincipalSearch
-
ProductPacks
-
RelatedInstructionDefinitions
-
ResponseErrors
-
Responses
-
ResponseTemplates
-
Role
-
Rules
-
ScheduledInstructions
-
SecurableTypes
-
Settings
-
SystemInformation
-
SystemStatistics
-
Tasks
-
TriggerTemplates
-
ApplicableOperations
-
Using scope and filter expressions
-
How to guides
-
Introduction
-
Tachyon .NET Consumer SDK
-
Tachyon PowerShell Toolkit
-
Index
Entity - Trigger templates
Minimum API version 4.0
Vert | Request | Notes | Permissions required |
---|---|---|---|
GET | /Consumer/TriggerTemplates/{id} | Returns a specific Trigger template | Requires 'Read' permission on 'GuaranteedState' securable type |
GET | /Consumer/TriggerTemplates | Returns all Trigger templates | Requires 'Read' permission on 'GuaranteedState' securable type |
POST | /Consumer/TriggerTemplates/Search | Returns Trigger templates that match the search parameters specified
Allowed filter columns:
Allowed sort columns:
| Requires 'Read' permission on 'GuaranteedState' securable type |
POST | /Consumer/TriggerTemplates | Creates a Trigger template | Requires 'Write' permission on 'GuaranteedState' securable type |
PUT | /Consumer/TriggerTemplates | Updates a Trigger template | Requires 'Write' permission on 'GuaranteedState' securable type |
DELETE | /Consumer/TriggerTemplates/{id} | Deletes a Trigger template | Requires 'Delete' permission on 'GuaranteedState' securable type |