diff --git a/api-ref/source/mservices.inc b/api-ref/source/mservices.inc index b8f0d40d1a..208e2f1e1f 100644 --- a/api-ref/source/mservices.inc +++ b/api-ref/source/mservices.inc @@ -4,14 +4,14 @@ Manage Magnum service ===================== -Show container infrastructure management service status +List container infrastructure management services ======================================================= .. rest_method:: GET /v1/mservices -Enables administrative users to view details for all Magnum services. +Enables administrative users to list all Magnum services. -Container infrastructure service status details include service id, binary, +Container infrastructure service information include service id, binary, host, report count, creation time, last updated time, health status, and the reason for disabling service. @@ -46,4 +46,4 @@ Response Example ---------------- .. literalinclude:: samples/mservice-get-resp.json - :language: javascript \ No newline at end of file + :language: javascript