diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2020-03-02 12:33:33 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2020-03-02 12:33:33 +0530 |
commit | e43e3718794429168db1d0d306fec394b9f684d4 (patch) | |
tree | 4d7e0d6cade8ecdf0c3ae27ce1ee57f270669e2b /products/onap-dublin/features | |
parent | 8def752be5762918461a1172a13c631467233742 (diff) |
Code clean up
Issue-ID: CLI-249
Change-Id: I9364f7ee3640dd74358f43ed33cd8663c0397103
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-dublin/features')
-rw-r--r-- | products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json index 439f5e00..1c3c07b2 100644 --- a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json +++ b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json @@ -1,24 +1,24 @@ -[ {
- "request" : {
- "method" : "put",
- "uri" : "/onboarding-api/v1.0/items/a653d9bd40dc43e2ae45004daeab9003/versions/d6e590f98c2347b7a29b27e263527fac/actions",
- "headers" : {
- "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
- "X-FromAppId" : "ONAP CLI",
- "Accept" : "application/json",
- "USER_ID" : "cs0008",
- "X-TransactionId" : "req-f64dec4f-646e-46d8-807e-99e7170a6afb",
- "Content-Type" : "application/json"
- },
- "json" : {
- "action" : "Commit",
- "commitRequest" : {
- "message" : "Powered by Open Command Platform - OCOMP"
- }
- }
- },
- "response" : {
- "status" : 200,
- "json" : { }
- }
+[ { + "request" : { + "method" : "put", + "uri" : "/onboarding-api/v1.0/items/a653d9bd40dc43e2ae45004daeab9003/versions/d6e590f98c2347b7a29b27e263527fac/actions", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "ONAP CLI", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-f64dec4f-646e-46d8-807e-99e7170a6afb", + "Content-Type" : "application/json" + }, + "json" : { + "action" : "Commit", + "commitRequest" : { + "message" : "Powered by Open Command Platform - OCOMP" + } + } + }, + "response" : { + "status" : 200, + "json" : { } + } } ]
\ No newline at end of file |