Documentation Index
Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This provider requires authentication.
- api_key: Zenduty api key (required: True, sensitive: True)
In workflows
This provider can be used in workflows.
As “action” to make changes or update data, example:
actions:
- name: Query zenduty
provider: zenduty
config: "{{ provider.my_provider_name }}"
with:
title: {value} # Title of the incident
summary: {value} # Summary of the incident
service: {value} # Service ID in Zenduty
user: {value} # User ID in Zenduty
policy: {value} # Policy ID in Zenduty
If you need workflow examples with this provider, please raise a GitHub issue.
Authentication configuration example:
zenduty:
authentication:
api_key: XXXXXXXXXXXXXXXX
Useful Links