blob: 6fdbb707278275907e6daa5fb110fc798c588b64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"request" : {
"urlPath" : "/sniro/api/v2/placement",
"method" : "POST"
},
"response" : {
"status" : "202",
"body": "{\"requestId\": \"1111-111-11\"}"
},
"postServeActions" : {
"webhook" : {
"headers" : {
"Content-Type" : "application/json"
},
"method" : "POST",
"base64Body" : "${base64_sniro_data}",
"url" : " http://so-bpmn-infra.onap:8081/mso/WorkflowMessage/SNIROResponse"
}
}
}
|