This module allows remote access to SWAMP service. It is basically just a wrapper around suds to workaround some weirdness which SWAMP SOAP interface exposes.
| Parameters: |
|
|---|
Gets online documentation for method.
| Parameters: | name (string) – Name of method |
|---|---|
| Returns: | Documentation for method |
| Return type: | string |
Gets online documentation for all methods.
| Returns: | Documentation for all methods |
|---|---|
| Return type: | dict |
Logins to SWAMP.
This actually only tests whether login information is correct.
| Returns: | None |
|---|
Gets SWAMP property.
| Parameters: | name (string) – Name of property |
|---|---|
| Returns: | Value of property |
| Return type: | string |
Gets the workflows properties.
| Parameters: | id (integer) – Workflow ID. |
|---|---|
| Returns: | Workflow properties. |
Gets all workflows data paths.
| Parameters: | id (integer) – Workflow ID. |
|---|---|
| Returns: | Workflow data paths. |
Gets workflow data bit.
| Parameters: |
|
|---|---|
| Returns: | Workflow data bit value. |
Gets all workflow data bits.
| Parameters: | id (integer) – Workflow ID. |
|---|---|
| Returns: | Workflow data bit values. |
| Return type: | dict |
Efficient wrapper around doGetAllData() and doGetData() to get a data bit. It first tries to use all data, because getting it takes same time as single bit, but the data is cached and reused for next time.
| Parameters: |
|
|---|---|
| Returns: | Workflow data bit value. |
| Return type: | string |
Sets data bit in a workflow.
| Parameters: |
|
|---|---|
| Returns: | None |
Sets data bit in a workflow.
| Parameters: |
|
|---|---|
| Returns: | None |