mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
[GitHub Bot] Generated python SDK
This commit is contained in:
parent
7d7bdeae04
commit
84289caca9
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-administrative"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Administrative API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Administrative API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-agents"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Agents API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Agents API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-alerts"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Alerts API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Alerts API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-bgp-monitors"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "BGP Monitors API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK BGP Monitors API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-credentials"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Credentials API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Credentials API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-dashboards"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Dashboards API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Dashboards API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-endpoint-agents"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Endpoint Agents API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Endpoint Agents API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-endpoint-instant-tests"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Endpoint Instant Scheduled Tests API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Endpoint Instant Scheduled Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-endpoint-labels"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Endpoint Agent Labels API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Endpoint Agent Labels API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-endpoint-test-results"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Endpoint Test Results API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Endpoint Test Results API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-endpoint-tests"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Endpoint Tests API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Endpoint Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-instant-tests"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Instant Tests API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Instant Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-internet-insights"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Internet Insights API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Internet Insights API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-labels"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Labels API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Labels API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-snapshots"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Test Snapshots API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Test Snapshots API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-streaming"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "ThousandEyes for OpenTelemetry API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK ThousandEyes for OpenTelemetry API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-tags"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Tags API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Tags API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-test-results"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Test Results API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Test Results API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-tests"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Tests API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
[project]
|
||||
name = "thousandeyes-sdk-usage"
|
||||
dynamic = ["version"]
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||
]
|
||||
description = "Usage API"
|
||||
license = { text = "../LICENSE" }
|
||||
description = "ThousandEyes SDK Usage API"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
@ -15,7 +16,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "thousandeyes_sdk.core.__version__"}
|
||||
version = {file = ".version"}
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user