List ISO Images

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
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Boot Virtual Server

vserver-boothttps://documentation.solusvm.com/display/DOCS/Boot+Virtual+Server

Change Boot Order

vserver-bootorderhttps://documentation.solusvm.com/display/DOCS/Change+Boot+Order

Change Hostname

vserver-hostnamehttps://documentation.solusvm.com/display/DOCS/Change+Hostname

Change Root Password

vserver-rootpasswordhttps://documentation.solusvm.com/display/DOCS/Change+Root+Password

Change VNC Password

vserver-vncpasshttps://documentation.solusvm.com/display/DOCS/Change+VNC+Password