From b9976c63ed3ff45bfc825cef5bace79c64f414b6 Mon Sep 17 00:00:00 2001 From: Miguel Pragosa <154613770+mpragosa-te@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:28:16 +0000 Subject: [PATCH] [GitHub Bot] Generated python SDK (#82) Co-authored-by: API Team --- thousandeyes-sdk-administrative/README.md | 2 +- .../docs/AccountGroupDetail.md | 3 ++- thousandeyes-sdk-administrative/docs/AccountGroupInfo.md | 3 ++- .../docs/CreatedAccountGroup.md | 3 ++- .../administrative/models/account_group_detail.py | 6 ++++-- .../administrative/models/account_group_info.py | 8 +++++--- .../administrative/models/created_account_group.py | 6 ++++-- .../test/test_account_groups_api.py | 9 +++++++-- thousandeyes-sdk-agents/README.md | 2 +- thousandeyes-sdk-alerts/README.md | 2 +- thousandeyes-sdk-bgp-monitors/README.md | 2 +- thousandeyes-sdk-credentials/README.md | 2 +- thousandeyes-sdk-dashboards/README.md | 2 +- thousandeyes-sdk-emulation/README.md | 2 +- thousandeyes-sdk-endpoint-agents/README.md | 2 +- thousandeyes-sdk-endpoint-instant-tests/README.md | 2 +- thousandeyes-sdk-endpoint-labels/README.md | 2 +- thousandeyes-sdk-endpoint-test-results/README.md | 2 +- .../test/test_real_user_endpoint_test_results_api.py | 4 ++-- thousandeyes-sdk-endpoint-tests/README.md | 2 +- thousandeyes-sdk-event-detection/README.md | 2 +- thousandeyes-sdk-instant-tests/README.md | 2 +- thousandeyes-sdk-internet-insights/README.md | 2 +- thousandeyes-sdk-snapshots/README.md | 2 +- thousandeyes-sdk-streaming/README.md | 2 +- thousandeyes-sdk-streaming/docs/DataModelVersion.md | 2 +- thousandeyes-sdk-streaming/docs/EndpointType.md | 2 +- .../docs/ExporterConfigSplunkHec.md | 4 ++-- thousandeyes-sdk-streaming/docs/Signal.md | 2 +- thousandeyes-sdk-streaming/docs/TestMatchDomain.md | 2 +- .../streaming/models/data_model_version.py | 2 +- .../thousandeyes_sdk/streaming/models/endpoint_type.py | 2 +- .../streaming/models/exporter_config_splunk_hec.py | 4 ++-- .../src/thousandeyes_sdk/streaming/models/signal.py | 2 +- .../streaming/models/test_match_domain.py | 2 +- thousandeyes-sdk-tags/README.md | 2 +- thousandeyes-sdk-test-results/README.md | 2 +- thousandeyes-sdk-tests/README.md | 2 +- thousandeyes-sdk-usage/README.md | 2 +- 39 files changed, 61 insertions(+), 47 deletions(-) diff --git a/thousandeyes-sdk-administrative/README.md b/thousandeyes-sdk-administrative/README.md index 99d9d6493..f52f771ca 100644 --- a/thousandeyes-sdk-administrative/README.md +++ b/thousandeyes-sdk-administrative/README.md @@ -12,7 +12,7 @@ This API provides the following operations to manage your organization: This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-administrative/docs/AccountGroupDetail.md b/thousandeyes-sdk-administrative/docs/AccountGroupDetail.md index 970ceaf37..55fa12dc7 100644 --- a/thousandeyes-sdk-administrative/docs/AccountGroupDetail.md +++ b/thousandeyes-sdk-administrative/docs/AccountGroupDetail.md @@ -9,7 +9,8 @@ Name | Type | Description | Notes **account_group_name** | **str** | Account group name | [optional] **is_current_account_group** | **bool** | Indicates whether the requested aid is the context of the current account. | [optional] **is_default_account_group** | **bool** | Indicates whether the aid is the default one for the requesting user. | [optional] -**organization_name** | **str** | (Optional) Indicates whether the aid is the default one for the requesting user. | [optional] +**organization_name** | **str** | (Optional) The name of the organization associated with the account group. | [optional] +**org_id** | **str** | (Optional) The ID for the organization associated with the account group. | [optional] **users** | [**List[UserAccountGroup]**](UserAccountGroup.md) | | [optional] **links** | [**SelfLinks**](SelfLinks.md) | | [optional] **agents** | [**List[EnterpriseAgent]**](EnterpriseAgent.md) | | [optional] diff --git a/thousandeyes-sdk-administrative/docs/AccountGroupInfo.md b/thousandeyes-sdk-administrative/docs/AccountGroupInfo.md index 72992dd1f..106aee057 100644 --- a/thousandeyes-sdk-administrative/docs/AccountGroupInfo.md +++ b/thousandeyes-sdk-administrative/docs/AccountGroupInfo.md @@ -9,7 +9,8 @@ Name | Type | Description | Notes **account_group_name** | **str** | Account group name | [optional] **is_current_account_group** | **bool** | Indicates whether the requested aid is the context of the current account. | [optional] **is_default_account_group** | **bool** | Indicates whether the aid is the default one for the requesting user. | [optional] -**organization_name** | **str** | (Optional) Indicates whether the aid is the default one for the requesting user. | [optional] +**organization_name** | **str** | (Optional) The name of the organization associated with the account group. | [optional] +**org_id** | **str** | (Optional) The ID for the organization associated with the account group. | [optional] ## Example diff --git a/thousandeyes-sdk-administrative/docs/CreatedAccountGroup.md b/thousandeyes-sdk-administrative/docs/CreatedAccountGroup.md index 08b294882..d7a296d27 100644 --- a/thousandeyes-sdk-administrative/docs/CreatedAccountGroup.md +++ b/thousandeyes-sdk-administrative/docs/CreatedAccountGroup.md @@ -9,7 +9,8 @@ Name | Type | Description | Notes **account_group_name** | **str** | Account group name | [optional] **is_current_account_group** | **bool** | Indicates whether the requested aid is the context of the current account. | [optional] **is_default_account_group** | **bool** | Indicates whether the aid is the default one for the requesting user. | [optional] -**organization_name** | **str** | (Optional) Indicates whether the aid is the default one for the requesting user. | [optional] +**organization_name** | **str** | (Optional) The name of the organization associated with the account group. | [optional] +**org_id** | **str** | (Optional) The ID for the organization associated with the account group. | [optional] **users** | [**List[UserAccountGroup]**](UserAccountGroup.md) | | [optional] **links** | [**SelfLinks**](SelfLinks.md) | | [optional] diff --git a/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_detail.py b/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_detail.py index 0e2a20013..63ea7d050 100644 --- a/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_detail.py +++ b/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_detail.py @@ -32,12 +32,13 @@ class AccountGroupDetail(BaseModel): account_group_name: Optional[StrictStr] = Field(default=None, description="Account group name", alias="accountGroupName") is_current_account_group: Optional[StrictBool] = Field(default=None, description="Indicates whether the requested aid is the context of the current account.", alias="isCurrentAccountGroup") is_default_account_group: Optional[StrictBool] = Field(default=None, description="Indicates whether the aid is the default one for the requesting user.", alias="isDefaultAccountGroup") - organization_name: Optional[StrictStr] = Field(default=None, description="(Optional) Indicates whether the aid is the default one for the requesting user.", alias="organizationName") + organization_name: Optional[StrictStr] = Field(default=None, description="(Optional) The name of the organization associated with the account group.", alias="organizationName") + org_id: Optional[StrictStr] = Field(default=None, description="(Optional) The ID for the organization associated with the account group.", alias="orgId") users: Optional[List[UserAccountGroup]] = None links: Optional[SelfLinks] = Field(default=None, alias="_links") agents: Optional[List[EnterpriseAgent]] = None account_token: Optional[StrictStr] = Field(default=None, description="The account group token is an alphanumeric string used to bind an Enterprise Agent to a specific account group. This token is not a password that must be kept secret. You can retrieve your `AccountGroupToken` from the `/account-groups/{id}` endpoint.", alias="accountToken") - __properties: ClassVar[List[str]] = ["aid", "accountGroupName", "isCurrentAccountGroup", "isDefaultAccountGroup", "organizationName", "users", "_links", "agents", "accountToken"] + __properties: ClassVar[List[str]] = ["aid", "accountGroupName", "isCurrentAccountGroup", "isDefaultAccountGroup", "organizationName", "orgId", "users", "_links", "agents", "accountToken"] model_config = ConfigDict( populate_by_name=True, @@ -113,6 +114,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "isCurrentAccountGroup": obj.get("isCurrentAccountGroup"), "isDefaultAccountGroup": obj.get("isDefaultAccountGroup"), "organizationName": obj.get("organizationName"), + "orgId": obj.get("orgId"), "users": [UserAccountGroup.from_dict(_item) for _item in obj["users"]] if obj.get("users") is not None else None, "_links": SelfLinks.from_dict(obj["_links"]) if obj.get("_links") is not None else None, "agents": [EnterpriseAgent.from_dict(_item) for _item in obj["agents"]] if obj.get("agents") is not None else None, diff --git a/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_info.py b/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_info.py index 290fa6f99..b004d421a 100644 --- a/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_info.py +++ b/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/account_group_info.py @@ -29,8 +29,9 @@ class AccountGroupInfo(BaseModel): account_group_name: Optional[StrictStr] = Field(default=None, description="Account group name", alias="accountGroupName") is_current_account_group: Optional[StrictBool] = Field(default=None, description="Indicates whether the requested aid is the context of the current account.", alias="isCurrentAccountGroup") is_default_account_group: Optional[StrictBool] = Field(default=None, description="Indicates whether the aid is the default one for the requesting user.", alias="isDefaultAccountGroup") - organization_name: Optional[StrictStr] = Field(default=None, description="(Optional) Indicates whether the aid is the default one for the requesting user.", alias="organizationName") - __properties: ClassVar[List[str]] = ["aid", "accountGroupName", "isCurrentAccountGroup", "isDefaultAccountGroup", "organizationName"] + organization_name: Optional[StrictStr] = Field(default=None, description="(Optional) The name of the organization associated with the account group.", alias="organizationName") + org_id: Optional[StrictStr] = Field(default=None, description="(Optional) The ID for the organization associated with the account group.", alias="orgId") + __properties: ClassVar[List[str]] = ["aid", "accountGroupName", "isCurrentAccountGroup", "isDefaultAccountGroup", "organizationName", "orgId"] model_config = ConfigDict( populate_by_name=True, @@ -88,7 +89,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "accountGroupName": obj.get("accountGroupName"), "isCurrentAccountGroup": obj.get("isCurrentAccountGroup"), "isDefaultAccountGroup": obj.get("isDefaultAccountGroup"), - "organizationName": obj.get("organizationName") + "organizationName": obj.get("organizationName"), + "orgId": obj.get("orgId") }) return _obj diff --git a/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/created_account_group.py b/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/created_account_group.py index 32ce881a7..1c324a8a7 100644 --- a/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/created_account_group.py +++ b/thousandeyes-sdk-administrative/src/thousandeyes_sdk/administrative/models/created_account_group.py @@ -31,10 +31,11 @@ class CreatedAccountGroup(BaseModel): account_group_name: Optional[StrictStr] = Field(default=None, description="Account group name", alias="accountGroupName") is_current_account_group: Optional[StrictBool] = Field(default=None, description="Indicates whether the requested aid is the context of the current account.", alias="isCurrentAccountGroup") is_default_account_group: Optional[StrictBool] = Field(default=None, description="Indicates whether the aid is the default one for the requesting user.", alias="isDefaultAccountGroup") - organization_name: Optional[StrictStr] = Field(default=None, description="(Optional) Indicates whether the aid is the default one for the requesting user.", alias="organizationName") + organization_name: Optional[StrictStr] = Field(default=None, description="(Optional) The name of the organization associated with the account group.", alias="organizationName") + org_id: Optional[StrictStr] = Field(default=None, description="(Optional) The ID for the organization associated with the account group.", alias="orgId") users: Optional[List[UserAccountGroup]] = None links: Optional[SelfLinks] = Field(default=None, alias="_links") - __properties: ClassVar[List[str]] = ["aid", "accountGroupName", "isCurrentAccountGroup", "isDefaultAccountGroup", "organizationName", "users", "_links"] + __properties: ClassVar[List[str]] = ["aid", "accountGroupName", "isCurrentAccountGroup", "isDefaultAccountGroup", "organizationName", "orgId", "users", "_links"] model_config = ConfigDict( populate_by_name=True, @@ -103,6 +104,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: "isCurrentAccountGroup": obj.get("isCurrentAccountGroup"), "isDefaultAccountGroup": obj.get("isDefaultAccountGroup"), "organizationName": obj.get("organizationName"), + "orgId": obj.get("orgId"), "users": [UserAccountGroup.from_dict(_item) for _item in obj["users"]] if obj.get("users") is not None else None, "_links": SelfLinks.from_dict(obj["_links"]) if obj.get("_links") is not None else None }) diff --git a/thousandeyes-sdk-administrative/test/test_account_groups_api.py b/thousandeyes-sdk-administrative/test/test_account_groups_api.py index 8b3a80c0e..ef062392b 100644 --- a/thousandeyes-sdk-administrative/test/test_account_groups_api.py +++ b/thousandeyes-sdk-administrative/test/test_account_groups_api.py @@ -59,6 +59,7 @@ def test_create_account_group_models_validation(self) -> None: "accountGroupName" : "Account A", "isDefaultAccountGroup" : true, "aid" : "1234", + "orgId" : "12345", "users" : [ { "uid" : "235", "lastLogin" : "2022-07-17T22:00:54Z", @@ -127,6 +128,7 @@ def test_get_account_group_models_validation(self) -> None: "isDefaultAccountGroup" : true, "accountToken" : "6j052y4vfgyuhefghue", "aid" : "1234", + "orgId" : "12345", "users" : [ { "uid" : "235", "lastLogin" : "2022-07-17T22:00:54Z", @@ -345,13 +347,15 @@ def test_get_account_groups_models_validation(self) -> None: "organizationName" : "organizationName", "accountGroupName" : "Account A", "isDefaultAccountGroup" : true, - "aid" : "1234" + "aid" : "1234", + "orgId" : "12345" }, { "isCurrentAccountGroup" : true, "organizationName" : "organizationName", "accountGroupName" : "Account A", "isDefaultAccountGroup" : true, - "aid" : "1234" + "aid" : "1234", + "orgId" : "12345" } ] }""" @@ -391,6 +395,7 @@ def test_update_account_group_models_validation(self) -> None: "isDefaultAccountGroup" : true, "accountToken" : "6j052y4vfgyuhefghue", "aid" : "1234", + "orgId" : "12345", "users" : [ { "uid" : "235", "lastLogin" : "2022-07-17T22:00:54Z", diff --git a/thousandeyes-sdk-agents/README.md b/thousandeyes-sdk-agents/README.md index 44f3e1a1f..00f70a304 100644 --- a/thousandeyes-sdk-agents/README.md +++ b/thousandeyes-sdk-agents/README.md @@ -5,7 +5,7 @@ Manage all agents available to your account in ThousandEyes, including both Clou This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-alerts/README.md b/thousandeyes-sdk-alerts/README.md index f7135dc06..410bd43d7 100644 --- a/thousandeyes-sdk-alerts/README.md +++ b/thousandeyes-sdk-alerts/README.md @@ -12,7 +12,7 @@ For more information about the alerts, see [Alerts](https://docs.thousandeyes.co This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-bgp-monitors/README.md b/thousandeyes-sdk-bgp-monitors/README.md index ca9b059fb..d03cfdae6 100644 --- a/thousandeyes-sdk-bgp-monitors/README.md +++ b/thousandeyes-sdk-bgp-monitors/README.md @@ -9,7 +9,7 @@ For more information about monitors, see [Inside-Out BGP Visibility](https://doc This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-credentials/README.md b/thousandeyes-sdk-credentials/README.md index 3e0fe8d18..bbb03e09a 100644 --- a/thousandeyes-sdk-credentials/README.md +++ b/thousandeyes-sdk-credentials/README.md @@ -13,7 +13,7 @@ For more information about credentials, see [Working With Secure Credentials](ht This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-dashboards/README.md b/thousandeyes-sdk-dashboards/README.md index cb53c9e98..b4643557d 100644 --- a/thousandeyes-sdk-dashboards/README.md +++ b/thousandeyes-sdk-dashboards/README.md @@ -3,7 +3,7 @@ Manage ThousandEyes Dashboards. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-emulation/README.md b/thousandeyes-sdk-emulation/README.md index 8bd1e3efa..75c25f8e9 100644 --- a/thousandeyes-sdk-emulation/README.md +++ b/thousandeyes-sdk-emulation/README.md @@ -9,7 +9,7 @@ To access Emulation API operations, the following permissions are required: This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-endpoint-agents/README.md b/thousandeyes-sdk-endpoint-agents/README.md index 50bf893d6..f1ceb9c82 100644 --- a/thousandeyes-sdk-endpoint-agents/README.md +++ b/thousandeyes-sdk-endpoint-agents/README.md @@ -5,7 +5,7 @@ For more information about Endpoint Agents, see [Endpoint Agents](https://docs.t This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-endpoint-instant-tests/README.md b/thousandeyes-sdk-endpoint-instant-tests/README.md index 1e85dafe1..08ded6220 100644 --- a/thousandeyes-sdk-endpoint-instant-tests/README.md +++ b/thousandeyes-sdk-endpoint-instant-tests/README.md @@ -13,7 +13,7 @@ The URLs for these API test data endpoints are provided within the test definiti This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-endpoint-labels/README.md b/thousandeyes-sdk-endpoint-labels/README.md index 95a57ea35..62c2cafad 100644 --- a/thousandeyes-sdk-endpoint-labels/README.md +++ b/thousandeyes-sdk-endpoint-labels/README.md @@ -4,7 +4,7 @@ Manage labels applied to endpoint agents using this API. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-endpoint-test-results/README.md b/thousandeyes-sdk-endpoint-test-results/README.md index 230cc1501..bdf86d957 100644 --- a/thousandeyes-sdk-endpoint-test-results/README.md +++ b/thousandeyes-sdk-endpoint-test-results/README.md @@ -3,7 +3,7 @@ Retrieve results for scheduled and dynamic tests on endpoint agents. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-endpoint-test-results/test/test_real_user_endpoint_test_results_api.py b/thousandeyes-sdk-endpoint-test-results/test/test_real_user_endpoint_test_results_api.py index 25e97a76b..106f5e9b3 100644 --- a/thousandeyes-sdk-endpoint-test-results/test/test_real_user_endpoint_test_results_api.py +++ b/thousandeyes-sdk-endpoint-test-results/test/test_real_user_endpoint_test_results_api.py @@ -380,11 +380,11 @@ def test_get_real_user_test_page_results_models_validation(self) -> None: "log" : { "browser" : { "name" : "Google Chrome", - "version" : "7.0.26.98" + "version" : "7.0.27.98" }, "creator" : { "name" : "ThousandEyes Endpoint Agent", - "version" : "7.0.26" + "version" : "7.0.27" }, "entries" : [ { "pageref" : "page_1", diff --git a/thousandeyes-sdk-endpoint-tests/README.md b/thousandeyes-sdk-endpoint-tests/README.md index f77f72d42..79047aade 100644 --- a/thousandeyes-sdk-endpoint-tests/README.md +++ b/thousandeyes-sdk-endpoint-tests/README.md @@ -5,7 +5,7 @@ Manage endpoint agent dynamic and scheduled tests using the Endpoint Tests API. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-event-detection/README.md b/thousandeyes-sdk-event-detection/README.md index fd58e3a84..51fc41f91 100644 --- a/thousandeyes-sdk-event-detection/README.md +++ b/thousandeyes-sdk-event-detection/README.md @@ -12,7 +12,7 @@ With the Events API, you can perform the following tasks on the ThousandEyes pla This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-instant-tests/README.md b/thousandeyes-sdk-instant-tests/README.md index d3abda19b..5a32560b8 100644 --- a/thousandeyes-sdk-instant-tests/README.md +++ b/thousandeyes-sdk-instant-tests/README.md @@ -8,7 +8,7 @@ The response does not include the immediate test results. Use the Test Results e This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-internet-insights/README.md b/thousandeyes-sdk-internet-insights/README.md index b59b314d4..95493f51f 100644 --- a/thousandeyes-sdk-internet-insights/README.md +++ b/thousandeyes-sdk-internet-insights/README.md @@ -14,7 +14,7 @@ For more information about Internet Insights, see the [Internet Insights](https: This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-snapshots/README.md b/thousandeyes-sdk-snapshots/README.md index 24a853378..f06d6be35 100644 --- a/thousandeyes-sdk-snapshots/README.md +++ b/thousandeyes-sdk-snapshots/README.md @@ -3,7 +3,7 @@ Creates a new test snapshot in ThousandEyes. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-streaming/README.md b/thousandeyes-sdk-streaming/README.md index 1652fe3e6..22a7da249 100644 --- a/thousandeyes-sdk-streaming/README.md +++ b/thousandeyes-sdk-streaming/README.md @@ -15,7 +15,7 @@ For more information about ThousandEyes for OpenTelemetry, see the [documentatio This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-streaming/docs/DataModelVersion.md b/thousandeyes-sdk-streaming/docs/DataModelVersion.md index f353cef55..a782fb3cc 100644 --- a/thousandeyes-sdk-streaming/docs/DataModelVersion.md +++ b/thousandeyes-sdk-streaming/docs/DataModelVersion.md @@ -1,6 +1,6 @@ # DataModelVersion -The version of the data model used in the data stream. When using `v1`: - The `signal` cannot be `trace`. Default: `v2` +The version of the data model used in the data stream. When using `v1`: - The `signal` cannot be `trace`. ## Properties diff --git a/thousandeyes-sdk-streaming/docs/EndpointType.md b/thousandeyes-sdk-streaming/docs/EndpointType.md index 60337e354..63f3400a3 100644 --- a/thousandeyes-sdk-streaming/docs/EndpointType.md +++ b/thousandeyes-sdk-streaming/docs/EndpointType.md @@ -1,6 +1,6 @@ # EndpointType -The type of connection used to send data to the endpoint. Default: `grpc` **Note**: When using the `splunk-hec` 'type', the `EndpointType` must be `http`. +The type of connection used to send data to the endpoint. **Note**: When using the `splunk-hec` 'type', the `EndpointType` must be `http`. ## Properties diff --git a/thousandeyes-sdk-streaming/docs/ExporterConfigSplunkHec.md b/thousandeyes-sdk-streaming/docs/ExporterConfigSplunkHec.md index 90394d33d..b22fb4e17 100644 --- a/thousandeyes-sdk-streaming/docs/ExporterConfigSplunkHec.md +++ b/thousandeyes-sdk-streaming/docs/ExporterConfigSplunkHec.md @@ -7,8 +7,8 @@ Splunk HEC configuration. This can only be configured when the `type` is `splunk Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **token** | **str** | The Splunk HEC `token`. This is a required field. | [optional] -**source** | **str** | The Splunk HEC `source`. This field is optional. Default: `ThousandEyesOTel` | [optional] [default to 'ThousandEyesOTel'] -**source_type** | **str** | The Splunk HEC `sourceType`. This field is optional. Default: `ThousandEyesOTel` | [optional] [default to 'ThousandEyesOTel'] +**source** | **str** | The Splunk HEC `source`. This field is optional. | [optional] [default to 'ThousandEyesOTel'] +**source_type** | **str** | The Splunk HEC `sourceType`. This field is optional. | [optional] [default to 'ThousandEyesOTel'] **index** | **str** | The name of the Splunk HEC index where the event data will be stored. This field is optional. | [optional] ## Example diff --git a/thousandeyes-sdk-streaming/docs/Signal.md b/thousandeyes-sdk-streaming/docs/Signal.md index 32a515cfb..dc7a74a8f 100644 --- a/thousandeyes-sdk-streaming/docs/Signal.md +++ b/thousandeyes-sdk-streaming/docs/Signal.md @@ -1,6 +1,6 @@ # Signal -The OpenTelemetry signal of the stream integration. When using `trace`: - `dataModelVersion` must be `v2`. Default: `metric` +The OpenTelemetry signal of the stream integration. When using `trace`: - `dataModelVersion` must be `v2`. ## Properties diff --git a/thousandeyes-sdk-streaming/docs/TestMatchDomain.md b/thousandeyes-sdk-streaming/docs/TestMatchDomain.md index 9c6620e24..686dbe1d3 100644 --- a/thousandeyes-sdk-streaming/docs/TestMatchDomain.md +++ b/thousandeyes-sdk-streaming/docs/TestMatchDomain.md @@ -1,6 +1,6 @@ # TestMatchDomain -The domain of the test to match. +The domain of the test to match. `cea` - Cloud and Enterprise Agent `endpoint` - Endpoint Agent ## Properties diff --git a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/data_model_version.py b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/data_model_version.py index 288e197ac..9fad54e5e 100644 --- a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/data_model_version.py +++ b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/data_model_version.py @@ -19,7 +19,7 @@ class DataModelVersion(str, Enum): """ - The version of the data model used in the data stream. When using `v1`: - The `signal` cannot be `trace`. Default: `v2` + The version of the data model used in the data stream. When using `v1`: - The `signal` cannot be `trace`. """ """ diff --git a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/endpoint_type.py b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/endpoint_type.py index 87d7538db..c21582e1e 100644 --- a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/endpoint_type.py +++ b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/endpoint_type.py @@ -19,7 +19,7 @@ class EndpointType(str, Enum): """ - The type of connection used to send data to the endpoint. Default: `grpc` **Note**: When using the `splunk-hec` 'type', the `EndpointType` must be `http`. + The type of connection used to send data to the endpoint. **Note**: When using the `splunk-hec` 'type', the `EndpointType` must be `http`. """ """ diff --git a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/exporter_config_splunk_hec.py b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/exporter_config_splunk_hec.py index a7573200a..8c46fe013 100644 --- a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/exporter_config_splunk_hec.py +++ b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/exporter_config_splunk_hec.py @@ -26,8 +26,8 @@ class ExporterConfigSplunkHec(BaseModel): Splunk HEC configuration. This can only be configured when the `type` is `splunk-hec`. """ # noqa: E501 token: Optional[StrictStr] = Field(default=None, description="The Splunk HEC `token`. This is a required field.") - source: Optional[StrictStr] = Field(default='ThousandEyesOTel', description="The Splunk HEC `source`. This field is optional. Default: `ThousandEyesOTel`") - source_type: Optional[StrictStr] = Field(default='ThousandEyesOTel', description="The Splunk HEC `sourceType`. This field is optional. Default: `ThousandEyesOTel`", alias="sourceType") + source: Optional[StrictStr] = Field(default='ThousandEyesOTel', description="The Splunk HEC `source`. This field is optional.") + source_type: Optional[StrictStr] = Field(default='ThousandEyesOTel', description="The Splunk HEC `sourceType`. This field is optional.", alias="sourceType") index: Optional[StrictStr] = Field(default=None, description="The name of the Splunk HEC index where the event data will be stored. This field is optional.") __properties: ClassVar[List[str]] = ["token", "source", "sourceType", "index"] diff --git a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/signal.py b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/signal.py index 5735babb7..a0da7f3eb 100644 --- a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/signal.py +++ b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/signal.py @@ -19,7 +19,7 @@ class Signal(str, Enum): """ - The OpenTelemetry signal of the stream integration. When using `trace`: - `dataModelVersion` must be `v2`. Default: `metric` + The OpenTelemetry signal of the stream integration. When using `trace`: - `dataModelVersion` must be `v2`. """ """ diff --git a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/test_match_domain.py b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/test_match_domain.py index bf82ee0f6..220a41e7d 100644 --- a/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/test_match_domain.py +++ b/thousandeyes-sdk-streaming/src/thousandeyes_sdk/streaming/models/test_match_domain.py @@ -19,7 +19,7 @@ class TestMatchDomain(str, Enum): """ - The domain of the test to match. + The domain of the test to match. `cea` - Cloud and Enterprise Agent `endpoint` - Endpoint Agent """ """ diff --git a/thousandeyes-sdk-tags/README.md b/thousandeyes-sdk-tags/README.md index 4178cb898..ccc8185c1 100644 --- a/thousandeyes-sdk-tags/README.md +++ b/thousandeyes-sdk-tags/README.md @@ -16,7 +16,7 @@ Things to note with the ThousandEyes Tags API: This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-test-results/README.md b/thousandeyes-sdk-test-results/README.md index 607823986..6abb3b409 100644 --- a/thousandeyes-sdk-test-results/README.md +++ b/thousandeyes-sdk-test-results/README.md @@ -3,7 +3,7 @@ Get test result metrics for Cloud and Enterprise Agent tests. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-tests/README.md b/thousandeyes-sdk-tests/README.md index d7c983b0d..489fa2a5f 100644 --- a/thousandeyes-sdk-tests/README.md +++ b/thousandeyes-sdk-tests/README.md @@ -4,7 +4,7 @@ This API supports listing, creating, editing, and deleting Cloud and Enterprise This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator diff --git a/thousandeyes-sdk-usage/README.md b/thousandeyes-sdk-usage/README.md index e8a406032..a614b6ddf 100644 --- a/thousandeyes-sdk-usage/README.md +++ b/thousandeyes-sdk-usage/README.md @@ -17,7 +17,7 @@ Refer to the Usage API operations for detailed usage instructions and optional p This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 7.0.26 +- API version: 7.0.27 - Generator version: 7.6.0 - Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator