summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/vcpeutils/template_sniro_request.jinja
blob: 85eab5307b9b18701f8bc07c9a61c454a3ccb067 (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"
    }
  }
}