blob: 6fdbb707278275907e6daa5fb110fc798c588b64 [file] [log] [blame]
Kang Xiee9f6a12018-05-10 14:50:39 -04001{
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}",
Brian Freeman8076a872018-11-13 11:34:48 -050017 "url" : " http://so-bpmn-infra.onap:8081/mso/WorkflowMessage/SNIROResponse"
Kang Xiee9f6a12018-05-10 14:50:39 -040018 }
19 }
20}