Fix JSON files linter issues in test/vcpe
[integration.git] / test / vcpe / preload_templates / template_sniro_request.json
1 {
2   "request": {
3     "urlPath": "/sniro/api/v2/placement",
4     "method": "POST"
5   },
6   "response": {
7     "status": "202",
8     "body": "{\"requestId\": \"1111-111-11\"}"
9   },
10   "postServeActions": {
11     "webhook": {
12       "headers": {
13         "Content-Type": "application/json"
14       },
15       "method": "POST",
16       "base64Body": "${base64_sniro_data}",
17       "url": " http://so-bpmn-infra.onap:8081/mso/WorkflowMessage/SNIROResponse"
18     }
19   }
20 }