Client API Library for the Fujitsu Global Cloud Platform (FGCP)
Reason this release was yanked:
deprecated
Project description
using XML-RPC API Version 2012-02-18
Using this library
If you already have access to the Fujitsu Global Cloud Platform (FGCP), have a look at the demo script:
**Usage:** fgcp_demo.py [pem_file] [region]
If not, register on one of the Service Portals from the list below. Afterwards, you can access your resources via command-line scripts, web interfaces etc. as you prefer.
# Connect with your client certificate to region 'uk'
from fgcp.resource import FGCPVDataCenter
vdc = FGCPVDataCenter('client.pem', 'uk')
# Do typical resource actions
vsystem = vdc.get_vsystem('Python API Demo System')
vsystem.show_status()
for vserver in vsystem.vservers:
result = vserver.backup(wait=True)
...
Note: this client API library provides higher-level Client Methods, intermediate Resource Actions and lower-level API Commands.
Fujitsu Global Cloud Platform (FGCP)
Service Portal:
for Australia and New Zealand: http://globalcloud.fujitsu.com.au/
for Central Europe (CEMEA&I): http://globalcloud.de.fujitsu.com/
for Japan: http://oviss.jp.fujitsu.com/
for Singapore, Malaysia, Indonesia, Thailand and Vietnam: http://globalcloud.sg.fujitsu.com/
for the UK and Ireland: http://globalcloud.uk.fujitsu.com/
for the Americas: http://globalcloud.us.fujitsu.com/
Requirements
This module uses gdata.tlslite.utils to create the key signature, see http://code.google.com/p/gdata-python-client/ for download and installation
Note: to convert your .p12 or .pfx client certificate to unencrypted PEM format, you can use the following ‘openssl’ command:
openssl pkcs12 -in UserCert.p12 -out client.pem -nodes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fgcp-client-api-1.3.2.zip
.
File metadata
- Download URL: fgcp-client-api-1.3.2.zip
- Upload date:
- Size: 378.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
378cfe1bf363920aba1e7d12445c319bf4be2f0c6652acb76696d1cfea7656bd
|
|
MD5 |
d03669990539b4ea2bfb5216ebb03ac1
|
|
BLAKE2b-256 |
e13871aed28580d97f65e4f356e3da4f57bd4037aeac5c9b31ed94a527952691
|
File details
Details for the file fgcp_client_api-1.3.2-py2.7.egg
.
File metadata
- Download URL: fgcp_client_api-1.3.2-py2.7.egg
- Upload date:
- Size: 103.3 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3269bb60dac04bf90eeafd71877a95e59971226908a367fe25e25b0551d8b176
|
|
MD5 |
d66392732d069ffee5325e676aa31660
|
|
BLAKE2b-256 |
e37998f32f64054aa2ea74c30809905de313527e4e240c667bfb7548edfe3f16
|