You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AlertApi* | [**unhide_alert**](docs/AlertApi.md#unhide_alert) | **POST** /api/v2/alert/{id}/install | Unhide a specific integration alert
124
124
*AlertApi* | [**unsnooze_alert**](docs/AlertApi.md#unsnooze_alert) | **POST** /api/v2/alert/{id}/unsnooze | Unsnooze a specific alert
125
125
*AlertApi* | [**update_alert**](docs/AlertApi.md#update_alert) | **PUT** /api/v2/alert/{id} | Update a specific alert
126
+
*AnomalyApi* | [**get_all_anomalies**](docs/AnomalyApi.md#get_all_anomalies) | **GET** /api/v2/anomaly | Get all anomalies for a customer during a time interval
127
+
*AnomalyApi* | [**get_anomalies_for_chart_and_param_hash**](docs/AnomalyApi.md#get_anomalies_for_chart_and_param_hash) | **GET** /api/v2/anomaly/{dashboardId}/chart/{chartHash}/{paramHash} | Get all anomalies for a chart with a set of dashboard parameters during a time interval
128
+
*AnomalyApi* | [**get_chart_anomalies**](docs/AnomalyApi.md#get_chart_anomalies) | **GET** /api/v2/anomaly/{dashboardId} | Get all anomalies for a dashboard that does not have any dashboard parameters during a time interval
129
+
*AnomalyApi* | [**get_chart_anomalies_0**](docs/AnomalyApi.md#get_chart_anomalies_0) | **GET** /api/v2/anomaly/{dashboardId}/chart/{chartHash} | Get all anomalies for a chart during a time interval
130
+
*AnomalyApi* | [**get_dashboard_anomalies**](docs/AnomalyApi.md#get_dashboard_anomalies) | **GET** /api/v2/anomaly/{dashboardId}/{paramHash} | Get all anomalies for a dashboard with a particular set of dashboard parameters as identified by paramHash, during a time interval
131
+
*AnomalyApi* | [**get_related_anomalies**](docs/AnomalyApi.md#get_related_anomalies) | **GET** /api/v2/anomaly/{eventId}/anomalies | Get all related anomalies for a firing event with a time span
126
132
*ApiTokenApi* | [**create_token**](docs/ApiTokenApi.md#create_token) | **POST** /api/v2/apitoken | Create new api token
127
133
*ApiTokenApi* | [**delete_token**](docs/ApiTokenApi.md#delete_token) | **DELETE** /api/v2/apitoken/{id} | Delete the specified api token
128
134
*ApiTokenApi* | [**delete_token_service_account**](docs/ApiTokenApi.md#delete_token_service_account) | **DELETE** /api/v2/apitoken/serviceaccount/{id}/{token} | Delete the specified api token of the given service account
*ApiTokenApi* | [**get_tokens_service_account**](docs/ApiTokenApi.md#get_tokens_service_account) | **GET** /api/v2/apitoken/serviceaccount/{id} | Get all api tokens for the given service account
132
138
*ApiTokenApi* | [**update_token_name**](docs/ApiTokenApi.md#update_token_name) | **PUT** /api/v2/apitoken/{id} | Update the name of the specified api token
133
139
*ApiTokenApi* | [**update_token_name_service_account**](docs/ApiTokenApi.md#update_token_name_service_account) | **PUT** /api/v2/apitoken/serviceaccount/{id}/{token} | Update the name of the specified api token for the given service account
140
+
*CloudIntegrationApi* | [**create_aws_external_id**](docs/CloudIntegrationApi.md#create_aws_external_id) | **POST** /api/v2/cloudintegration/awsExternalId/create | Create an external id
*MessageApi* | [**user_get_messages**](docs/MessageApi.md#user_get_messages) | **GET** /api/v2/message | Gets messages applicable to the current user, i.e. within time range and distribution scope
209
216
*MessageApi* | [**user_read_message**](docs/MessageApi.md#user_read_message) | **POST** /api/v2/message/{id}/read | Mark a specific message as read
210
217
*MetricApi* | [**get_metric_details**](docs/MetricApi.md#get_metric_details) | **GET** /api/v2/chart/metric/detail | Get more details on a metric, including reporting sources and approximate last time reported
211
-
*MonitoredClusterApi* | [**add_cluster_tag**](docs/MonitoredClusterApi.md#add_cluster_tag) | **PUT** /api/v2/monitoredcluster/{id}/tag/{tagValue} | Add a tag to a specific cluster
212
-
*MonitoredClusterApi* | [**create_cluster**](docs/MonitoredClusterApi.md#create_cluster) | **POST** /api/v2/monitoredcluster | Create a specific cluster
213
-
*MonitoredClusterApi* | [**delete_cluster**](docs/MonitoredClusterApi.md#delete_cluster) | **DELETE** /api/v2/monitoredcluster/{id} | Delete a specific cluster
214
-
*MonitoredClusterApi* | [**get_all_cluster**](docs/MonitoredClusterApi.md#get_all_cluster) | **GET** /api/v2/monitoredcluster | Get all monitored clusters
215
-
*MonitoredClusterApi* | [**get_cluster**](docs/MonitoredClusterApi.md#get_cluster) | **GET** /api/v2/monitoredcluster/{id} | Get a specific cluster
216
-
*MonitoredClusterApi* | [**get_cluster_tags**](docs/MonitoredClusterApi.md#get_cluster_tags) | **GET** /api/v2/monitoredcluster/{id}/tag | Get all tags associated with a specific cluster
217
-
*MonitoredClusterApi* | [**merge_clusters**](docs/MonitoredClusterApi.md#merge_clusters) | **PUT** /api/v2/monitoredcluster/merge/{id1}/{id2} | Merge two monitored clusters. The first cluster will remain and the second cluster will be deleted, with its id added as an alias to the first cluster.
218
-
*MonitoredClusterApi* | [**remove_cluster_tag**](docs/MonitoredClusterApi.md#remove_cluster_tag) | **DELETE** /api/v2/monitoredcluster/{id}/tag/{tagValue} | Remove a tag from a specific cluster
219
-
*MonitoredClusterApi* | [**set_cluster_tags**](docs/MonitoredClusterApi.md#set_cluster_tags) | **POST** /api/v2/monitoredcluster/{id}/tag | Set all tags associated with a specific cluster
220
-
*MonitoredClusterApi* | [**update_cluster**](docs/MonitoredClusterApi.md#update_cluster) | **PUT** /api/v2/monitoredcluster/{id} | Update a specific cluster
*NotificantApi* | [**delete_notificant**](docs/NotificantApi.md#delete_notificant) | **DELETE** /api/v2/notificant/{id} | Delete a specific notification target
223
220
*NotificantApi* | [**get_all_notificants**](docs/NotificantApi.md#get_all_notificants) | **GET** /api/v2/notificant | Get all notification targets for a customer
*SearchApi* | [**search_maintenance_window_entities**](docs/SearchApi.md#search_maintenance_window_entities) | **POST** /api/v2/search/maintenancewindow | Search over a customer's maintenance windows
268
265
*SearchApi* | [**search_maintenance_window_for_facet**](docs/SearchApi.md#search_maintenance_window_for_facet) | **POST** /api/v2/search/maintenancewindow/{facet} | Lists the values of a specific facet over the customer's maintenance windows
269
266
*SearchApi* | [**search_maintenance_window_for_facets**](docs/SearchApi.md#search_maintenance_window_for_facets) | **POST** /api/v2/search/maintenancewindow/facets | Lists the values of one or more facets over the customer's maintenance windows
270
-
*SearchApi* | [**search_monitored_cluster_entities**](docs/SearchApi.md#search_monitored_cluster_entities) | **POST** /api/v2/search/monitoredcluster | Search over all the customer's non-deleted monitored clusters
271
-
*SearchApi* | [**search_monitored_cluster_for_facet**](docs/SearchApi.md#search_monitored_cluster_for_facet) | **POST** /api/v2/search/monitoredcluster/{facet} | Lists the values of a specific facet over the customer's non-deleted monitored cluster
272
-
*SearchApi* | [**search_monitored_cluster_for_facets**](docs/SearchApi.md#search_monitored_cluster_for_facets) | **POST** /api/v2/search/monitoredcluster/facets | Lists the values of one or more facets over the customer's non-deleted monitored clusters
273
267
*SearchApi* | [**search_notficant_for_facets**](docs/SearchApi.md#search_notficant_for_facets) | **POST** /api/v2/search/notificant/facets | Lists the values of one or more facets over the customer's notificants
274
268
*SearchApi* | [**search_notificant_entities**](docs/SearchApi.md#search_notificant_entities) | **POST** /api/v2/search/notificant | Search over a customer's notificants
275
269
*SearchApi* | [**search_notificant_for_facet**](docs/SearchApi.md#search_notificant_for_facet) | **POST** /api/v2/search/notificant/{facet} | Lists the values of a specific facet over the customer's notificants
*SearchApi* | [**search_web_hook_entities**](docs/SearchApi.md#search_web_hook_entities) | **POST** /api/v2/search/webhook | Search over a customer's webhooks
305
299
*SearchApi* | [**search_web_hook_for_facet**](docs/SearchApi.md#search_web_hook_for_facet) | **POST** /api/v2/search/webhook/{facet} | Lists the values of a specific facet over the customer's webhooks
306
300
*SearchApi* | [**search_webhook_for_facets**](docs/SearchApi.md#search_webhook_for_facets) | **POST** /api/v2/search/webhook/facets | Lists the values of one or more facets over the customer's webhooks
307
-
*SettingsApi* | [**get_all_permissions**](docs/SettingsApi.md#get_all_permissions) | **GET** /api/v2/customer/permissions | Get all permissions
308
-
*SettingsApi* | [**get_customer_preferences**](docs/SettingsApi.md#get_customer_preferences) | **GET** /api/v2/customer/preferences | Get customer preferences
309
-
*SettingsApi* | [**get_default_user_groups**](docs/SettingsApi.md#get_default_user_groups) | **GET** /api/v2/customer/preferences/defaultUserGroups | Get default user groups customer preferences
*SourceApi* | [**add_source_tag**](docs/SourceApi.md#add_source_tag) | **PUT** /api/v2/source/{id}/tag/{tagValue} | Add a tag to a specific source
312
302
*SourceApi* | [**create_source**](docs/SourceApi.md#create_source) | **POST** /api/v2/source | Create metadata (description or tags) for a specific source
313
303
*SourceApi* | [**delete_source**](docs/SourceApi.md#delete_source) | **DELETE** /api/v2/source/{id} | Delete metadata (description and tags) for a specific source
Copy file name to clipboardExpand all lines: docs/AlertApi.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ Name | Type | Description | Notes
250
250
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments