summaryrefslogtreecommitdiffstats
path: root/docs/Chapter7
diff options
context:
space:
mode:
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