Update test cases for VF-C LCM to CSIT
[integration/csit.git] / tests / vfc / nfvo-lcm / jsoninput / create_subscription.json
1 {
2     "callbackUri": "http://aurl.com",
3     "authentication": {
4         "authType": ["BASIC"],
5         "paramsBasic": {
6             "username": "username",
7             "password": "password"
8         }
9     },
10     "filter": {
11         "notificationTypes": ["NsLcmOperationOccurrenceNotification"],
12         "operationTypes": [
13             "INSTANTIATE"
14         ],
15         "operationStates": [
16             "STARTING"
17         ]
18     }
19 }