Implant vid-app-common org.onap.vid.job (main and test)
[vid.git] / vid-app-common / src / test / resources / payload_jsons / pre_1806_macro_service_instantiation_request.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                 "cloudConfiguration": {
11                         "cloudOwner": "irma-aic",
12                         "lcpCloudRegionId": "mdt1",
13                         "tenantId": "88a6ca3ee0394ade9403f075db23167e"
14                 },
15                 "owningEntity": {
16                         "owningEntityId": "038d99af-0427-42c2-9d15-971b99b9b489",
17                         "owningEntityName": "JULIO ERICKSON"
18                 },
19                 "project": {
20                         "projectName": "some_project_name"
21                 },
22                 "subscriberInfo": {
23                         "globalSubscriberId": "some_subscriber_id",
24                         "subscriberName": "some_subscriber_name"
25                 },
26                 "requestInfo": {
27                         "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
28                         "source": "VID",
29                         "suppressRollback": true,
30                         "requestorId": "az2016"
31                 },
32                 "requestParameters": {
33                         "subscriptionServiceType": "MOG",
34                         "aLaCarte": false,
35                         "userParams": [
36                                 {
37                                         "name": "someUserParam",
38                                         "value": "someValue"
39                                 },
40                                 {
41                                         "name": "anotherUserParam",
42                                         "value": "anotherValue"
43                                 }
44                         ]
45                 }
46         }
47 }