ServerActionResize

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
m (1 revision: Release 86)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
The resize action changes the [[Flavor]] of a [[Server]].
 
The resize action changes the [[Flavor]] of a [[Server]].
  
='''POST''' /servers/'''id'''/action=
+
='''POST''' /accounts/''{accountId}''/flexcloud/servers/''{id}''/action=
  
 
== Parameters ==
 
== Parameters ==
 +
; accountId - ''string''
 +
: The selected account Id.
 +
 
; id
 
; id
 
: The unique identifier of the server to be resized.
 
: The unique identifier of the server to be resized.
Line 30: Line 33:
 
: ''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 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 403 Forbidden'' : This server cannot be resized.
 
: ''HTTP/1.1 403 Forbidden'' : This server cannot be resized.
 +
: ''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 405 Method Not Allowed'' : The requested action is not supported.
 
: ''HTTP/1.1 500 Internal Server Error'' : Unknown error was raised while processing your request.
 
: ''HTTP/1.1 500 Internal Server Error'' : Unknown error was raised while processing your request.
 
: ''HTTP/1.1 503 Service Unavailable'' : Selected profile is unavailable.
 
: ''HTTP/1.1 503 Service Unavailable'' : Selected profile is unavailable.
 +
 +
== Alternative URI /servers/{id}/action ==
 +
An alternative way to execute this call is to omit the ''accountId'' portion of the URI. In this case the system assumes the request is executed for the account identified in the [[Authentication|authorization header]].
 +
 +
<code>POST /servers/{id}/action</code>
  
 
[[Category:Hostway API]]
 
[[Category:Hostway API]]
 
[[Category:FlexCloud Server API]]
 
[[Category:FlexCloud Server API]]

Latest revision as of 12:00, 11 October 2013

The resize action changes the Flavor of a Server.

Contents

[edit] POST /accounts/{accountId}/flexcloud/servers/{id}/action

[edit] Parameters

accountId - string
The selected account Id.
id
The unique identifier of the server to be resized.

[edit] Request

[edit] JSON

{
   "resize" :
      {
         "flavor":
            {
               "id":"{flavor_id}"
            }
      }
}
id - string
The id of the flavor to use.

[edit] Response Codes

Success
HTTP/1.1 202 Accepted : The request is accepted for processing.
Failure
HTTP/1.1 400 Bad Request : Server already uses this flavor.
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 403 Forbidden : This server cannot be resized.
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 500 Internal Server Error : Unknown error was raised while processing your request.
HTTP/1.1 503 Service Unavailable : Selected profile is unavailable.

[edit] Alternative URI /servers/{id}/action

An alternative way to execute this call is to omit the accountId portion of the URI. In this case the system assumes the request is executed for the account identified in the authorization header.

POST /servers/{id}/action

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox