Skip to content

Commit 49b6b28

Browse files
mpragosa-teAPI Team
andauthored
[GitHub Bot] Generated python SDK (#44)
Co-authored-by: API Team <[email protected]>
1 parent 09e9385 commit 49b6b28

File tree

302 files changed

+2346
-1886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+2346
-1886
lines changed

thousandeyes-sdk-administrative/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This API provides the following endpoints that define the operations to manage y
1212

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

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

@@ -64,10 +64,10 @@ import thousandeyes_sdk.administrative
6464
from thousandeyes_sdk.core.exceptions import ApiException
6565
from pprint import pprint
6666

67-
# Defining the host is optional and defaults to https://api.thousandeyes.com
67+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
6868
# See configuration.py for a list of all supported configuration parameters.
6969
configuration = thousandeyes_sdk.core.Configuration(
70-
host = "https://api.thousandeyes.com"
70+
host = "https://api.thousandeyes.com/v7"
7171
)
7272

7373
# The client must configure the authentication and authorization parameters
@@ -100,27 +100,27 @@ with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
100100

101101
## Documentation for API Endpoints
102102

103-
All URIs are relative to *https://api.thousandeyes.com*
103+
All URIs are relative to *https://api.thousandeyes.com/v7*
104104

105105
Class | Method | HTTP request | Description
106106
------------ | ------------- | ------------- | -------------
107-
*AccountGroupsApi* | [**create_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#create_account_group) | **POST** /v7/account-groups | Create account group
108-
*AccountGroupsApi* | [**delete_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#delete_account_group) | **DELETE** /v7/account-groups/{id} | Delete account group
109-
*AccountGroupsApi* | [**get_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#get_account_group) | **GET** /v7/account-groups/{id} | Retrieve account group
110-
*AccountGroupsApi* | [**get_account_groups**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#get_account_groups) | **GET** /v7/account-groups | List account groups
111-
*AccountGroupsApi* | [**update_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#update_account_group) | **PUT** /v7/account-groups/{id} | Update account group
112-
*PermissionsApi* | [**get_permissions**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/PermissionsApi.md#get_permissions) | **GET** /v7/permissions | List assignable permissions
113-
*RolesApi* | [**create_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#create_role) | **POST** /v7/roles | Create role
114-
*RolesApi* | [**delete_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#delete_role) | **DELETE** /v7/roles/{id} | Delete role
115-
*RolesApi* | [**get_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#get_role) | **GET** /v7/roles/{id} | Retrieve role
116-
*RolesApi* | [**get_roles**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#get_roles) | **GET** /v7/roles | List roles
117-
*RolesApi* | [**update_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#update_role) | **PUT** /v7/roles/{id} | Update role
118-
*UserEventsApi* | [**get_user_events**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UserEventsApi.md#get_user_events) | **GET** /v7/audit-user-events | List activity log events
119-
*UsersApi* | [**create_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#create_user) | **POST** /v7/users | Create user
120-
*UsersApi* | [**delete_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#delete_user) | **DELETE** /v7/users/{id} | Delete user
121-
*UsersApi* | [**get_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#get_user) | **GET** /v7/users/{id} | Retrieve user
122-
*UsersApi* | [**get_users**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#get_users) | **GET** /v7/users | List users
123-
*UsersApi* | [**update_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#update_user) | **PUT** /v7/users/{id} | Update user
107+
*AccountGroupsApi* | [**create_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#create_account_group) | **POST** /account-groups | Create account group
108+
*AccountGroupsApi* | [**delete_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#delete_account_group) | **DELETE** /account-groups/{id} | Delete account group
109+
*AccountGroupsApi* | [**get_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#get_account_group) | **GET** /account-groups/{id} | Retrieve account group
110+
*AccountGroupsApi* | [**get_account_groups**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#get_account_groups) | **GET** /account-groups | List account groups
111+
*AccountGroupsApi* | [**update_account_group**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/AccountGroupsApi.md#update_account_group) | **PUT** /account-groups/{id} | Update account group
112+
*PermissionsApi* | [**get_permissions**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/PermissionsApi.md#get_permissions) | **GET** /permissions | List assignable permissions
113+
*RolesApi* | [**create_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#create_role) | **POST** /roles | Create role
114+
*RolesApi* | [**delete_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#delete_role) | **DELETE** /roles/{id} | Delete role
115+
*RolesApi* | [**get_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#get_role) | **GET** /roles/{id} | Retrieve role
116+
*RolesApi* | [**get_roles**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#get_roles) | **GET** /roles | List roles
117+
*RolesApi* | [**update_role**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/RolesApi.md#update_role) | **PUT** /roles/{id} | Update role
118+
*UserEventsApi* | [**get_user_events**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UserEventsApi.md#get_user_events) | **GET** /audit-user-events | List activity log events
119+
*UsersApi* | [**create_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#create_user) | **POST** /users | Create user
120+
*UsersApi* | [**delete_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#delete_user) | **DELETE** /users/{id} | Delete user
121+
*UsersApi* | [**get_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#get_user) | **GET** /users/{id} | Retrieve user
122+
*UsersApi* | [**get_users**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#get_users) | **GET** /users | List users
123+
*UsersApi* | [**update_user**](https://github.com/thousandeyes/thousandeyes-sdk-python//tree/main/thousandeyes-sdk-administrative/docs/UsersApi.md#update_user) | **PUT** /users/{id} | Update user
124124

125125

126126
## Documentation For Models

thousandeyes-sdk-administrative/docs/AccountGroupsApi.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# thousandeyes_sdk.administrative.AccountGroupsApi
22

3-
All URIs are relative to *https://api.thousandeyes.com*
3+
All URIs are relative to *https://api.thousandeyes.com/v7*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**create_account_group**](AccountGroupsApi.md#create_account_group) | **POST** /v7/account-groups | Create account group
8-
[**delete_account_group**](AccountGroupsApi.md#delete_account_group) | **DELETE** /v7/account-groups/{id} | Delete account group
9-
[**get_account_group**](AccountGroupsApi.md#get_account_group) | **GET** /v7/account-groups/{id} | Retrieve account group
10-
[**get_account_groups**](AccountGroupsApi.md#get_account_groups) | **GET** /v7/account-groups | List account groups
11-
[**update_account_group**](AccountGroupsApi.md#update_account_group) | **PUT** /v7/account-groups/{id} | Update account group
7+
[**create_account_group**](AccountGroupsApi.md#create_account_group) | **POST** /account-groups | Create account group
8+
[**delete_account_group**](AccountGroupsApi.md#delete_account_group) | **DELETE** /account-groups/{id} | Delete account group
9+
[**get_account_group**](AccountGroupsApi.md#get_account_group) | **GET** /account-groups/{id} | Retrieve account group
10+
[**get_account_groups**](AccountGroupsApi.md#get_account_groups) | **GET** /account-groups | List account groups
11+
[**update_account_group**](AccountGroupsApi.md#update_account_group) | **PUT** /account-groups/{id} | Update account group
1212

1313

1414
# **create_account_group**
@@ -30,10 +30,10 @@ from thousandeyes_sdk.administrative.models.expand import Expand
3030
from thousandeyes_sdk.administrative.rest import ApiException
3131
from pprint import pprint
3232

33-
# Defining the host is optional and defaults to https://api.thousandeyes.com
33+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
3434
# See configuration.py for a list of all supported configuration parameters.
3535
configuration = thousandeyes_sdk.core.Configuration(
36-
host = "https://api.thousandeyes.com"
36+
host = "https://api.thousandeyes.com/v7"
3737
)
3838

3939
# The client must configure the authentication and authorization parameters
@@ -115,10 +115,10 @@ import thousandeyes_sdk.administrative
115115
from thousandeyes_sdk.administrative.rest import ApiException
116116
from pprint import pprint
117117

118-
# Defining the host is optional and defaults to https://api.thousandeyes.com
118+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
119119
# See configuration.py for a list of all supported configuration parameters.
120120
configuration = thousandeyes_sdk.core.Configuration(
121-
host = "https://api.thousandeyes.com"
121+
host = "https://api.thousandeyes.com/v7"
122122
)
123123

124124
# The client must configure the authentication and authorization parameters
@@ -198,10 +198,10 @@ from thousandeyes_sdk.administrative.models.expand import Expand
198198
from thousandeyes_sdk.administrative.rest import ApiException
199199
from pprint import pprint
200200

201-
# Defining the host is optional and defaults to https://api.thousandeyes.com
201+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
202202
# See configuration.py for a list of all supported configuration parameters.
203203
configuration = thousandeyes_sdk.core.Configuration(
204-
host = "https://api.thousandeyes.com"
204+
host = "https://api.thousandeyes.com/v7"
205205
)
206206

207207
# The client must configure the authentication and authorization parameters
@@ -284,10 +284,10 @@ from thousandeyes_sdk.administrative.models.account_groups import AccountGroups
284284
from thousandeyes_sdk.administrative.rest import ApiException
285285
from pprint import pprint
286286

287-
# Defining the host is optional and defaults to https://api.thousandeyes.com
287+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
288288
# See configuration.py for a list of all supported configuration parameters.
289289
configuration = thousandeyes_sdk.core.Configuration(
290-
host = "https://api.thousandeyes.com"
290+
host = "https://api.thousandeyes.com/v7"
291291
)
292292

293293
# The client must configure the authentication and authorization parameters
@@ -370,10 +370,10 @@ from thousandeyes_sdk.administrative.models.expand import Expand
370370
from thousandeyes_sdk.administrative.rest import ApiException
371371
from pprint import pprint
372372

373-
# Defining the host is optional and defaults to https://api.thousandeyes.com
373+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
374374
# See configuration.py for a list of all supported configuration parameters.
375375
configuration = thousandeyes_sdk.core.Configuration(
376-
host = "https://api.thousandeyes.com"
376+
host = "https://api.thousandeyes.com/v7"
377377
)
378378

379379
# The client must configure the authentication and authorization parameters

thousandeyes-sdk-administrative/docs/PermissionsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# thousandeyes_sdk.administrative.PermissionsApi
22

3-
All URIs are relative to *https://api.thousandeyes.com*
3+
All URIs are relative to *https://api.thousandeyes.com/v7*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**get_permissions**](PermissionsApi.md#get_permissions) | **GET** /v7/permissions | List assignable permissions
7+
[**get_permissions**](PermissionsApi.md#get_permissions) | **GET** /permissions | List assignable permissions
88

99

1010
# **get_permissions**
@@ -24,10 +24,10 @@ from thousandeyes_sdk.administrative.models.permissions import Permissions
2424
from thousandeyes_sdk.administrative.rest import ApiException
2525
from pprint import pprint
2626

27-
# Defining the host is optional and defaults to https://api.thousandeyes.com
27+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
2828
# See configuration.py for a list of all supported configuration parameters.
2929
configuration = thousandeyes_sdk.core.Configuration(
30-
host = "https://api.thousandeyes.com"
30+
host = "https://api.thousandeyes.com/v7"
3131
)
3232

3333
# The client must configure the authentication and authorization parameters

thousandeyes-sdk-administrative/docs/RolesApi.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# thousandeyes_sdk.administrative.RolesApi
22

3-
All URIs are relative to *https://api.thousandeyes.com*
3+
All URIs are relative to *https://api.thousandeyes.com/v7*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**create_role**](RolesApi.md#create_role) | **POST** /v7/roles | Create role
8-
[**delete_role**](RolesApi.md#delete_role) | **DELETE** /v7/roles/{id} | Delete role
9-
[**get_role**](RolesApi.md#get_role) | **GET** /v7/roles/{id} | Retrieve role
10-
[**get_roles**](RolesApi.md#get_roles) | **GET** /v7/roles | List roles
11-
[**update_role**](RolesApi.md#update_role) | **PUT** /v7/roles/{id} | Update role
7+
[**create_role**](RolesApi.md#create_role) | **POST** /roles | Create role
8+
[**delete_role**](RolesApi.md#delete_role) | **DELETE** /roles/{id} | Delete role
9+
[**get_role**](RolesApi.md#get_role) | **GET** /roles/{id} | Retrieve role
10+
[**get_roles**](RolesApi.md#get_roles) | **GET** /roles | List roles
11+
[**update_role**](RolesApi.md#update_role) | **PUT** /roles/{id} | Update role
1212

1313

1414
# **create_role**
@@ -29,10 +29,10 @@ from thousandeyes_sdk.administrative.models.role_request_body import RoleRequest
2929
from thousandeyes_sdk.administrative.rest import ApiException
3030
from pprint import pprint
3131

32-
# Defining the host is optional and defaults to https://api.thousandeyes.com
32+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
3333
# See configuration.py for a list of all supported configuration parameters.
3434
configuration = thousandeyes_sdk.core.Configuration(
35-
host = "https://api.thousandeyes.com"
35+
host = "https://api.thousandeyes.com/v7"
3636
)
3737

3838
# The client must configure the authentication and authorization parameters
@@ -114,10 +114,10 @@ import thousandeyes_sdk.administrative
114114
from thousandeyes_sdk.administrative.rest import ApiException
115115
from pprint import pprint
116116

117-
# Defining the host is optional and defaults to https://api.thousandeyes.com
117+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
118118
# See configuration.py for a list of all supported configuration parameters.
119119
configuration = thousandeyes_sdk.core.Configuration(
120-
host = "https://api.thousandeyes.com"
120+
host = "https://api.thousandeyes.com/v7"
121121
)
122122

123123
# The client must configure the authentication and authorization parameters
@@ -198,10 +198,10 @@ from thousandeyes_sdk.administrative.models.role_detail import RoleDetail
198198
from thousandeyes_sdk.administrative.rest import ApiException
199199
from pprint import pprint
200200

201-
# Defining the host is optional and defaults to https://api.thousandeyes.com
201+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
202202
# See configuration.py for a list of all supported configuration parameters.
203203
configuration = thousandeyes_sdk.core.Configuration(
204-
host = "https://api.thousandeyes.com"
204+
host = "https://api.thousandeyes.com/v7"
205205
)
206206

207207
# The client must configure the authentication and authorization parameters
@@ -284,10 +284,10 @@ from thousandeyes_sdk.administrative.models.roles import Roles
284284
from thousandeyes_sdk.administrative.rest import ApiException
285285
from pprint import pprint
286286

287-
# Defining the host is optional and defaults to https://api.thousandeyes.com
287+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
288288
# See configuration.py for a list of all supported configuration parameters.
289289
configuration = thousandeyes_sdk.core.Configuration(
290-
host = "https://api.thousandeyes.com"
290+
host = "https://api.thousandeyes.com/v7"
291291
)
292292

293293
# The client must configure the authentication and authorization parameters
@@ -369,10 +369,10 @@ from thousandeyes_sdk.administrative.models.role_request_body import RoleRequest
369369
from thousandeyes_sdk.administrative.rest import ApiException
370370
from pprint import pprint
371371

372-
# Defining the host is optional and defaults to https://api.thousandeyes.com
372+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
373373
# See configuration.py for a list of all supported configuration parameters.
374374
configuration = thousandeyes_sdk.core.Configuration(
375-
host = "https://api.thousandeyes.com"
375+
host = "https://api.thousandeyes.com/v7"
376376
)
377377

378378
# The client must configure the authentication and authorization parameters

thousandeyes-sdk-administrative/docs/UserEventsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# thousandeyes_sdk.administrative.UserEventsApi
22

3-
All URIs are relative to *https://api.thousandeyes.com*
3+
All URIs are relative to *https://api.thousandeyes.com/v7*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**get_user_events**](UserEventsApi.md#get_user_events) | **GET** /v7/audit-user-events | List activity log events
7+
[**get_user_events**](UserEventsApi.md#get_user_events) | **GET** /audit-user-events | List activity log events
88

99

1010
# **get_user_events**
@@ -24,10 +24,10 @@ from thousandeyes_sdk.administrative.models.audit_user_events import AuditUserEv
2424
from thousandeyes_sdk.administrative.rest import ApiException
2525
from pprint import pprint
2626

27-
# Defining the host is optional and defaults to https://api.thousandeyes.com
27+
# Defining the host is optional and defaults to https://api.thousandeyes.com/v7
2828
# See configuration.py for a list of all supported configuration parameters.
2929
configuration = thousandeyes_sdk.core.Configuration(
30-
host = "https://api.thousandeyes.com"
30+
host = "https://api.thousandeyes.com/v7"
3131
)
3232

3333
# The client must configure the authentication and authorization parameters

0 commit comments

Comments
 (0)