List ISO Images Print

  • 0

vpsListISO

Purpose

This command is used to cancel a pending order in the system.

Attributes

  • type - "xen hvm", "kvm

Example Command

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

$postfields["action"] = "vpsListISO";
$postfields["type"] = "xen hvm";

$result = mikrovps_SendCommand( $postfields );

Successful Response

status - success
iso - iso1,iso2,iso3

Error Response

status=error
statusmsg=ERROR MESSAGE

Was this answer helpful?

« Back