Skip to main content

vrt_lss_registry

  • API version: 7.41.3481
  • Package version: 7.41.3481
  • Build date: 2026-08-24T15:53:05.488099745+03:00[Europe/Moscow]
  • Generator version: 7.17.0

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import vrt_lss_registry

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import vrt_lss_registry

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import vrt_lss_registry
from vrt_lss_registry.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.edge7.veeroute.cloud
# See configuration.py for a list of all supported configuration parameters.
configuration = vrt_lss_registry.Configuration(
    host = "https://api.edge7.veeroute.cloud"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): ApiKeyAuth
configuration = vrt_lss_registry.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with vrt_lss_registry.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vrt_lss_registry.BackupsApi(api_client)
    target_folder_key = 'target_folder_key_example' # str | Folder key, unique identifier.

    try:
        # Folder export
        api_response = api_instance.create_backup(target_folder_key)
        print("The response of BackupsApi->create_backup:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling BackupsApi->create_backup: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.edge7.veeroute.cloud

Class Method HTTP request Description
BackupsApi create_backup POST /registry/backups/{target_folder_key} Folder export
BackupsApi restore_backup PUT /registry/backups/{target_folder_key} Folder import
ConfigurationsApi create_configuration POST /registry/configurations Create configuration
ConfigurationsApi delete_configuration DELETE /registry/configurations/{file_key} Configuration removal
ConfigurationsApi duplicate_configuration POST /registry/configurations/{file_key}/actions/duplicate Configuration duplicate
ConfigurationsApi read_configuration GET /registry/configurations/{file_key} Reading configuration
ConfigurationsApi read_configuration_content GET /registry/configurations/{file_key}/content Content read
ConfigurationsApi read_configuration_schema GET /registry/configurations/{file_key}/schema Schema read
ConfigurationsApi read_configurations_table GET /registry/configurations/batch/table Configurations list (table)
ConfigurationsApi search_configurations GET /registry/configurations/batch/search Configuration search
ConfigurationsApi update_configuration_content PUT /registry/configurations/{file_key}/content Content update
ConfigurationsApi update_configuration_schema PUT /registry/configurations/{file_key}/schema Schema update
ConfigurationsApi update_configuration_specification PUT /registry/configurations/{file_key} Specification update
ExplorerApi create_folder POST /registry/explorer Create folder
ExplorerApi create_folders_batch POST /registry/explorer/batch/folders Create folders (batch)
ExplorerApi delete_files_batch DELETE /registry/explorer/batch/files Files removal (batch)
ExplorerApi delete_folder DELETE /registry/explorer/{target_folder_key} Folder removal
ExplorerApi delete_folders_batch DELETE /registry/explorer/batch/folders Folders removal (batch)
ExplorerApi read_file_key GET /registry/explorer/batch/files File key
ExplorerApi read_filesystem GET /registry/explorer Getting a filesystem
ExplorerApi read_filesystem_counters GET /registry/explorer/batch/counters Filesystem counters
ExplorerApi read_folder_key POST /registry/explorer/batch/folder-key Folder key
ExplorerApi read_folder_path GET /registry/explorer/{target_folder_key}/path Folder path
ExplorerApi read_folder_specification GET /registry/explorer/{target_folder_key}/specification Folder specification
ExplorerApi update_folder PUT /registry/explorer/{target_folder_key} Update folder
SystemApi check GET /registry/system/check Checking the availability
SystemApi file GET /registry/file/{filename} Getting the documentation
SystemApi version GET /registry/system/version Getting the service version

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ApiKeyAuth

  • Type: Bearer authentication (JWT)

Author

support@veeroute.com

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vrt_lss_registry-7.41.3481-py3-none-any.whl (85.7 kB view details)

Uploaded Python 3

File details

Details for the file vrt_lss_registry-7.41.3481-py3-none-any.whl.

File metadata

File hashes

Hashes for vrt_lss_registry-7.41.3481-py3-none-any.whl
Algorithm Hash digest
SHA256 29405b1c6ac5836962c3a173aaf17c64486b0809d6c0d93411d1d24b412eb405
MD5 4cb7a6f1cc1b4f3470b094805f1732a1
BLAKE2b-256 a4600790a315b6f3ba8ec2ae5563471c73824e3385b513aabdc6912f1408bd10

See more details on using hashes here.

Release history Release notifications | RSS feed

7.42.3500

1 file

7.42.3498

1 file

This release

7.41.3481 This release

1 file

7.40.3475

1 file

7.39.3350

1 file

7.38.3336

1 file

7.37.3331

1 file

7.36.3317

1 file

7.35.3290

1 file

7.34.3275

1 file

7.33.3222

1 file

7.32.3215

1 file

7.31.3182

1 file

7.30.3153

1 file

7.29.3120

1 file

7.28.3096

1 file

7.26.3024

1 file

7.25.3009

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page