|
4 | 4 | This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: |
5 | 5 |
|
6 | 6 | - API version: v2 |
7 | | -- Package version: 2.111.0 |
| 7 | +- Package version: 2.116.3 |
8 | 8 | - Build package: io.swagger.codegen.languages.PythonClientCodegen |
9 | 9 |
|
10 | 10 | ## Requirements. |
@@ -119,6 +119,7 @@ Class | Method | HTTP request | Description |
119 | 119 | *AlertApi* | [**get_alerts_summary**](docs/AlertApi.md#get_alerts_summary) | **GET** /api/v2/alert/summary | Count alerts of various statuses for a customer |
120 | 120 | *AlertApi* | [**get_all_alert**](docs/AlertApi.md#get_all_alert) | **GET** /api/v2/alert | Get all alerts for a customer |
121 | 121 | *AlertApi* | [**hide_alert**](docs/AlertApi.md#hide_alert) | **POST** /api/v2/alert/{id}/uninstall | Hide a specific integration alert |
| 122 | +*AlertApi* | [**preview_alert_notification**](docs/AlertApi.md#preview_alert_notification) | **POST** /api/v2/alert/preview | Get all the notification preview for a specific alert |
122 | 123 | *AlertApi* | [**remove_alert_access**](docs/AlertApi.md#remove_alert_access) | **POST** /api/v2/alert/acl/remove | Removes the specified ids from the given alerts' ACL |
123 | 124 | *AlertApi* | [**remove_alert_tag**](docs/AlertApi.md#remove_alert_tag) | **DELETE** /api/v2/alert/{id}/tag/{tagValue} | Remove a tag from a specific alert |
124 | 125 | *AlertApi* | [**set_alert_acl**](docs/AlertApi.md#set_alert_acl) | **PUT** /api/v2/alert/acl/set | Set ACL for the specified alerts |
@@ -353,6 +354,15 @@ Class | Method | HTTP request | Description |
353 | 354 | *SourceApi* | [**set_description**](docs/SourceApi.md#set_description) | **POST** /api/v2/source/{id}/description | Set description associated with a specific source |
354 | 355 | *SourceApi* | [**set_source_tags**](docs/SourceApi.md#set_source_tags) | **POST** /api/v2/source/{id}/tag | Set all tags associated with a specific source |
355 | 356 | *SourceApi* | [**update_source**](docs/SourceApi.md#update_source) | **PUT** /api/v2/source/{id} | Update metadata (description or tags) for a specific source. |
| 357 | +*SpanSamplingPolicyApi* | [**create_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#create_span_sampling_policy) | **POST** /api/v2/spansamplingpolicy | Create a span sampling policy |
| 358 | +*SpanSamplingPolicyApi* | [**delete_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#delete_span_sampling_policy) | **DELETE** /api/v2/spansamplingpolicy/{id} | Delete a specific span sampling policy |
| 359 | +*SpanSamplingPolicyApi* | [**get_all_deleted_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_all_deleted_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy/deleted | Get all deleted sampling policies for a customer |
| 360 | +*SpanSamplingPolicyApi* | [**get_all_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_all_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy | Get all sampling policies for a customer |
| 361 | +*SpanSamplingPolicyApi* | [**get_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy/{id} | Get a specific span sampling policy |
| 362 | +*SpanSamplingPolicyApi* | [**get_span_sampling_policy_history**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy_history) | **GET** /api/v2/spansamplingpolicy/{id}/history | Get the version history of a specific sampling policy |
| 363 | +*SpanSamplingPolicyApi* | [**get_span_sampling_policy_version**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy_version) | **GET** /api/v2/spansamplingpolicy/{id}/history/{version} | Get a specific historical version of a specific sampling policy |
| 364 | +*SpanSamplingPolicyApi* | [**undelete_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#undelete_span_sampling_policy) | **POST** /api/v2/spansamplingpolicy/{id}/undelete | Restore a deleted span sampling policy |
| 365 | +*SpanSamplingPolicyApi* | [**update_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#update_span_sampling_policy) | **PUT** /api/v2/spansamplingpolicy/{id} | Update a specific span sampling policy |
356 | 366 | *UsageApi* | [**create_ingestion_policy**](docs/UsageApi.md#create_ingestion_policy) | **POST** /api/v2/usage/ingestionpolicy | Create a specific ingestion policy |
357 | 367 | *UsageApi* | [**delete_ingestion_policy**](docs/UsageApi.md#delete_ingestion_policy) | **DELETE** /api/v2/usage/ingestionpolicy/{id} | Delete a specific ingestion policy |
358 | 368 | *UsageApi* | [**export_csv**](docs/UsageApi.md#export_csv) | **GET** /api/v2/usage/exportcsv | Export a CSV report |
@@ -401,8 +411,10 @@ Class | Method | HTTP request | Description |
401 | 411 | - [AccessPolicyRuleDTO](docs/AccessPolicyRuleDTO.md) |
402 | 412 | - [Account](docs/Account.md) |
403 | 413 | - [Alert](docs/Alert.md) |
| 414 | + - [AlertDashboard](docs/AlertDashboard.md) |
404 | 415 | - [AlertMin](docs/AlertMin.md) |
405 | 416 | - [AlertRoute](docs/AlertRoute.md) |
| 417 | + - [AlertSource](docs/AlertSource.md) |
406 | 418 | - [Annotation](docs/Annotation.md) |
407 | 419 | - [Anomaly](docs/Anomaly.md) |
408 | 420 | - [AppDynamicsConfiguration](docs/AppDynamicsConfiguration.md) |
@@ -470,6 +482,7 @@ Class | Method | HTTP request | Description |
470 | 482 | - [NewRelicConfiguration](docs/NewRelicConfiguration.md) |
471 | 483 | - [NewRelicMetricFilters](docs/NewRelicMetricFilters.md) |
472 | 484 | - [Notificant](docs/Notificant.md) |
| 485 | + - [NotificationMessages](docs/NotificationMessages.md) |
473 | 486 | - [Package](docs/Package.md) |
474 | 487 | - [Paged](docs/Paged.md) |
475 | 488 | - [PagedAccount](docs/PagedAccount.md) |
@@ -532,6 +545,7 @@ Class | Method | HTTP request | Description |
532 | 545 | - [ResponseContainerListAccessControlListReadDTO](docs/ResponseContainerListAccessControlListReadDTO.md) |
533 | 546 | - [ResponseContainerListIntegration](docs/ResponseContainerListIntegration.md) |
534 | 547 | - [ResponseContainerListIntegrationManifestGroup](docs/ResponseContainerListIntegrationManifestGroup.md) |
| 548 | + - [ResponseContainerListNotificationMessages](docs/ResponseContainerListNotificationMessages.md) |
535 | 549 | - [ResponseContainerListServiceAccount](docs/ResponseContainerListServiceAccount.md) |
536 | 550 | - [ResponseContainerListString](docs/ResponseContainerListString.md) |
537 | 551 | - [ResponseContainerListUserApiToken](docs/ResponseContainerListUserApiToken.md) |
@@ -580,11 +594,13 @@ Class | Method | HTTP request | Description |
580 | 594 | - [ResponseContainerSetBusinessFunction](docs/ResponseContainerSetBusinessFunction.md) |
581 | 595 | - [ResponseContainerSetSourceLabelPair](docs/ResponseContainerSetSourceLabelPair.md) |
582 | 596 | - [ResponseContainerSource](docs/ResponseContainerSource.md) |
| 597 | + - [ResponseContainerSpanSamplingPolicy](docs/ResponseContainerSpanSamplingPolicy.md) |
583 | 598 | - [ResponseContainerString](docs/ResponseContainerString.md) |
584 | 599 | - [ResponseContainerTagsResponse](docs/ResponseContainerTagsResponse.md) |
585 | 600 | - [ResponseContainerUserApiToken](docs/ResponseContainerUserApiToken.md) |
586 | 601 | - [ResponseContainerUserGroupModel](docs/ResponseContainerUserGroupModel.md) |
587 | 602 | - [ResponseContainerValidatedUsersDTO](docs/ResponseContainerValidatedUsersDTO.md) |
| 603 | + - [ResponseContainerVoid](docs/ResponseContainerVoid.md) |
588 | 604 | - [ResponseStatus](docs/ResponseStatus.md) |
589 | 605 | - [RoleDTO](docs/RoleDTO.md) |
590 | 606 | - [SavedSearch](docs/SavedSearch.md) |
@@ -621,6 +637,7 @@ Class | Method | HTTP request | Description |
621 | 637 | - [UserRequestDTO](docs/UserRequestDTO.md) |
622 | 638 | - [UserToCreate](docs/UserToCreate.md) |
623 | 639 | - [ValidatedUsersDTO](docs/ValidatedUsersDTO.md) |
| 640 | + - [Void](docs/Void.md) |
624 | 641 | - [VropsConfiguration](docs/VropsConfiguration.md) |
625 | 642 | - [WFTags](docs/WFTags.md) |
626 | 643 |
|
|
0 commit comments