Enable APPC SDNC clustering for deployment tests
[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" : "https://${sniro_ip}:8080/adapters/rest/SDNCNotify/SNIROResponse"
18     }
19   }
20 }