diff options
Diffstat (limited to 'products/onap-dublin')
2 files changed, 52 insertions, 52 deletions
diff --git a/products/onap-dublin/catalog/src/main/resources/open-cli-sample/catalog-schema-moco.json b/products/onap-dublin/catalog/src/main/resources/open-cli-sample/catalog-schema-moco.json index 8ed762b3..7284c8cd 100644 --- a/products/onap-dublin/catalog/src/main/resources/open-cli-sample/catalog-schema-moco.json +++ b/products/onap-dublin/catalog/src/main/resources/open-cli-sample/catalog-schema-moco.json @@ -11,34 +11,34 @@ "response" : { "status" : 200, "json" : { - "serviceName": "so", - "version": "v1", - "url": "/ecomp/mso/infra", - "protocol": "REST", - "visualRange": "1", - "lb_policy": "", - "publish_port": "", - "namespace": "", - "network_plane_type": "", - "host": "", - "path": "", - "enable_ssl": false, - "nodes": [ - { - "ip": "10.0.5.1", - "port": "8080", - "checkType": "", - "checkUrl": "", - "tls_skip_verify": true, - "ha_role": "", - "nodeId": "_v1_so_10.0.5.1_8080", - "status": "passing" - } - ], - "metadata": [], - "labels": [], - "status": "1", - "is_manual": false - } + "serviceName": "so", + "version": "v1", + "url": "/ecomp/mso/infra", + "protocol": "REST", + "visualRange": "1", + "lb_policy": "", + "publish_port": "", + "namespace": "", + "network_plane_type": "", + "host": "", + "path": "", + "enable_ssl": false, + "nodes": [ + { + "ip": "10.0.5.1", + "port": "8080", + "checkType": "", + "checkUrl": "", + "tls_skip_verify": true, + "ha_role": "", + "nodeId": "_v1_so_10.0.5.1_8080", + "status": "passing" + } + ], + "metadata": [], + "labels": [], + "status": "1", + "is_manual": false + } } } ]
\ No newline at end of file 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 |