Skip to main content

Robolytix is the key online analytic and monitoring tool for Business / Robotic Process Automation.

Project description

Robolytix Package

Robolytix is the key online analytic and monitoring tool for Robotic Process Automation using Sonar technology to evaluate, audit, monitor and improve performance of robots operating in any application, RPA platform or custom solution. Manage your RPA projects effectively with exact KPIs. Visualise your whole process at one place.

For more information, please visit https://www.robolytix.com/

Requirements

Python 3.4+

Installation & Usage

pip install

You can install the Robolytix client package from PyPI

pip install robolytix

(you may need to run pip with root permission: sudo pip install robolytix)

Then import the package:

import robolytix 

Setuptools

Install via Setuptools. You need to checkout package from Github https://github.com/robolytix/robolytix-sdk.git and step into Python directory.

python setup.py install --user

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

Then import the package:

import robolytix

Getting Started

Please follow the installation procedure and then run the following:

from __future__ import print_function
import time
import robolytix
from robolytix.rest import ApiException
from pprint import pprint

# Configure API key authorization: api_key
configuration = robolytix.Configuration()
configuration.api_key['Authorization'] = 'YOUR_API_KEY'

# create an instance of the API class
api_instance = robolytix.CommonApi(robolytix.ApiClient(configuration))

try:
    # Account details
    api_response = api_instance.account()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling CommonApi->account: %s\n" % e)

# Configure API key authorization: api_key
configuration = robolytix.Configuration()
configuration.api_key['Authorization'] = 'YOUR_API_KEY'

# create an instance of the API class
api_instance = robolytix.CommonApi(robolytix.ApiClient(configuration))

try:
    # Ping
    api_response = api_instance.ping()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling CommonApi->ping: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.robolytix.com/v1

Class Method HTTP request Description
CommonApi account GET /account Account details
CommonApi ping GET /ping Ping
DefaultApi listprocesses GET /listprocesses List processes
DefaultApi listtypes GET /listtypes List types
DefaultApi sonar POST /messages Sonar

Documentation For Models

Documentation For Authorization

api_key

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Author

Project details


Download files

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

Source Distribution

robolytix-0.2.1.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

robolytix-0.2.1-py3-none-any.whl (37.2 kB view hashes)

Uploaded Python 3

Supported by

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