Server Check Install

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
Line 1: Line 1:
The check install command will return the step name and progress percentage of a [[Dedicated Server]], [[Dynamic Server]] or [[Virtual Machine|virtual machine]] that is currently being [[glossary#provision|provisioned]].
+
The [[Server|server]] check install command will return the step name and progress percentage of a [[Dedicated Server]], [[Dynamic Server]] or [[Virtual Machine|virtual machine]] that is currently being [[glossary#provision|provisioned]].
 
==Path==
 
==Path==
 
*/server/checkinstall/{$serverid}
 
*/server/checkinstall/{$serverid}
  
 
==Method==
 
==Method==
*[[GET]]
+
*[[glossary#get|GET]]
  
 
==Availability==
 
==Availability==

Revision as of 20:55, 19 March 2012

The server check install command will return the step name and progress percentage of a Dedicated Server, Dynamic Server or virtual machine that is currently being provisioned.

Contents

Path

  • /server/checkinstall/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [step] => Step  the server setup is on.
    [progress] => Progress percentage
    [position] => Step number the server setup is on.
    [steps] => An object listing all the steps, varies between server type.
  )
)
Personal tools