diff options
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/vsp-checkin-schema-1.1-moco.json')
-rw-r--r-- | plugins/sdc/src/test/resources/onap-cli-sample/vsp-checkin-schema-1.1-moco.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vsp-checkin-schema-1.1-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/vsp-checkin-schema-1.1-moco.json new file mode 100644 index 00000000..ff239076 --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vsp-checkin-schema-1.1-moco.json @@ -0,0 +1,21 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/onboarding-api/v1.0/vendor-software-products/5ca119e2326045d1857ae3f04a816434/versions/0.1/actions", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-25c70cc1-fcfb-4058-baf3-c0f3d8a1a224", + "Content-Type" : "application/json" + }, + "json" : { + "action" : "Checkin" + } + }, + "response" : { + "status" : 200, + "json" : { } + } +} ]
\ No newline at end of file |