diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-10-26 14:52:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-26 14:52:45 +0000 |
commit | 5090b19cde7127ff532d422a7b18e16e2d374da2 (patch) | |
tree | c32d42c8c37e52ce9f3368ba048ed397d5a30470 /plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json | |
parent | 9d1818327ce7aeb2839fec218c99e5cd89d77b9d (diff) | |
parent | 3993f730f33d81a6a1ae50eccca9ab926702ec30 (diff) |
Merge changes I3bc55b53,Iff6d1f16,I19bdb8a1,Ia90bd215,I84533921
* changes:
Remove the stale samples for cloud commands
Add samples for cloud-delete
Add samples for cloud-list
Add samples for cloud-create command
Fix the sample file name align with schema
Diffstat (limited to 'plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json')
-rw-r--r-- | plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json b/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json new file mode 100644 index 00000000..223ebd26 --- /dev/null +++ b/plugins/aai/src/test/resources/onap-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json @@ -0,0 +1,24 @@ +[ { + "request" : { + "method" : "put", + "uri" : "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "X-TransactionId" : "req-63eebfa7-ebdb-4707-9208-a159d2f53c6e", + "Content-Type" : "application/json" + }, + "json" : { + "sriov-automation" : false, + "cloud-region-id" : "bangalore", + "cloud-owner" : "huawei-cloud", + "new-attribute-for-demo" : "blah", + "number-attribute-for-demo" : 1 + } + }, + "response" : { + "status" : 201, + "json" : null + } +} ]
\ No newline at end of file |