Skip to main content

Typed access

Rule operations are reached via client.Api.Rule on EksoClient.
await client.Api.Rule.ListAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/ruleLists all automation rule configurations for the current tenant.
GET/api/rule/{id}Retrieves a single automation rule configuration by identifier.
POST/api/ruleCreates a new automation rule configuration.
PUT/api/ruleUpdates an existing automation rule configuration.
DELETE/api/rule/{id}Deletes an automation rule configuration by identifier.

See also