aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so/so_e2e_activate_service_instance.json
blob: 5bb8f18f67b54fbeccf93fe7ec3ddc9994b2060c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "request": {
        "method": "POST",
        "url": "/onap/so/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb/activate"
    },
    "response": {
        "status": 201,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
                "operationId": "operationId"
        }
    }
}