Typed access
Rule operations are reached via client.Api.Rule on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Rule resource — methods and HTTP routes.
Rule operations are reached via client.Api.Rule on EksoClient.
await client.Api.Rule.ListAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/rule | Lists all automation rule configurations for the current tenant. |
GET | /api/rule/{id} | Retrieves a single automation rule configuration by identifier. |
POST | /api/rule | Creates a new automation rule configuration. |
PUT | /api/rule | Updates an existing automation rule configuration. |
DELETE | /api/rule/{id} | Deletes an automation rule configuration by identifier. |