Skip to main content

vrt_lss_account

  • API version: 7.42.3500
  • Package version: 7.42.3500
  • Build date: 2026-09-08T18:29:42.027606326+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_account

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_account

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import vrt_lss_account
from vrt_lss_account.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_account.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_account.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with vrt_lss_account.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = vrt_lss_account.AuditApi(api_client)
    offset = 0 # int | The number of items to skip before starting to collect the result set. (optional) (default to 0)
    limit = 100 # int | The number of items to return. (optional) (default to 100)
    var_from = '2026-09-21T09:30:00+03:00' # datetime | Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.  (optional)
    to = '2026-09-21T18:00:00+03:00' # datetime | Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.  (optional)
    service = vrt_lss_account.Service() # Service | Service name. (optional)
    operation = 'operation_example' # str | Operation name. (optional)
    process_type = vrt_lss_account.ProcessType() # ProcessType | Process type. (optional)
    status = vrt_lss_account.CalculationStatus() # CalculationStatus | Process status. (optional)
    sort_field = 'name' # str | Field to sort by. (optional)
    sort_direction = ASC # str | Sort direction. (optional) (default to ASC)

    try:
        # Actions for the period
        api_response = api_instance.read_audit(offset=offset, limit=limit, var_from=var_from, to=to, service=service, operation=operation, process_type=process_type, status=status, sort_field=sort_field, sort_direction=sort_direction)
        print("The response of AuditApi->read_audit:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AuditApi->read_audit: %s\n" % e)

Documentation for API Endpoints

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

Class Method HTTP request Description
AuditApi read_audit GET /account/audit Actions for the period
AuthApi change_password POST /account/password Change password
AuthApi run_token_generation POST /account/token/generation Obtaining a token
AuthApi run_token_validation POST /account/token/validation Validating a token
DataApi read_data GET /account/data/{process_code} Reading input data
InfoApi read_info GET /account/info Account information
InfoApi update_info PUT /account/info Account update
QuotaApi read_quota GET /account/quota Obtaining the quotas
StatisticsApi generate_report GET /account/report Report creating
StatisticsApi generate_statistics GET /account/statistics Statistics for the period
SystemApi check GET /account/system/check Checking the availability
SystemApi file GET /account/file/{filename} Getting the documentation
SystemApi version GET /account/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_account-7.42.3500-py3-none-any.whl (106.9 kB view details)

Uploaded Python 3

File details

Details for the file vrt_lss_account-7.42.3500-py3-none-any.whl.

File metadata

File hashes

Hashes for vrt_lss_account-7.42.3500-py3-none-any.whl
Algorithm Hash digest
SHA256 5900c9a3165714f02e70171b615f8d4ab5a8c87070668e098e2f8c431cc5be50
MD5 0ca1e62a5872116b627da5736a27c343
BLAKE2b-256 61f094439a6e83fdbfa0dd9d9f38189f63c772ae0fb2ff8ef2d915800f0693bc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

7.42.3500 This release

1 file

7.42.3498

1 file

7.41.3481

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

7.24.2983

1 file

7.24.2977

1 file

7.23.2926

1 file

7.23.2924

1 file

7.22.2904

1 file

7.21.2852

1 file

7.21.2849

1 file

7.20.2789

1 file

7.19.2779

1 file

7.18.2755

1 file

7.17.2697

1 file

7.16.2673

1 file

7.15.2652

1 file

7.14.2618

1 file

7.13.2613

1 file

7.12.2609

1 file

7.11.2593

1 file

7.10.2580

1 file

7.9.2527

1 file

7.8.2508

1 file

7.7.2501

1 file

7.6.2491

1 file

7.5.2472

1 file

7.4.2469

1 file

7.3.2463

1 file

7.2.2444

1 file

7.1.2439

1 file

7.0.2395

1 file

6.20.2258

1 file

6.20.2252

1 file

6.19.2236

1 file

6.18.2232

1 file

6.17.2224

1 file

6.16.2177

1 file

6.16.2174

1 file

6.15.2142

1 file

6.14.2133

1 file

6.13.2112

1 file

6.12.2101

1 file

6.11.2097

1 file

6.10.2076

1 file

6.9.2071

1 file

6.8.2055

1 file

6.7.2022

1 file

6.6.2006

1 file

6.5.1990

1 file

6.4.1962

1 file

6.3.1926

1 file

6.2.1912

1 file

6.1.1902

1 file

5.12.1836

1 file

5.12.1831

1 file

5.11.1826

1 file

5.8.1766

1 file

5.6.1748

1 file

5.4.1715

1 file

5.3.1702

1 file

5.1.1673

1 file

4.9.1653

1 file

4.9.1651

1 file

4.7.1607

1 file

4.7.1605

1 file

4.7.1601

1 file

4.7.1599

1 file

3.15.183137

1 file

3.12.180165

1 file

3.10.176314

1 file

3.10.176203

1 file

3.10.176173

1 file

3.9.175411

1 file

3.9.172873

1 file

3.8.171175

1 file

3.8.168904

1 file

3.8.168700

1 file

3.8.168680

1 file

3.8.168672

1 file

3.7.167066

1 file

3.6.163909

1 file

3.6.163884

1 file

3.6.163873

1 file

3.6.163569

1 file

3.6.163551

1 file

3.6.163543

1 file

3.6.163438

1 file

3.6.163430

1 file

3.6.163373

1 file

3.6.163087

1 file

3.6.163082

1 file

3.6.163079

1 file

3.6.163073

1 file

3.6.163068

1 file

3.5.162365

1 file

3.5.162359

1 file

3.4.161326

1 file

3.4.161082

1 file

3.4.161005

1 file

3.4.160802

1 file

3.3.160640

1 file

3.3.160628

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