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