Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

apiv1 system shutdown

Travis CI edited this page Jan 9, 2018 · 1 revision
Parameter Value
Author TestEngine
Version 0.2.0-dev.0
Status Implemented

system

SHUTDOWN /apiv1/system

Role: Admin

Status:

401 Unauthorized

Response Headers:

Content-Type: application/json; charset=utf-8
Content-Length: 85

Response Body:

{"message":"Unauthorized","description":"No permission -- see authorization schemes"}

SHUTDOWN /apiv1/system

Role: Admin

Status:

200 OK

Response Headers:

X-Identity: 1
Content-Type: application/json; charset=utf-8
Content-Length: 4

Response Body:

{

}