Skip to content

Commit 40c19e2

Browse files
mpragosa-teAPI Team
andauthored
[GitHub Bot] Generated python SDK (#108)
Co-authored-by: API Team <[email protected]>
1 parent b2a190c commit 40c19e2

File tree

26 files changed

+64
-41
lines changed

26 files changed

+64
-41
lines changed

thousandeyes-sdk-administrative/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This API provides the following operations to manage your organization:
1212

1313
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1414

15-
- API version: 7.0.53
15+
- API version: 7.0.54
1616
- Generator version: 7.6.0
1717
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1818

thousandeyes-sdk-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Manage Cloud and Enterprise Agents available to your account in ThousandEyes.
55

66
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

8-
- API version: 7.0.53
8+
- API version: 7.0.54
99
- Generator version: 7.6.0
1010
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1111

thousandeyes-sdk-alerts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more information about the alerts, see [Alerts](https://docs.thousandeyes.co
1212

1313
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1414

15-
- API version: 7.0.53
15+
- API version: 7.0.54
1616
- Generator version: 7.6.0
1717
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1818

thousandeyes-sdk-bgp-monitors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information about monitors, see [Inside-Out BGP Visibility](https://doc
99

1010
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1111

12-
- API version: 7.0.53
12+
- API version: 7.0.54
1313
- Generator version: 7.6.0
1414
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1515

thousandeyes-sdk-credentials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information about credentials, see [Working With Secure Credentials](ht
1313

1414
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1515

16-
- API version: 7.0.53
16+
- API version: 7.0.54
1717
- Generator version: 7.6.0
1818
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1919

thousandeyes-sdk-dashboards/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Manage ThousandEyes Dashboards.
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 7.0.53
6+
- API version: 7.0.54
77
- Generator version: 7.6.0
88
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
99

thousandeyes-sdk-emulation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To access Emulation API operations, the following permissions are required:
99

1010
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1111

12-
- API version: 7.0.53
12+
- API version: 7.0.54
1313
- Generator version: 7.6.0
1414
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1515

thousandeyes-sdk-endpoint-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For more information about Endpoint Agents, see [Endpoint Agents](https://docs.t
55

66
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

8-
- API version: 7.0.53
8+
- API version: 7.0.54
99
- Generator version: 7.6.0
1010
- Build package: com.thousandeyes.api.codegen.ThousandeyesPythonGenerator
1111

thousandeyes-sdk-endpoint-agents/docs/AgentSearchFilters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**agent_name** | **List[str]** | Returns only agents with the given name. This is an exact match only. | [optional]
1010
**computer_name** | **List[str]** | Returns only agents with the given computer name. This is an exact match only. | [optional]
1111
**username** | **List[str]** | Returns only agents that have at least one user with a name. starting with the provided string. This is a case-insensitive prefix match. | [optional]
12+
**user_principal_name** | **List[str]** | Returns only agents that have at least one user principal name, starting with one of the provided strings. This is a case-insensitive prefix match. User principle name is the user login name in an Internet-style format, typically used in Active Directory environments. | [optional]
1213
**platform** | [**List[Platform]**](Platform.md) | Filter on the platform on which the agent is running. | [optional]
1314
**os_version** | **List[str]** | Case-insensitive prefix filter on the OS version. | [optional]
1415
**location_country_iso** | **List[str]** | Filter using the ISO country code of the location. | [optional]

thousandeyes-sdk-endpoint-agents/docs/EndpointUserProfile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**user_name** | **str** | |
9+
**user_principal_name** | **str** | | [optional]
910

1011
## Example
1112

0 commit comments

Comments
 (0)