aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so_post_e2e_create_service_instance.json
blob: a357bef16aa9a42c0af950e4c7cca96e99f7e91e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "request": {
        "method": "POST",
        "url": "/onap/so/infra/e2eServiceInstances/v3"
    },
    "response": {
        "status": 201,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
            "service": {
                "serviceId": "serviceId",
                "operationId": "operationId"
            }
        }
    }
}