aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml')
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml b/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml
index a2db03f2..d88e0bac 100644
--- a/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-checkin-schema-elalto.yaml
@@ -59,10 +59,12 @@ http:
request:
uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/CHECKIN
method: POST
+ headers:
+ USER_ID: ${host-username}
body: '{"userRemarks": "${remarks}"}'
success_codes:
- 200
result_map:
id: $b{$.uniqueId}
version: $b{$.version}
- uuid: $b{$.uuid} \ No newline at end of file
+ uuid: $b{$.uuid}