ServerActionStart

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 +
=='''POST''' /servers/'''id'''/action==
 
The start action is used for starting a [[Server]]. Starting a stopped server will change its status from STOPPED to ACTIVE.
 
The start action is used for starting a [[Server]]. Starting a stopped server will change its status from STOPPED to ACTIVE.
  
='''POST''' /servers/'''id'''/action=
+
=== Parameters ===
 
+
== Parameters ==
+
 
; id
 
; id
 
: The unique identifier of the server to reboot.
 
: The unique identifier of the server to reboot.
  
=== JSON ===
+
==== JSON ====
 
  <nowiki>
 
  <nowiki>
 
{
 
{
Line 13: Line 12:
 
}</nowiki>
 
}</nowiki>
  
== Response Codes ==
+
=== Response Codes ===
 
; Success:  
 
; Success:  
 
:''HTTP/1.1 202 Accepted'' : The request is accepted for processing.
 
:''HTTP/1.1 202 Accepted'' : The request is accepted for processing.
Line 24: Line 23:
 
: ''HTTP/1.1 409 Conflict'' : Other status change in progress.
 
: ''HTTP/1.1 409 Conflict'' : Other status change in progress.
  
 
+
[[Category:Hostway API]]
[[Category:API]]
+
[[Category:FlexCloud Server API]]
  
 
<!--  THIS CODE ENABLES DISQUS COMMENTS ON THE PAGE - DELETE TO DISABLE COMMENTING-->
 
<!--  THIS CODE ENABLES DISQUS COMMENTS ON THE PAGE - DELETE TO DISABLE COMMENTING-->

Revision as of 17:44, 14 December 2012

Contents

POST /servers/id/action

The start action is used for starting a Server. Starting a stopped server will change its status from STOPPED to ACTIVE.

Parameters

id
The unique identifier of the server to reboot.

JSON

{
   "os-start": null
}

Response Codes

Success
HTTP/1.1 202 Accepted : The request is accepted for processing.
Failure
HTTP/1.1 400 Bad Request : An error occurred.
HTTP/1.1 401 Unauthorized : This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
HTTP/1.1 404 Not Found : The resource requested is not found.
HTTP/1.1 405 Method Not Allowed : The requested action is not supported.
HTTP/1.1 409 Conflict : Other status change in progress.


blog comments powered by Disqus


Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox