blob: 80bf464663c394873457e95843d0137e7c6f5439 [file] [log] [blame]
Brian Freemane12b6262019-04-16 14:24:29 -05001{
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",
DR695H37529942019-07-01 13:47:56 -040016 "base64Body" : "{{base64_sniro_data}}",
Brian Freemane12b6262019-04-16 14:24:29 -050017 "url" : " http://so-bpmn-infra.onap:8081/mso/WorkflowMessage/SNIROResponse"
18 }
19 }
DR695H554b3b32019-07-18 18:28:30 -040020}