List VPS packages Print

  • 0

vpsPackages

Purpose

List available VPS packages.

Attributes

Optional Atributes

  • gid - Groupd ID

Example Command

$postfields = array();
$postfields["responsetype"] = "json";

$postfields["action"] = "vpsPackages";

$result = mikrovps_SendCommand( $postfields );

Successful Response

result - success
totalresults - number of results
products - array()

Was this answer helpful?

« Back