No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
- API version: 1.0.0
- Package version: 1.0.0
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named labs_alert_manager_client
and add the following to Cargo.toml
under [dependencies]
:
labs_alert_manager_client = { path = "./labs_alert_manager_client" }
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
ChannelsApi | delete_policy_channels_delete | DELETE /channels/{id} | |
ChannelsApi | get_policy_channels_get | GET /channels/{id} | |
ChannelsApi | get_policy_channels_get_all | GET /channels | |
ChannelsApi | post_policy_channels_post | POST /channels | |
ChannelsApi | post_policy_channels_test | POST /channels/test | |
ChannelsApi | put_policy_channels_put | PUT /channels/{id} | |
DocsApi | get_swagger_json | GET /docs/swagger.json | |
DocsApi | get_swagger_yml | GET /docs/swagger.yml | |
EventsApi | delete_events_parameters_delete | DELETE /events/parameters/{app_key} | |
EventsApi | get_events_get | GET /events/{id} | |
EventsApi | get_events_get_all | GET /events | |
EventsApi | get_events_parameters_get | GET /events/parameters | |
EventsApi | post_events_post | POST /events | |
HealthCheckApi | get_health_check | GET /health_check | |
NotificationsApi | get_notification_log_get | GET /notifications/{id} | |
NotificationsApi | get_notification_log_get_all | GET /notifications | |
NotificationsApi | post_notification_log_resend | POST /notifications/{id}/resend | |
PoliciesApi | delete_policies_delete | DELETE /policies/{id} | |
PoliciesApi | get_policies_get | GET /policies/{id} | |
PoliciesApi | get_policies_get_all | GET /policies | |
PoliciesApi | post_policies_post | POST /policies | |
PoliciesApi | put_policies_put | PUT /policies/{id} | |
WelcomeApi | get_welcome | GET / |
To get access to the crate's generated documentation, use:
cargo doc --open