aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/tests/data/subscription_ns_operation.json
blob: 3c4d9b9ef22dba5be4ea60c2b5b64111f160d7ab (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"
        ]
    }
}