Back to top
 
 
 

Sending Accelerite CloudPlatform APIs

The API access to Accelerite CloudPlatform that CloudPortal Business Manager (CPBM) manages is enabled by proxying API request through the CPBM server. This section provides the syntax for sending API calls to cloud endpoints.

The API endpoint to access CloudPlatform APIs through the API proxy is as follows:
http://<Hostname of the CPBM server>:<port>/portal/client/apis/<API Proxy suffix name>/?command=<CloudPlatform API command>&apiKey=<CloudPlatform API key>&response=<json or xml>&timestamp=<Timestamp>&signature=<Signature>
Refer to Adding an instance to the CloudPlatform service for information on the API Proxy suffix name parameter.

All the parameters specified to the API proxy are forwarded to the specific CloudPlatform server.

For more information on each API parameter, see CloudPlatform Developer's guide and API Reference.

 

Comments