Skip to content

Commit cafc4e6

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

File tree

82 files changed

+250
-250
lines changed

Some content is hidden

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

82 files changed

+250
-250
lines changed

thousandeyes-sdk-administrative/docs/AccountGroupsApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4747
)
4848

4949
# Enter a context with an instance of the API client
50-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
50+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
5151
# Create an instance of the API class
5252
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
5353
account_group_request = thousandeyes_sdk.administrative.AccountGroupRequest() # AccountGroupRequest |
@@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
132132
)
133133

134134
# Enter a context with an instance of the API client
135-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
135+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
136136
# Create an instance of the API class
137137
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
138138
id = '1234' # str | Identifier for the account group.
@@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
215215
)
216216

217217
# Enter a context with an instance of the API client
218-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
218+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
219219
# Create an instance of the API class
220220
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
221221
id = '1234' # str | Identifier for the account group.
@@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
301301
)
302302

303303
# Enter a context with an instance of the API client
304-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
304+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
305305
# Create an instance of the API class
306306
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
307307

@@ -383,7 +383,7 @@ configuration = thousandeyes_sdk.core.Configuration(
383383
)
384384

385385
# Enter a context with an instance of the API client
386-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
386+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
387387
# Create an instance of the API class
388388
api_instance = thousandeyes_sdk.administrative.AccountGroupsApi(api_client)
389389
id = '1234' # str | Identifier for the account group.

thousandeyes-sdk-administrative/docs/PermissionsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4141
)
4242

4343
# Enter a context with an instance of the API client
44-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
44+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
4545
# Create an instance of the API class
4646
api_instance = thousandeyes_sdk.administrative.PermissionsApi(api_client)
4747
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)

thousandeyes-sdk-administrative/docs/RolesApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4646
)
4747

4848
# Enter a context with an instance of the API client
49-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
49+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
5050
# Create an instance of the API class
5151
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
5252
role_request_body = thousandeyes_sdk.administrative.RoleRequestBody() # RoleRequestBody |
@@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
131131
)
132132

133133
# Enter a context with an instance of the API client
134-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
134+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
135135
# Create an instance of the API class
136136
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
137137
id = '23' # str | The ID of the desired role.
@@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
215215
)
216216

217217
# Enter a context with an instance of the API client
218-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
218+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
219219
# Create an instance of the API class
220220
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
221221
id = '23' # str | The ID of the desired role.
@@ -301,7 +301,7 @@ configuration = thousandeyes_sdk.core.Configuration(
301301
)
302302

303303
# Enter a context with an instance of the API client
304-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
304+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
305305
# Create an instance of the API class
306306
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
307307
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
@@ -386,7 +386,7 @@ configuration = thousandeyes_sdk.core.Configuration(
386386
)
387387

388388
# Enter a context with an instance of the API client
389-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
389+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
390390
# Create an instance of the API class
391391
api_instance = thousandeyes_sdk.administrative.RolesApi(api_client)
392392
id = '23' # str | The ID of the desired role.

thousandeyes-sdk-administrative/docs/UserEventsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4141
)
4242

4343
# Enter a context with an instance of the API client
44-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
44+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
4545
# Create an instance of the API class
4646
api_instance = thousandeyes_sdk.administrative.UserEventsApi(api_client)
4747
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)

thousandeyes-sdk-administrative/docs/UsersApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4747
)
4848

4949
# Enter a context with an instance of the API client
50-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
50+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
5151
# Create an instance of the API class
5252
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
5353
user_request = thousandeyes_sdk.administrative.UserRequest() # UserRequest |
@@ -132,7 +132,7 @@ configuration = thousandeyes_sdk.core.Configuration(
132132
)
133133

134134
# Enter a context with an instance of the API client
135-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
135+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
136136
# Create an instance of the API class
137137
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
138138
id = '1234' # str | Identifier for the user.
@@ -216,7 +216,7 @@ configuration = thousandeyes_sdk.core.Configuration(
216216
)
217217

218218
# Enter a context with an instance of the API client
219-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
219+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
220220
# Create an instance of the API class
221221
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
222222

@@ -296,7 +296,7 @@ configuration = thousandeyes_sdk.core.Configuration(
296296
)
297297

298298
# Enter a context with an instance of the API client
299-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
299+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
300300
# Create an instance of the API class
301301
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
302302
id = '1234' # str | Identifier for the user.
@@ -382,7 +382,7 @@ configuration = thousandeyes_sdk.core.Configuration(
382382
)
383383

384384
# Enter a context with an instance of the API client
385-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
385+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
386386
# Create an instance of the API class
387387
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
388388
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
@@ -467,7 +467,7 @@ configuration = thousandeyes_sdk.core.Configuration(
467467
)
468468

469469
# Enter a context with an instance of the API client
470-
with thousandeyes_sdk.administrative.ApiClient(configuration) as api_client:
470+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
471471
# Create an instance of the API class
472472
api_instance = thousandeyes_sdk.administrative.UsersApi(api_client)
473473
id = '1234' # str | Identifier for the user.

thousandeyes-sdk-agents/docs/AgentProxiesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4141
)
4242

4343
# Enter a context with an instance of the API client
44-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
44+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
4545
# Create an instance of the API class
4646
api_instance = thousandeyes_sdk.agents.AgentProxiesApi(api_client)
4747
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)

thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentNotificationRulesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4242
)
4343

4444
# Enter a context with an instance of the API client
45-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
45+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
4646
# Create an instance of the API class
4747
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(api_client)
4848
notification_rule_id = '281474976710706' # str | Unique ID for the agent notification rule.
@@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
129129
)
130130

131131
# Enter a context with an instance of the API client
132-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
132+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
133133
# Create an instance of the API class
134134
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentNotificationRulesApi(api_client)
135135
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)

thousandeyes-sdk-agents/docs/CloudAndEnterpriseAgentsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4343
)
4444

4545
# Enter a context with an instance of the API client
46-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
46+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
4747
# Create an instance of the API class
4848
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
4949
agent_id = '281474976710706' # str | Unique ID for the agent.
@@ -129,7 +129,7 @@ configuration = thousandeyes_sdk.core.Configuration(
129129
)
130130

131131
# Enter a context with an instance of the API client
132-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
132+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
133133
# Create an instance of the API class
134134
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
135135
agent_id = '281474976710706' # str | Unique ID for the agent.
@@ -220,7 +220,7 @@ configuration = thousandeyes_sdk.core.Configuration(
220220
)
221221

222222
# Enter a context with an instance of the API client
223-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
223+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
224224
# Create an instance of the API class
225225
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
226226
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
@@ -311,7 +311,7 @@ configuration = thousandeyes_sdk.core.Configuration(
311311
)
312312

313313
# Enter a context with an instance of the API client
314-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
314+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
315315
# Create an instance of the API class
316316
api_instance = thousandeyes_sdk.agents.CloudAndEnterpriseAgentsApi(api_client)
317317
agent_id = '281474976710706' # str | Unique ID for the agent.

thousandeyes-sdk-agents/docs/EnterpriseAgentClusterApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4444
)
4545

4646
# Enter a context with an instance of the API client
47-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
47+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
4848
# Create an instance of the API class
4949
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
5050
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to add new agents to.
@@ -138,7 +138,7 @@ configuration = thousandeyes_sdk.core.Configuration(
138138
)
139139

140140
# Enter a context with an instance of the API client
141-
with thousandeyes_sdk.agents.ApiClient(configuration) as api_client:
141+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
142142
# Create an instance of the API class
143143
api_instance = thousandeyes_sdk.agents.EnterpriseAgentClusterApi(api_client)
144144
agent_id = '281474976710706' # str | Unique ID for the Enterprise Agent cluster to remove agents from.

thousandeyes-sdk-alerts/docs/AlertRulesApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ configuration = thousandeyes_sdk.core.Configuration(
4646
)
4747

4848
# Enter a context with an instance of the API client
49-
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
49+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
5050
# Create an instance of the API class
5151
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
5252
rule_detail_update = thousandeyes_sdk.alerts.RuleDetailUpdate() # RuleDetailUpdate |
@@ -131,7 +131,7 @@ configuration = thousandeyes_sdk.core.Configuration(
131131
)
132132

133133
# Enter a context with an instance of the API client
134-
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
134+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
135135
# Create an instance of the API class
136136
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
137137
rule_id = '127094' # str | Unique alert rule ID.
@@ -215,7 +215,7 @@ configuration = thousandeyes_sdk.core.Configuration(
215215
)
216216

217217
# Enter a context with an instance of the API client
218-
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
218+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
219219
# Create an instance of the API class
220220
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
221221
rule_id = '127094' # str | Unique alert rule ID.
@@ -300,7 +300,7 @@ configuration = thousandeyes_sdk.core.Configuration(
300300
)
301301

302302
# Enter a context with an instance of the API client
303-
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
303+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
304304
# Create an instance of the API class
305305
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
306306
aid = '1234' # str | A unique identifier associated with your account group. You can retrieve your `AccountGroupId` from the `/account-groups` endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. (optional)
@@ -384,7 +384,7 @@ configuration = thousandeyes_sdk.core.Configuration(
384384
)
385385

386386
# Enter a context with an instance of the API client
387-
with thousandeyes_sdk.alerts.ApiClient(configuration) as api_client:
387+
with thousandeyes_sdk.core.ApiClient(configuration) as api_client:
388388
# Create an instance of the API class
389389
api_instance = thousandeyes_sdk.alerts.AlertRulesApi(api_client)
390390
rule_id = '127094' # str | Unique alert rule ID.

0 commit comments

Comments
 (0)