| Trees | Indices | Help |
|---|
|
|
method_call module.
This module is used to perform the calls to the AX RESTful interface.
Author: Richard Zhang, A10 Networks (c) e-mail: rzhang@a10networks.com Date : 03/04/2012
|
|||
| AxApiContext | |||
| _XmlList | |||
|
_XmlDict Example usage: |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
REST_URL =
|
|||
AXAPI_DEVICE =
|
|||
AXAPI_SESSION_ID =
|
|||
AXAPI_LOGIN = 0
|
|||
__package__ = Nonehash(x) |
|||
|
|||
Performs the GET/POST calls to the aXAPI REST interface.
Arguments :
method : The name of aXAPI call.
format : (optional) Specify the aXAPI format, json/url. The default is "url".
post_data : (optional) The POST data for the REST create/update/delete transactions.
args : the arguments to pass to the method.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 11:20:20 2013 | http://epydoc.sourceforge.net |