blob: a33689745bd55b10d98f23a0090908188b5fca15 [file] [log] [blame]
zhaoliping123179d6fc2019-10-15 15:20:08 +08001{
zhaoliping123e9ef0282019-10-23 09:06:10 +08002 "callbackUri": "http://aurl.com",
3 "authentication": {
4 "authType": ["BASIC"],
5 "paramsBasic": {
6 "username": "username",
7 "password": "password"
8 }
zhaoliping123179d6fc2019-10-15 15:20:08 +08009 },
zhaoliping123e9ef0282019-10-23 09:06:10 +080010 "filter": {
11 "notificationTypes": ["NsLcmOperationOccurrenceNotification"],
12 "operationTypes": [
13 "INSTANTIATE"
14 ],
15 "operationStates": [
16 "STARTING"
17 ]
zhaoliping123179d6fc2019-10-15 15:20:08 +080018 }
zhaoliping123179d6fc2019-10-15 15:20:08 +080019}