From 0293e75bf3166546bcf9a11ff30fd6772130308e Mon Sep 17 00:00:00 2001 From: coldmoment Date: Sat, 3 Jun 2017 14:25:47 +0800 Subject: [PATCH] Update the 'service-list' api-ref Change-Id: I4d7a2b537425c008592b6d1bfa675d17c600e004 --- api-ref/source/mservices.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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