Quali API PowerShell Wrapper #1490
Quali-Community
started this conversation in
Integrations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quali API PowerShell Wrapper
**Originally by Tomer.a** Quali API PowerShell Wrapper is a PowerShell module that allows the user to use Quali API as a REST service directly from PowerShell console. for more information about how to configure and how to use, visit GitHubRepository
README.md
Name
Quali-API-PowerShell-Wrapper
Owner
QualiSystems
Type
Shell
Category
Orchestration
Min. Compatible CloudShell Version
6.4 7.0 7.1
Quali-API-PowerShell-Wrapper
Installation
Open command line and copy those lines:
Commands
Login
Get queued jobs
Get-QueuedJobs
Get running jobs
Get-RunningJobs
Get job details by job id
Stop job by job id
Get job details for the first queued job
Get suite details by Suite Id
Get suite status by Suite Id
Get Suite Template Details by suite template name as json result
Enqueue suite by suite name - returns the suite id
Enqueue custom suite by suite name and json input (see json examples in the api documentation) - returns the suite id
Stop suite by suite id
All Get commands support -AsJson switch. This switch will output the command result in a Json format and not as Powershell object
Example:
Have fun :-)
* Please allow 30-60 seconds for manual update changes to take effect.
Quali 06/20/2016 11:09 AM
· 188 ·
Beta Was this translation helpful? Give feedback.
All reactions