aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so/so_post_create_service_instance.json
blob: 8d319f62160f60b05024990629fdacb19cd8a643 (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/serviceInstantiation/v7/serviceInstances/"
    },
    "response": {
        "status": 201,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
            "requestReferences": {
                "instanceId": "instanceId",
                "requestId": "requestId"
            }
        }
    }
}