ServerSnapshotActionRestore
(Difference between revisions)
Mike.robski (Talk | contribs) |
Mike.robski (Talk | contribs) m (1 revision) |
||
(One intermediate revision by one user not shown) | |||
Line 25: | Line 25: | ||
: ''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}} | ||
[[Category:Hostway API]] | [[Category:Hostway API]] | ||
[[Category:FlexCloud Server API]] | [[Category:FlexCloud Server API]] |
Revision as of 09:24, 24 May 2013
The stop action is used for stopping a Server. Stopping a server changes its status from ACTIVE to STOPPED.
Contents |
POST /servers/server_id/snapshots/snapshot_id/action
Parameters
- server_id
- The unique identifier of the server to be restored.
- snapshot_id
- The unique identifier of the server snapshot to restore
JSON
{ "action": "restore" }
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.