diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-07-30 15:56:09 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2018-07-31 11:09:25 -0400 |
commit | 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 (patch) | |
tree | 59a968f27b4b603aacc9d5e7b51fb598aeec5321 /mso-api-handlers/mso-api-handler-infra/src/test/resources/v3UpdateNetworkBad.json | |
parent | b6dc38501f3b746426b42d9de4cc883d894149e8 (diff) |
Containerization feature of SO
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/v3UpdateNetworkBad.json')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/v3UpdateNetworkBad.json | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/v3UpdateNetworkBad.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/v3UpdateNetworkBad.json deleted file mode 100644 index 956d771c79..0000000000 --- a/mso-api-handlers/mso-api-handler-infra/src/test/resources/v3UpdateNetworkBad.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "requestDetails": { - "modelInfo": { - "modelType": "network", - "modelName": "CONTRAIL30_BASIC", - "modelCustomizationName": "CONTRAIL30_BASIC 1" - }, - "cloudConfiguration": { - "lcpCloudRegionId": "mdt1", - "tenantId": "8b1df54faa3b49078e3416e21370a3ba" - }, - "requestInfo": { - "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", - "source": "VID", - "suppressRollback": true, - "requestorId": "az2016" - }, - "relatedInstanceList": [ - { - "relatedInstance": { - "instanceId": "3eecada1-83a4-4f33-9ed2-7937e7b8dbbc", - "modelInfo": { - "modelType": "service", - "modelInvariantId": "ff3514e3-5a33-55df-13ab-12abad84e7ff", - "modelVersionId": "fe6985cd-ea33-3346-ac12-ab121484a3fe", - "modelName": "{parent service model name}", - "modelVersion": "1.0" - } - } - } - - ], - "requestParameters": { - "userParams": [] - - } - } -} |