Cloud API Introduction
From SymetriQ_KB
Introduction
- This guide is intended for anyone who want to automate their Virtual Data Centers (VDCs) for SymetriQ Cloud Services.
- This Cloud API has several methods and any type is very easy to understand and use, so even if you are not familiar with programming concepts or languages, you should read on.
- The Cloud API service allows you to create your own data center by just sending structured messages to the cloud service.
- Two communication protocols are also available: you may prefer to use HTTP (REST) or XML RPC.
API Methods
- REST: Uses JSON (JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easily humans-readable and quite simple to write.)
- XML/RPC: standard method most used with webservices.
