Skip to main content

Provides an API for interfacing with License Manager Simulator

Project description

ContributorsForksStargazersIssuesMIT LicenseDocumentationContact Us

An Omnivector initiative

omnivector-logo

License Manager Simulator

A License management simulator project for testing license integration in user applications.

About The Project

The License Manager Simulator APIis an REST API that simulates a license server data for use in the development of applications which interface to the license servers.

License servers supported:

  • FlexLM
  • RLM
  • LS-Dyna
  • LM-X
  • OLicense

Installation

To install this project, clone the repository and use docker-compose to run it in containers:

$ cd lm-simulator-api
$ docker-compose up

This will create a container for the API, and also a PostgreSQL container for the database.

The API will be available at http://localhost:8000/lm-sim.

Prerequisites

To use the License Manager Simulator API you must have License Manager Simulator scripts deployed together with a running License Manager Agent.

Instructions for this can be found at the License Manager documentation.

Usage

You can add/remove licenses from the license server API using the online interface at http://localhost:8000/lm-sim/docs. This helps you to make requests directly with the browser into the API, with examples.

Make sure the license name in the API matches the feature name of your license in Slurm and in the License Manager API configuration.

For example:

License Manager Simulator API:

{
  "name": "abaqus",
  "type": "flexlm",
  "total": 1000
}

Slurm:

LicenseName=abaqus.abaqus@flexlm
  Total=1000 Used=0 Free=1000 Reserved=0 Remote=yes

License Manager API configuration:

{
  "id": 1,
  "name": "Abaqus",
  "cluster_client_id": "client_id",
  "features": [
    {
      "id": 1,
      "name": "abaqus",
      "product": {
        "id": 1,
        "name": "abaqus"
      },
      "config_id": 1,
      "reserved": 0,
      "total": 0,
      "used": 0,
      "booked_total": 0
    }
  ],
  "license_servers": [
    {
      "id": 1,
      "config_id": 1,
      "host": "localhost",
      "port": 8000
    }
  ],
  "grace_time": 300,
  "type": "flexlm"
}

The API IP address should go into the license server section of the configuration to ensure the scripts can communicate with the API.

License

Distributed under the MIT License. See the LICENSE file for details.

Contact

Email us: Omnivector Solutions

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

license_manager_simulator_api-4.2.3.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

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

license_manager_simulator_api-4.2.3-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file license_manager_simulator_api-4.2.3.tar.gz.

File metadata

  • Download URL: license_manager_simulator_api-4.2.3.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.12.8 Linux/6.8.0-1017-azure

File hashes

Hashes for license_manager_simulator_api-4.2.3.tar.gz
Algorithm Hash digest
SHA256 c38b62bc5cd4e53a9ad4f49b250b4f44f690e58f98ebfb0a55d9088b58b093a7
MD5 191b1fe26319cc1e582f68f5cccf8bb3
BLAKE2b-256 4e9d5f5a7745f445ea649c47a6ceecb5ab3dd8130e60315d92a51976d7ee7e63

See more details on using hashes here.

File details

Details for the file license_manager_simulator_api-4.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for license_manager_simulator_api-4.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c27a0eefbd8591f38303605c06ff8108d04fcd6a7b035b2cf71eb8f64bbe3bd2
MD5 de1baed967de363a956af8c32d492db8
BLAKE2b-256 9cc140499d1709a9eaa915f72e400f87d420e53117a3f3a7c70cf93aaa944706

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