How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

YugabyteDB Alerts API

The Alerts API from YugabyteDB — 24 operation(s) for alerts.

YugabyteDB Alerts API is one of 73 APIs that YugabyteDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Alerts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 36 operations across 24 paths, and defines 103 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, /.

36 operations 24 paths 103 schemas 6 DELETE12 GET13 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://cloud.yugabyte.com/api/public/v1
Authentication
API Key
Contact
https://docs.yugabyte.com
Terms of Service
Resource Areas
1

Authentication & Security 1

YugabyteDB Alerts API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-AUTH-YW-API-TOKEN (apiKeyAuth).

  • apiKeyAuth — API token passed as header

Paths & Operations 36

Across 24 paths, the API surfaces 36 operations — 6 DELETE, 12 GET, 13 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Alerts 36
GET
/api/v1/customers/{cUUID}/alert_channel_templates
List all alert channel templates
listAlertChannelTemplates 1 param → 200
DELETE
/api/v1/customers/{cUUID}/alert_channel_templates/{acType}
Delete alert channel templates
deleteAlertChannelTemplates 3 params → 200
GET
/api/v1/customers/{cUUID}/alert_channel_templates/{acType}
Get alert channel templates
getAlertChannelTemplates 2 params → 200
POST
/api/v1/customers/{cUUID}/alert_channel_templates/{acType}
Set alert channel templates
setAlertChannelTemplates 3 params body → 200
GET
/api/v1/customers/{cUUID}/alert_channels
List all alert channels
listAlertChannels 1 param → 200
POST
/api/v1/customers/{cUUID}/alert_channels
Create an alert channel
createAlertChannel 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/alert_channels/{acUUID}
Delete an alert channel
deleteAlertChannel 3 params → 200
GET
/api/v1/customers/{cUUID}/alert_channels/{acUUID}
Get an alert channel
getAlertChannel 2 params → 200
PUT
/api/v1/customers/{cUUID}/alert_channels/{acUUID}
Update an alert channel
updateAlertChannel 3 params body → 200
POST
/api/v1/customers/{cUUID}/alert_configurations
Create an alert configuration
createAlertConfiguration 2 params body → 200
POST
/api/v1/customers/{cUUID}/alert_configurations/list
Get filtered list of alert configurations
listAlertConfigurations 2 params body → 200
POST
/api/v1/customers/{cUUID}/alert_configurations/page
List all alert configurations (paginated)
pageAlertConfigurations 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/alert_configurations/{configurationUUID}
Delete an alert configuration
deleteAlertConfiguration 3 params → 200
GET
/api/v1/customers/{cUUID}/alert_configurations/{configurationUUID}
Get an alert configuration
getAlertConfiguration 2 params → 200
PUT
/api/v1/customers/{cUUID}/alert_configurations/{configurationUUID}
Update an alert configuration
updateAlertConfiguration 3 params body → 200
POST
/api/v1/customers/{cUUID}/alert_configurations/{configurationUUID}/test_alert
Send test alert for alert configuration
sendTestAlert 2 params → 200
GET
/api/v1/customers/{cUUID}/alert_destinations
List alert destinations
listAlertDestinations 1 param → 200
POST
/api/v1/customers/{cUUID}/alert_destinations
Create an alert destination
createAlertDestination 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/alert_destinations/{adUUID}
Delete an alert destination
deleteAlertDestination 3 params → 200
GET
/api/v1/customers/{cUUID}/alert_destinations/{adUUID}
Get an alert destination
getAlertDestination 2 params → 200
PUT
/api/v1/customers/{cUUID}/alert_destinations/{adUUID}
Update an alert destination
updateAlertDestination 3 params body → 200
POST
/api/v1/customers/{cUUID}/alert_notification_preview
Prepare alert notification preview
alertNotificationPreview 2 params body → 200
GET
/api/v1/customers/{cUUID}/alert_template_settingsdeprecated
Get alert template settings - deprecated
listAlertTemplateSettings 1 param → 200
PUT
/api/v1/customers/{cUUID}/alert_template_settingsdeprecated
Create or update alert template settings list - deprecated
editAlertTemplateSettings 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/alert_template_settings/{settingsUUID}deprecated
Delete an alert template settings - deprecated
deleteAlertTemplateSettings 3 params → 200
GET
/api/v1/customers/{cUUID}/alert_template_variables
List alert template variables
listAlertTemplateVariables 1 param → 200
PUT
/api/v1/customers/{cUUID}/alert_template_variables
Create or update alert template variables
editAlertTemplateVariables 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/alert_template_variables/{variableUUID}
Delete an alert template variables
deleteAlertTemplateVariables 3 params → 200
POST
/api/v1/customers/{cUUID}/alert_templates
Get filtered list of alert configuration templates
listAlertTemplates 2 params body → 200
GET
/api/v1/customers/{cUUID}/alerts
List all alerts
listOfAlerts 1 param → 200
POST
/api/v1/customers/{cUUID}/alerts/acknowledgedeprecated
Acknowledge all alerts - deprecated
acknowledgeByFilter 2 params body → 200
GET
/api/v1/customers/{cUUID}/alerts/activedeprecated
List active alerts - deprecated
listActive 1 param → 200
POST
/api/v1/customers/{cUUID}/alerts/count
Count alerts
countAlerts 2 params body → 200
POST
/api/v1/customers/{cUUID}/alerts/page
List alerts (paginated)
pageAlerts 2 params body → 200
GET
/api/v1/customers/{cUUID}/alerts/{alertUUID}
Get details of an alert
get 2 params → 200
POST
/api/v1/customers/{cUUID}/alerts/{alertUUID}/acknowledge
Acknowledge an alert
acknowledge 3 params → 200

Schemas 103

The contract defines 103 schemas that model the data the API accepts and returns. The most detailed are AlertConfigurationTemplate_3 (23 properties), AlertConfigurationTemplate (23 properties), AlertConfigurationTemplate_4 (23 properties), AlertConfigurationTemplate_2 (22 properties). Each schema is shown below with its type and property counts.

AlertTemplateVariable
object
Alert template variable
5 properties 4 required
AlertLabel
object
3 properties 3 required
AlertConfiguration
object
Alert configuration
17 properties 13 required
AlertLabelKey
object
1 property 1 required
AlertChannelParams
object
Supertype for channel params for different channel types.
3 properties
AlertConfigurationPagedResponse
object
4 properties 4 required
AlertTemplateApiFilter
object
2 properties
AlertChannelFormData
object
3 properties 3 required
AlertPagedResponse
object
4 properties 4 required
AlertApiFilter
object
7 properties
AlertDestination
object
Alert notification destination
5 properties 4 required
AlertConfigurationThreshold
object
Alert configuration threshold. Conditions can be either greater than a specified value, or less than a specified value.
2 properties 2 required
Alert_channel_templates_ext_with_default_values
object
6 properties 3 required
AlertConfigurationTemplate
object
Alert configuration template
23 properties 13 required
AlertTemplateSettings
object
Alert template settings
5 properties 4 required
AlertTemplateVariablesFormData
object
1 property 1 required
AlertTemplateVariablesList
object
2 properties 2 required
AlertChannel
object
Alert notification channel
4 properties 3 required
AlertTemplateSettingsFormData
object
1 property 1 required
AlertConfigurationApiFilter
object
9 properties
AlertConfigurationTarget
object
Alert target. Set to all, or specify one or more target UUIDs.
2 properties
Alert
object
Alert definition. Used to send an alert notification.
21 properties 14 required
AlertChannelTemplates
object
Alert channel templates
4 properties 3 required
AlertPagedApiQuery
object
6 properties 6 required
AlertDestinationFormData
object
3 properties 3 required
AlertConfigurationPagedApiQuery
object
6 properties 6 required
YBPSuccess
object
2 properties
AlertLabel_2
object
3 properties 3 required
AlertConfiguration_2
object
Alert configuration
16 properties 13 required
AlertLabelKey_2
object
1 property 1 required
AlertChannelParams_2
object
2 properties 2 required
AlertConfigurationPagedResponse_2
object
4 properties 4 required
AlertTemplateApiFilter_2
object
2 properties 2 required
AlertDefinitionLabelKey
object
1 property 1 required
AlertChannelFormData_2
object
3 properties 3 required
AlertPagedResponse_2
object
4 properties 4 required
AlertApiFilter_2
object
7 properties 7 required
AlertDestination_2
object
5 properties 5 required
AlertConfigurationThreshold_2
object
Alert configuration threshold. Conditions can be either greater than a specified value, or less than a specified value.
2 properties 2 required
AlertConfigurationTemplate_2
object
Alert configuration template
22 properties 13 required
AlertChannel_2
object
4 properties 4 required
AlertConfigurationApiFilter_2
object
9 properties 9 required
AlertDefinitionLabel
object
3 properties 3 required
AlertConfigurationTarget_2
object
Alert target. Set to all, or specify one or more target UUIDs.
2 properties
AlertDefinition
object
7 properties 7 required
Alert_2
object
Alert definition. Used to send an alert notification.
21 properties 14 required
AlertPagedApiQuery_2
object
6 properties 6 required
AlertDestinationFormData_2
object
3 properties 3 required
AlertConfigurationPagedApiQuery_2
object
6 properties 6 required
YBPSuccess_2
object
2 properties
AlertTemplateVariable_2
object
Alert template variable
5 properties 4 required
AlertLabel_3
object
3 properties 3 required
AlertConfiguration_3
object
Alert configuration
17 properties 13 required
AlertLabelKey_3
object
1 property 1 required
AlertChannelParams_3
object
Supertype for channel params for different channel types.
3 properties
AlertConfigurationPagedResponse_3
object
4 properties 4 required
AlertTemplateApiFilter_3
object
2 properties
AlertChannelFormData_3
object
3 properties 3 required
AlertPagedResponse_3
object
4 properties 4 required
AlertApiFilter_3
object
7 properties
AlertDestination_3
object
Alert notification destination
5 properties 4 required
AlertConfigurationThreshold_3
object
Alert configuration threshold. Conditions can be either greater than a specified value, or less than a specified value.
2 properties 2 required
AlertConfigurationTemplate_3
object
Alert configuration template
23 properties 13 required
AlertTemplateSettings_2
object
Alert template settings
5 properties 4 required
AlertTemplateVariablesFormData_2
object
1 property 1 required
AlertTemplateVariablesList_2
object
2 properties 2 required
AlertChannel_3
object
Alert notification channel
4 properties 3 required
AlertTemplateSettingsFormData_2
object
1 property 1 required
AlertConfigurationApiFilter_3
object
9 properties
AlertConfigurationTarget_3
object
Alert target. Set to all, or specify one or more target UUIDs.
2 properties
Alert_3
object
Alert definition. Used to send an alert notification.
21 properties 14 required
AlertChannelTemplates_2
object
Alert channel templates
4 properties 3 required
AlertPagedApiQuery_3
object
6 properties 6 required
AlertDestinationFormData_3
object
3 properties 3 required
AlertConfigurationPagedApiQuery_3
object
6 properties 6 required
YBPSuccess_3
object
2 properties
AlertTemplateVariable_3
object
Alert template variable
5 properties 4 required
AlertLabel_4
object
3 properties 3 required
AlertConfiguration_4
object
Alert configuration
17 properties 13 required
AlertLabelKey_4
object
1 property 1 required
AlertChannelParams_4
object
Supertype for channel params for different channel types.
3 properties
AlertConfigurationPagedResponse_4
object
4 properties 4 required
AlertTemplateApiFilter_4
object
2 properties
AlertChannelFormData_4
object
3 properties 3 required
AlertPagedResponse_4
object
4 properties 4 required
AlertApiFilter_4
object
7 properties
AlertDestination_4
object
Alert notification destination
5 properties 4 required
AlertConfigurationThreshold_4
object
Alert configuration threshold. Conditions can be either greater than a specified value, or less than a specified value.
2 properties 2 required
Alert_channel_templates_ext_with_default_values_2
object
6 properties 3 required
AlertConfigurationTemplate_4
object
Alert configuration template
23 properties 13 required
AlertTemplateSettings_3
object
Alert template settings
5 properties 4 required
AlertTemplateVariablesFormData_3
object
1 property 1 required
AlertTemplateVariablesList_3
object
2 properties 2 required
AlertChannel_4
object
Alert notification channel
4 properties 3 required
AlertTemplateSettingsFormData_3
object
1 property 1 required
AlertConfigurationApiFilter_4
object
9 properties
AlertConfigurationTarget_4
object
Alert target. Set to all, or specify one or more target UUIDs.
2 properties
Alert_4
object
Alert definition. Used to send an alert notification.
21 properties 14 required
AlertChannelTemplates_3
object
Alert channel templates
4 properties 3 required
AlertPagedApiQuery_4
object
6 properties 6 required
AlertDestinationFormData_4
object
3 properties 3 required
AlertConfigurationPagedApiQuery_4
object
6 properties 6 required
YBPSuccess_4
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yugabytedb-alerts-api-openapi.yml Raw ↑

Other APIs YugabyteDB publishes across the network.

YugabyteDB Access Keys API
YugabyteDB Accounts API
YugabyteDB AllowLists API
YugabyteDB Asynchronous Replication API
YugabyteDB Audit API
YugabyteDB Authentication API
YugabyteDB Availability Zones API
YugabyteDB Backup and Restore API
YugabyteDB Backups API
YugabyteDB Certificate Info API
YugabyteDB Cloud providers API
YugabyteDB Clusters API
Where this information came from

This is an independent, third-party profile of YugabyteDB Alerts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.