Skip to content

CiscoAandI/PySXO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySXO

Note: This SDK is beta and is supported at best-effort. Please raise issues as you find them. Pull requests are more than welcome.

A Python SDK for SecureX Orchestrator (SXO)

Quickstart

from PySXO import SXOClient

sxo = SXOClient(
    client_id=secrets['client_id'],
    client_password=secrets['client_password'],
    dry_run=False
)

workflows = sxo.workflows

About

A Python SDK for SecureX Orchestrator (SXO)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages