blob: 3a96bb90469311d0270147b2965176162652f20c [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001{
2 "requestDetails": {
3 "requestInfo": {
4 "resourceType": "operationalEnvironment",
5 "instanceName": "<instanceName>",
6 "source": "VID",
7 "requestorId": "<userId>"
8 },
9 "relatedInstanceList": [
10 {
11 "relatedInstance": {
12 "resourceType": "operationalEnvironment",
13 "instanceId": "<ecompInstanceId>",
14 "instanceName": "<ecompInstanceName>"
15 }
16 }
17 ],
18 "requestParameters": {
19 "operationalEnvironmentType": "<operationalEnvType>",
20 "tenantContext": "<tenantContext>",
21 "workloadContext": "<workloadContext>"
22 }
23 }
24}