aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so/so_delete_service_instance.json
blob: 92a713d0aee93e230bf41e694bc94b4a8327025f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "request": {
        "method": "DELETE",
        "url": "/onap/so/infra/serviceInstantiation/v7/serviceInstances/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
    },
    "response": {
        "status": 202,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
            "requestReferences": {
                "instanceId": "instanceId",
                "requestId": "requestId"
            }
        }
    }
}