ServerSnapshotActionRestore

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
m (1 revision)
m (1 revision: Release 111)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
The stop action is used for stopping a [[Server]]. Stopping a server changes its status from ACTIVE to STOPPED.
 
The stop action is used for stopping a [[Server]]. Stopping a server changes its status from ACTIVE to STOPPED.
  
='''POST''' /servers/'''server_id'''/snapshots/'''snapshot_id'''/action=
+
='''POST''' /accounts/''{accountId}''/flexcloud/servers/''{server_id}''/snapshots/''{snapshot_id}''/actions=
  
 
== Parameters ==
 
== Parameters ==
 +
; accountId - ''string''
 +
: The selected account Id.
 +
 
; server_id
 
; server_id
 
: The unique identifier of the server to be restored.
 
: The unique identifier of the server to be restored.
Line 25: Line 28:
 
: ''HTTP/1.1 404 Not Found'' : The resource requested is not found.
 
: ''HTTP/1.1 404 Not Found'' : The resource requested is not found.
  
{{disqus}}
+
== Alternative URI /servers/{server_id}/snapshots/{snapshot_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/{server_id}/snapshots/{snapshot_id}/action</code>
 +
 
 
[[Category:Hostway API]]
 
[[Category:Hostway API]]
 
[[Category:FlexCloud Server API]]
 
[[Category:FlexCloud Server API]]

Latest revision as of 12:11, 18 September 2015

The stop action is used for stopping a Server. Stopping a server changes its status from ACTIVE to STOPPED.

Contents

[edit] POST /accounts/{accountId}/flexcloud/servers/{server_id}/snapshots/{snapshot_id}/actions

[edit] Parameters

accountId - string
The selected account Id.
server_id
The unique identifier of the server to be restored.
snapshot_id
The unique identifier of the server snapshot to restore

[edit] JSON

{
   "action": "restore"
}

[edit] 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.

[edit] Alternative URI /servers/{server_id}/snapshots/{snapshot_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/{server_id}/snapshots/{snapshot_id}/action

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox