Skip to main content

Jarvice API Python Client for Nimbix, Inc.

Reason this release was yanked:

superceded

Project description

The Jarvice CLI by Nimbix, Inc. This consists of two components:

  • Python API for programmatically accessing https://api.jarvice.com
  • jarviceclient, a command-line tool for calling the API

For more information and the full API documentation, see https://api.jarvice.com.

The easiest way to get set up:

Create ~/.jarvice.cfg with the following contents:

[auth]
username: username
apikey: apikey-from-portal

The JARVICE CLI

Installation

The easiest way to install is directly from PyPI

pip install --user jarviceclient

If the installation was successful, you should have an executable called jarvice_cli in your path after installing the jarviceclient package.

Interacting with Jobs

Launching a job

Launch a job from the portal and save the JSON to job.json. To launch it again, do the following:

jarvice_cli submit -j job.json

List a summary of your jobs

jarvice_cli summary

See the output/error of a currently running job

jarvice_cli tail -number <jobnumber>

See the output of a job that has ended

jarvice_cli output -number <jobnumber>

Get connection details (address, password)

jarvice_cli connect -number <jobnumber>

Cleanly shutdown a job (with shutdown signal)

jarvice_cli shutdown -number <jobnumber>

Force termination of a job (like kill -9)

jarvice_cli terminate -number <jobnumber>

Get the stats on your job

jarvice_cli info -number <jobnumber>

Get the status of your job

jarvice_cli status -number <jobnumber>

Perform a configured action on your job

jarvice_cli action -number <jobnumber> -action <action>

Get a list of currently running jobs

jarvice_cli jobs

Cleanly shutdown all currently running jobs

jarvice_cli shutdown_all

Force termination of a job (like kill -9)

jarvice_cli terminate_all

Wait for a job to end

jarvice_cli wait_for -number <jobnumber>

Data Management for JARVICE Storage Vault

The default is drop.jarvice.com, for the Nimbix public cloud

Upload

jarvice_cli download -drop <source> -local <destination> [-storage <vault name>]

Upload file or directory to drop.jarvice.com

jarvice_cli upload -local <source> -drop <destination>

Upload file or directory to an alternate vault

jarvice_cli upload -local <source> -drop <destination> -storage altvault.jarvice.com

List files on drop.jarvice.com

jarvice_cli ls or jarvice_cli ls -d <remote_dir>

List files on an alternate vault

jarvice_cli ls -d <remote_dir> -storage altvault.jarvice.com

Querying JARVICE Options

See the available apps and a schema describing inputs

jarvice_cli apps

Query available machine types

jarvice_cli machines

JarviceAPI

JarviceAPI contains a Client and AuthenticatedClient for interacting with https://api.jarvice.com

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

jarviceclient-1.0.2.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

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

jarviceclient-1.0.2-py2.py3-none-any.whl (17.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file jarviceclient-1.0.2.tar.gz.

File metadata

  • Download URL: jarviceclient-1.0.2.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.17

File hashes

Hashes for jarviceclient-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ef0f2431f4d9c17f4baf446b5ff241784f1edb7b7a702ea2610d37ed97d07336
MD5 8ab311d67e38acb36d2947b7bb63f9d9
BLAKE2b-256 1aaa15a0cb1795356a9ed769b04511adb9e5339b6dd138041f3a905d1a53feba

See more details on using hashes here.

File details

Details for the file jarviceclient-1.0.2-py2.py3-none-any.whl.

File metadata

  • Download URL: jarviceclient-1.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.17

File hashes

Hashes for jarviceclient-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1aec791c9a6289d81cbbd390cbb548e2a3cae724c7818ee632cabd5a5dd7b1f1
MD5 51e9e0b0a14e820d44991a3ff8c6e06c
BLAKE2b-256 d3c15f25f03c68f02701da7b443970b877bd2216a683805e10418e11b35c82a1

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