aboutsummaryrefslogtreecommitdiffstats
path: root/docs/platform/cli-userguide/VFC_part/index.rst
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-09-29 17:09:59 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-09-29 17:10:06 +0800
commitc855e6604cd37c028936dada1e282823c9fdabb7 (patch)
tree4a98fb08558666d70795312fbc98f4680989e25c /docs/platform/cli-userguide/VFC_part/index.rst
parent3c8c20ec43b670acc0e185c448b87c5f5b4e3db0 (diff)
update part of cli command guide about vfc test
Change-Id: I1a49e5bd1ed7ec189b19027c5ca6a9613540c361 Issue-ID: VFC-1524 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docs/platform/cli-userguide/VFC_part/index.rst')
-rw-r--r--docs/platform/cli-userguide/VFC_part/index.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/platform/cli-userguide/VFC_part/index.rst b/docs/platform/cli-userguide/VFC_part/index.rst
index 322dbc2f..d92c4257 100644
--- a/docs/platform/cli-userguide/VFC_part/index.rst
+++ b/docs/platform/cli-userguide/VFC_part/index.rst
@@ -73,3 +73,21 @@ Cli VFC part Command Guide
On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
For example:
'oclip vfc-nslcm-delete -m {} -c {}'.format(parameters["vfc-url"], ns_instance_id)
+
+
+5. VFC nslcm get
+----------------
+
+::
+
+ usage: oclip vfc-nslcm-get
+ vfc nsclm get the status of creating ns
+ Options:
+ [-m | --host-url] [-C | --no-catalog] [-f | --format]
+ [-h | --help] [-V | --verify] [-t | --no-title]
+ [-d | --debug] [-v | --version] [-s | --long]
+ [-D | --context] [-c | --ns-instance-id]
+ Error:
+ On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
+ For example:
+ 'oclip vfc-nslcm-delete -m {} -c {}'.format(parameters["vfc-url"], ns_instance_id)