Skip to main content

VRt.Account [AC]

Project description

vrt_lss_account

Description

Veeroute Account Panel.

Usage metrics

Service usage metrics are calculated for each client for each process type. These metrics can be accessed in your personal account or using the api method.

The metrics are described by the following object:

<SchemaDefinition schemaRef="#/components/schemas/process_statistics" />

Entity relationship diagram

erd

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 7.35.3290
  • Package version: 7.35.3290
  • Generator version: 7.17.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

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-04-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-04-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

Project details


Release history Release notifications | RSS feed

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.35.3290-py3-none-any.whl (107.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vrt_lss_account-7.35.3290-py3-none-any.whl
Algorithm Hash digest
SHA256 12885afef80c2f8288b2561853fd5f78b249006f37e2f157b15f8096ab7082f1
MD5 ca7efb6303a0f3ea908e2faf209e218f
BLAKE2b-256 0eb291f6a90f76f1baa8f2cb75593858ee43e0b4a88758226dc29a5b4c067ad7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page