Skip to content

Alerts and webhooks endpoints missing /system prefix #11206

Description

@david-crespo

They have a system/alerts tag and as far as I know the resources are fleet-scoped, so we will probably want to add the prefix. API versioning should make it not too a big deal for clients.

API operations found with tag "system/alerts"
OPERATION ID METHOD URL PATH
alert_class_list GET /v1/alert-classes
alert_delivery_list GET /v1/alert-receivers/{receiver}/deliveries
alert_delivery_resend POST /v1/alerts/{alert_id}/resend
alert_list GET /v1/alerts
alert_receiver_delete DELETE /v1/alert-receivers/{receiver}
alert_receiver_list GET /v1/alert-receivers
alert_receiver_probe POST /v1/alert-receivers/{receiver}/probe
alert_receiver_subscription_add POST /v1/alert-receivers/{receiver}/subscriptions
alert_receiver_subscription_remove DELETE /v1/alert-receivers/{receiver}/subscriptions/{subscription}
alert_receiver_view GET /v1/alert-receivers/{receiver}
alert_view GET /v1/alerts/{alert_id}
webhook_receiver_create POST /v1/webhook-receivers
webhook_receiver_update PUT /v1/webhook-receivers/{receiver}
webhook_secrets_add POST /v1/webhook-secrets
webhook_secrets_delete DELETE /v1/webhook-secrets/{secret_id}
webhook_secrets_list GET /v1/webhook-secrets

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions