blob: 8902031961a2d8097af85fb8ad07bf754ecc46ca (
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
|
{
"operationalEnvironmentId": "test-vnf-oper-env-000111",
"requestDetails": {
"requestInfo": {
"resourceType": "operationalEnvironment",
"instanceName": "myVnfOpEnv",
"source": "VID",
"requestorId": "xxxxxx"
},
"relatedInstanceList": [
{
"relatedInstance": {
"resourceType": "operationalEnvironment",
"instanceId": "ff305d54-75b4-431b-adb2-eb6b9e5ff000",
"instanceName": "name"
}
}
],
"requestParameters": {
"operationalEnvironmentType": "VNF",
"tenantContext": "Test",
"workloadContext": "VNF_E2E-IST"
}
}
}
|