Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zenduty Alert Rules API

Alert Rules in Zenduty are advanced conditions for incoming alerts. They dictate how Zenduty handles alerts and their incidents upon receipt, altering behavior and routing based on predefined rules and actions set by the user within Zenduty Integrations.Visit this link to view the documentation for the alert rules https://www.zenduty.com/docs/alertrules/

Zenduty Alert Rules API is one of 34 APIs that Zenduty publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Alert Rules. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.1.0.

Requests are made against a single base URL, https://www.zenduty.com.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.1.0
Base URL
https://www.zenduty.com/api
Authentication
HTTP Bearer
License
Apache 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Zenduty Alert Rules API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Token ) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Alert Rules 5

Alert Rules in Zenduty are advanced conditions for incoming alerts. They dictate how Zenduty handles alerts and their incidents upon receipt, altering behavior and routing based o…

POST
/api/account/teams/{team_id}/services/{service_id}/integrations/{integration_id}/transformers/
Create the Alert Rule object
3 params body → 201400403404
GET
/api/account/teams/{team_id}/services/{service_id}/integrations/{integration_id}/transformers/
List all Alert Rules objects
3 params → 200400403404
GET
/api/account/teams/{team_id}/services/{service_id}/integrations/{integration_id}/transformers/{transformers_id}/
Retrieve the Alert Rule object
4 params → 200400403404
PATCH
/api/account/teams/{team_id}/services/{service_id}/integrations/{integration_id}/transformers/{transformers_id}/
Update the Alert Rule data
4 params body → 200400403404
DELETE
/api/account/teams/{team_id}/services/{service_id}/integrations/{integration_id}/transformers/{transformers_id}/
Delete the Alert Rule object
4 params → 204400403404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are AlertTransformerAction (13 properties), AlertTransformerActionPayload (12 properties), AlertTransformer (4 properties), AlertTransformerPayload (3 properties). Each schema is shown below with its type and property counts.

AlertTransformer
object
Alert Transformer Action object schema
4 properties
AlertTransformerPayload
object
Alert Transformer Action object payload schema
3 properties
AlertTransformerActionPayload
object
Alert Transformer Action payload object schema
12 properties
AlertTransformerAction
object
Alert Transformer Action object schema
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zenduty-alert-rules-api-openapi.yml Raw ↑

Other APIs Zenduty publishes across the network.

Zenduty REST API
Zenduty Events API
Zenduty Account Custom Role API
Zenduty Account Member API
Zenduty Analytics API
Zenduty Contact Methods API
Zenduty Escalation Policies API
Zenduty Events API
Zenduty Forwarding Rules API
Zenduty Global Router API
Zenduty Global Router Rules API
Zenduty Incident Alerts API