From a3e1f009032c64fb27ed6ba1997d668d36c95dbf Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Tue, 23 Jul 2019 19:05:45 +0000 Subject: VNFRQTS - Fixing Healthcheck API in Ch 7 Issue-ID: VNFRQTS-673 Signed-off-by: Hagop Bozawglanian Change-Id: Ib4ba1decc2828de904fd1bb81d46ad4587326a49 --- docs/Chapter7/Configuration-Management.rst | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to 'docs') diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst index 943f200..9a4af66 100755 --- a/docs/Chapter7/Configuration-Management.rst +++ b/docs/Chapter7/Configuration-Management.rst @@ -1056,25 +1056,19 @@ or unhealthy response: .. code-block:: java - { - "identifier": "scope represented", - "state": "healthy", - "time": "01-01-1000:0000" - } + { + "identifier":"VNF", + "state":"healthy", + "time":"2018-11-28 22:39:00.809466" + }, - { - "identifier": "scope represented", - "state": "unhealthy", - {[ - "info": "System threshold exceeded details", - "fault": - { - "cpuOverall": 0.80, - "cpuThreshold": 0.45 - } - ]}, - "time": "01-01-1000:0000" - } + { + "identifier":"VNF", + "state":"unhealthy", + "info":"There are stopped processes or VNF is not ready, may be quiesced or frozen.", + "fault":"VNF mtn23comx8000v not ready for service.", + "time":"2018-11-30 05:47:48.655959" + } Chef Standards and Capabilities -- cgit 1.2.3-korg