aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml')
-rw-r--r--products/onap-beijing/features/aai/src/main/resources/open-cli-schema/pnf/pnf-create-schema.yaml10
1 files changed, 5 insertions, 5 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 7b7b3bbb..bb5f4331 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
@@ -37,25 +37,25 @@ parameters:
- name: equip-type
description: equip-type
type: string
- short_option: t
+ short_option: q
long_option: equipType
is_optional: true
- name: equip-vendor
description: equip-vendor
type: string
- short_option: v
+ short_option: x
long_option: equip-vendor
is_optional: true
- name: in-maint
description: Used to indicate whether or not this object is in maintenance mode (maintenance mode = true)
type: bool
- short_option: i
+ short_option: w
long_option: in-maint
is_optional: true
- name: prov-status
description: Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]
type: string
- short_option: s
+ short_option: g
long_option: prov-status
is_optional: true
- name: relationship
@@ -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