| |
- fgcp.FGCPError(exceptions.Exception)
-
- FGCPResponseError
- future.types.newobject.newobject(__builtin__.object)
-
- FGCPConnection
-
- FGCPProxyServer
- FGCPResponseParser
class FGCPConnection(future.types.newobject.newobject) |
|
FGCP XML-RPC Connection |
|
- Method resolution order:
- FGCPConnection
- future.types.newobject.newobject
- __builtin__.object
Methods defined here:
- __init__(self, key_file='client.pem', region='de', verbose=0, debug=0, conn=None)
- Use the same PEM file for SSL client certificate and RSA key signature
Note: to convert your .p12 or .pfx file to unencrypted PEM format, you can use
the following 'openssl' command:
openssl pkcs12 -in UserCert.p12 -out client.pem -nodes
- __repr__(self)
- add_param(self, key=None, value=None, depth=0)
- close(self)
- connect(self)
- do_action(self, action, params=None, attachments=None)
- Send the XML-RPC request and get the response
- get_accesskeyid(self)
- # see com.fujitsu.oviss.pub.OViSSSignature
- get_body(self, action, params=None, attachments=None)
- get_headers(self, attachments=None)
- get_signature(self, acc=None)
- # see com.fujitsu.oviss.pub.OViSSSignature
- receive(self)
- send(self, method, uri, body, headers)
- set_conn(self, conn)
- set_key(self, key_string)
- set_region(self, region)
Data and other attributes defined here:
- api_version = '2015-01-30'
- debug = 0
- key_file = 'client.pem'
- locale = 'en'
- region = 'de'
- timezone = 'Central European Time'
- uri = '/ovissapi/endpoint'
- user_agent = 'OViSS-API-CLIENT'
- verbose = 0
Methods inherited from future.types.newobject.newobject:
- __long__(self)
- __native__(self)
- Hook for the future.utils.native() function
- __nonzero__(self)
- __unicode__(self)
- next(self)
Data descriptors inherited from future.types.newobject.newobject:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class FGCPProxyServer(FGCPConnection) |
|
FGCP XML-RPC Proxy Server |
|
- Method resolution order:
- FGCPProxyServer
- FGCPConnection
- future.types.newobject.newobject
- __builtin__.object
Methods inherited from FGCPConnection:
- __init__(self, key_file='client.pem', region='de', verbose=0, debug=0, conn=None)
- Use the same PEM file for SSL client certificate and RSA key signature
Note: to convert your .p12 or .pfx file to unencrypted PEM format, you can use
the following 'openssl' command:
openssl pkcs12 -in UserCert.p12 -out client.pem -nodes
- __repr__(self)
- add_param(self, key=None, value=None, depth=0)
- close(self)
- connect(self)
- do_action(self, action, params=None, attachments=None)
- Send the XML-RPC request and get the response
- get_accesskeyid(self)
- # see com.fujitsu.oviss.pub.OViSSSignature
- get_body(self, action, params=None, attachments=None)
- get_headers(self, attachments=None)
- get_signature(self, acc=None)
- # see com.fujitsu.oviss.pub.OViSSSignature
- receive(self)
- send(self, method, uri, body, headers)
- set_conn(self, conn)
- set_key(self, key_string)
- set_region(self, region)
Data and other attributes inherited from FGCPConnection:
- api_version = '2015-01-30'
- debug = 0
- key_file = 'client.pem'
- locale = 'en'
- region = 'de'
- timezone = 'Central European Time'
- uri = '/ovissapi/endpoint'
- user_agent = 'OViSS-API-CLIENT'
- verbose = 0
Methods inherited from future.types.newobject.newobject:
- __long__(self)
- __native__(self)
- Hook for the future.utils.native() function
- __nonzero__(self)
- __unicode__(self)
- next(self)
Data descriptors inherited from future.types.newobject.newobject:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|