Shutdown edge host
POSThttps://edge-host-ip:5080/v1/edge-mgmt/edgehosts/current/actions/shutdown
Shutdown edge host
Responses
- 202
- default
(empty)
- application/json
- Schema
- Example (from schema)
Schema
messagestring
{
"message": "string"
}
generic error response
- application/json
- Schema
Schema
string
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X POST 'https://edge-host-ip:5080/v1/edge-mgmt/edgehosts/current/actions/shutdown' \
-H 'Accept: application/json'