diff options
author | XingXiaocheng <xingxiaocheng@huawei.com> | 2018-03-26 06:54:06 +0000 |
---|---|---|
committer | XingXiaocheng <xingxiaocheng@huawei.com> | 2018-03-26 06:54:06 +0000 |
commit | d87a3424ffd1c267b27fac19b2930f841bd7b811 (patch) | |
tree | 0d46ea8d1c2f7282e9c6b2444204820a2636a158 /products/onap-beijing/features | |
parent | c8114fe928e3a6c48ea02fa8e2a168f7102f770b (diff) |
update pnf yaml
Issue-ID: CLI-93
Change-Id: I215f6b871aca1431234e2bbb68125a5009c9eec0
Signed-off-by: xingxiaocheng <xingxiaocheng@huawei.com>
Diffstat (limited to 'products/onap-beijing/features')
-rw-r--r-- | products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml index bb5f4331..3609e0bc 100644 --- a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml @@ -73,7 +73,7 @@ http: method: PUT
context:
remove_empty_node: true
- body: '{"pnf-name": "${pnf-name}" ,"pnf-id": "${pnf-id}","equip-type": "${equip-type}","equip-vendor": "${equip-vendor}","in-maint": "${in-maint}","prov-status": "${prov-status}","relationship-list": ["${relationship}"]}'
+ body: '{"pnf-name": "${pnf-name}" ,"pnf-id": "${pnf-id}","equip-type": "${equip-type}","equip-vendor": "${equip-vendor}","in-maint": "${in-maint}","prov-status": "${prov-status}","relationship-list": "${relationship}"}'
success_codes:
- 200
- 201
|