aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/preload_templates/template_sniro_request.json
blob: 33ff427f5e4f56bf0dcf9addcb74451716fa01a5 (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"
    }
  }
}