blob: 565e14cd1de319a5ed1db7c8f6d1e3a4cb956ebe (
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" : "https://${sniro_ip}:8080/adapters/rest/SDNCNotify/SNIROResponse"
}
}
}
|