Implant vid-app-common org.onap.vid.job (main and test)
[vid.git] / vid-app-common / src / test / resources / payload_jsons / pre_1806_macro_without_cloudConfiguration.json
1 {
2         "requestDetails": {
3                 "modelInfo": {
4                         "modelType": "service",
5                         "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff",
6                         "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe",
7                         "modelName": "sriov",
8                         "modelVersion": "1.0"
9                 },
10                 "owningEntity": {
11                         "owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
12                         "owningEntityName": "JULIO ERICKSON"
13                 },
14                 "project": {
15                         "projectName": "some_project_name"
16                 },
17                 "subscriberInfo": {
18                         "globalSubscriberId": "some_subscriber_id",
19                         "subscriberName": "some_subscriber_name"
20                 },
21                 "requestInfo": {
22                         "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
23                         "source": "VID",
24                         "suppressRollback": true,
25                         "requestorId": "az2016"
26                 },
27                 "requestParameters": {
28                         "subscriptionServiceType": "MOG",
29                         "aLaCarte": false,
30                         "userParams": [
31                                 {
32                                         "name": "someUserParam",
33                                         "value": "someValue"
34                                 },
35                                 {
36                                         "name": "anotherUserParam",
37                                         "value": "anotherValue"
38                                 }
39                         ]
40                 }
41         }
42 }