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