Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

IBM/ecxclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECX Client

This project aims to build a Python client for Catalogic Software's ECX product.

This repo holds two components.

  • An SDK that can be used by anyone interested in integrating ECX operations in their workflow.
  • A command line utility with which ECX operations can be performed.

Installation

$ pip install ecxclient

Usage

$ ecxcli --help

# This connects to ECX on localhost.
$ ecxcli --user admin --passwd <PASSWORD> job list

# To connect to a different host. Default user is "admin".
$ ecxcli --url https://1.2.3.4:8443 --passwd <PASSWORD> job list

Notes

  • After a successful login, the command "remembers" the login session so there is no need to pass user name and password with every run.

Known Issues

  • When "https" URL is used, there are some warnings displayed on the console. We need to find a way to get rid of them.
  • Need to add job session cleanup actions to the JobAPI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages