diff options
Diffstat (limited to 'tests/vfc/nfvo-lcm/jsoninput/create_subscription.json')
-rw-r--r-- | tests/vfc/nfvo-lcm/jsoninput/create_subscription.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/tests/vfc/nfvo-lcm/jsoninput/create_subscription.json b/tests/vfc/nfvo-lcm/jsoninput/create_subscription.json new file mode 100644 index 00000000..553d38ce --- /dev/null +++ b/tests/vfc/nfvo-lcm/jsoninput/create_subscription.json @@ -0,0 +1,54 @@ +{ + "callbackUri": "/api/nslcm/v1/subscriptions", + "filter": { + "nsInstanceSubscriptionFilter": { + "nsdIds": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "vnfdIds": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "pnfdIds": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "nsInstanceIds": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ], + "nsInstanceNames": [ + "ns1" + ] + }, + "notificationTypes": [ + "NsLcmOperationOccurrenceNotification" + ], + "operationTypes": [ + "INSTANTIATE" + ], + "operationStates": [ + "STARTING" + ], + "nsComponentTypes": [ + "VNF" + ], + "lcmOpNameImpactingNsComponent": [ + "VNF_INSTANTIATE" + ], + "lcmOpOccStatusImpactingNsComponent": [ + "START" + ] + }, + "authentication": { + "authType": [ + "BASIC" + ], + "paramsBasic": { + "userName": "test", + "password": "test" + }, + "paramsOauth2ClientCredentials": { + "clientId": "123", + "clientPassword": "test", + "tokenEndpoint": "test" + } + } +}
\ No newline at end of file |