aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so_e2e_delete_service_instance.json
blob: 0b0615c7b1c38053b37ff7ff5c0c8a171a39f95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "request": {
        "method": "DELETE",
        "url": "/ecomp/mso/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
    },
    "response": {
        "status": 202,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
                "operationId": "operationId"
        }
    }
}