Skip to content

IxSuitestore sample scripts. The scripts are written in Python and exercise the REST API of IxSuitestore app.

Notifications You must be signed in to change notification settings

OpenIxia/IxSuiteStore

Repository files navigation

IxSuiteStore

IxSuiteStore exposes a REST API to facilitate automation of its features via scripting. The REST API provided by IxSuiteStore follows the Ixia REST API v1 standard. In addition to the normal CRUD operations available via the HTTP POST, GET, PATCH, and DELETE methods, respectively, the standard defines a mechanism for invoking long-running operations (a.k.a. Async operations). These operations can be initiated with a POST which then returns an URL by which the status of the operation can be polled. In IxSuiteStore, all methods are invoked by this Async operation mechanism. Most methods will return a result of SUCCESS, ERROR, or EXCEPTION right away, but any asynchronous operation call may return an IN_PROGRESS result and require polling the accompanying status URL until the result is available.

For more details, please review the IxSuiteStoreUserGuide.pdf included in the IxSuiteStore app.

About

IxSuitestore sample scripts. The scripts are written in Python and exercise the REST API of IxSuitestore app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages