mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 16:05:30 +00:00
38 lines
1.6 KiB
Python
38 lines
1.6 KiB
Python
# coding: utf-8
|
|
|
|
# flake8: noqa
|
|
|
|
"""
|
|
Test Snapshots API
|
|
|
|
Creates a new test snapshot in ThousandEyes.
|
|
|
|
The version of the OpenAPI document: 7.0.14
|
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
|
|
Do not edit the class manually.
|
|
""" # noqa: E501
|
|
|
|
|
|
# import apis into sdk package
|
|
from thousandeyes_sdk.snapshots.api.create_test_snapshot_api import CreateTestSnapshotApi
|
|
|
|
|
|
# import models into sdk package
|
|
from thousandeyes_sdk.snapshots.models.app_and_self_links import AppAndSelfLinks
|
|
from thousandeyes_sdk.snapshots.models.error import Error
|
|
from thousandeyes_sdk.snapshots.models.link import Link
|
|
from thousandeyes_sdk.snapshots.models.snapshot_links import SnapshotLinks
|
|
from thousandeyes_sdk.snapshots.models.snapshot_request import SnapshotRequest
|
|
from thousandeyes_sdk.snapshots.models.snapshot_response import SnapshotResponse
|
|
from thousandeyes_sdk.snapshots.models.snapshot_test import SnapshotTest
|
|
from thousandeyes_sdk.snapshots.models.test_interval import TestInterval
|
|
from thousandeyes_sdk.snapshots.models.test_links import TestLinks
|
|
from thousandeyes_sdk.snapshots.models.test_self_link import TestSelfLink
|
|
from thousandeyes_sdk.snapshots.models.test_type import TestType
|
|
from thousandeyes_sdk.snapshots.models.unauthorized_error import UnauthorizedError
|
|
from thousandeyes_sdk.snapshots.models.unexpanded_instant_test import UnexpandedInstantTest
|
|
from thousandeyes_sdk.snapshots.models.unexpanded_test import UnexpandedTest
|
|
from thousandeyes_sdk.snapshots.models.validation_error import ValidationError
|
|
from thousandeyes_sdk.snapshots.models.validation_error_item import ValidationErrorItem
|