From f6ef9dcc2503e3086ba454e69b2238022e028420 Mon Sep 17 00:00:00 2001 From: Elena Bondarenko <40801241+ebondare@users.noreply.github.com> Date: Mon, 19 Nov 2018 13:39:01 +0100 Subject: [PATCH] Update response json example There's no "volume_profiling_flag" in the response json anymore. It's "volume_profiling_state", and the values are "enabled" and "disabled", not "enable" and "disable". --- docs/clusters.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/clusters.adoc b/docs/clusters.adoc index 2cc9c7b..84ce846 100644 --- a/docs/clusters.adoc +++ b/docs/clusters.adoc @@ -39,7 +39,7 @@ Sample Response "public_network": "", "cluster_network": "", "is_managed": "yes", - "volume_profiling_flag": "enable", + "volume_profiling_state": "enabled", "import_status": "None", "import_job_id": "None", "nodes": [{ @@ -202,7 +202,7 @@ Status: 200 OK "public_network": "", "cluster_network": "", "is_managed": "yes", - "volume_profiling_flag": "enable", + "volume_profiling_state": "enabled", "import_status": "None", "import_job_id": "None", "nodes": [{ @@ -292,7 +292,7 @@ Sample Response "public_network": "", "cluster_network": "", "is_managed": "yes", - "volume_profiling_flag": "enable", + "volume_profiling_state": "enabled", "import_status": "None", "import_job_id": "None", "nodes": [{