anc-describe-plan - describes available cloud server plans to build Cloud Servers with from the
Contents
Description
anc-describe-plan This method enables the client to retrieve a list of available cloud server plans,
narrow the listing down optionally by server platform (Windows, Linux, etc ), or get information about
just one specific plan (e.g. G2.2GB).
Name
anc-describe-plan - describes available cloud server plans to build Cloud Servers with from the
Atlantic.Net Cloud.
See Also
https://www.atlantic.net/docs/api
Synopsis
anc-describe-plan [Format=[json|xml]] [plan_name=[Plan]] [platform=[linux|windows]]
INPUT
Format=[json|xml]
The Format parameter will determine how the output of the action is formatted. You can format output
results in JSON or XML. Default is JSON.
plan_name=[Plan]
Determines the plan. A list of all avaiable plans can be obatined by calling describe plan without
specifying a specific plan or platform.
platform=[linux|windows]
Determines the platform type. Either windows or linux.
