summaryrefslogtreecommitdiffstats
path: root/docs/Chapter7
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-07-23 19:05:45 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-07-23 19:05:45 +0000
commita3e1f009032c64fb27ed6ba1997d668d36c95dbf (patch)
tree40e7fedcd561807ebfb68ff1bcef984b20b00bd1 /docs/Chapter7
parentf332de2925d947c2c6450a5b45cd2e15be3c2962 (diff)
VNFRQTS - Fixing Healthcheck API in Ch 7
Issue-ID: VNFRQTS-673 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ib4ba1decc2828de904fd1bb81d46ad4587326a49
Diffstat (limited to 'docs/Chapter7')
-rwxr-xr-xdocs/Chapter7/Configuration-Management.rst30
1 files changed, 12 insertions, 18 deletions
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