aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/create_subscription.json
blob: a33689745bd55b10d98f23a0090908188b5fca15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "callbackUri": "http://aurl.com",
    "authentication": {
        "authType": ["BASIC"],
        "paramsBasic": {
            "username": "username",
            "password": "password"
        }
    },
    "filter": {
        "notificationTypes": ["NsLcmOperationOccurrenceNotification"],
        "operationTypes": [
            "INSTANTIATE"
        ],
        "operationStates": [
            "STARTING"
        ]
    }
}