NSX Autonomous Edge REST API

Read NSX Edge Docker service status

Checks the status of dockerd process on the Edge.
If dockerd process is running, returns "running",
returns "stopped" otherwise.

Request:

Method:
GET
URI Path(s):
/node/services/docker/status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeServiceStatusProperties+

Example Response:

{ "_schema": "NodeServiceStatusProperties", "_self": { "href": "/node/services/docker/status", "rel": "self" }, "pids": [ 21661 ], "runtime_state": "running" }

Required Permissions:

read

Feature:

system_administration

Additional Errors: