diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-09-15 08:57:28 +0300 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-09-15 08:57:28 +0300 |
commit | cbd15d952dfb6ad9b95b0da18472a8c4d0794989 (patch) | |
tree | 4e8f9029c8974b493f70717b0b9bcc78ad6b0e33 /vid-ext-services-simulator/src/main/resources/preset_registration | |
parent | f705e6aaeda60c610c88ec840eb9f351981bff7a (diff) |
change operational-environment-type on operational-environments query
Issue-ID: VID-637
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de
Diffstat (limited to 'vid-ext-services-simulator/src/main/resources/preset_registration')
-rw-r--r-- | vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json b/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json index a793f7cf7..e49150ee5 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json @@ -134,7 +134,7 @@ "method": "GET", "path": "/aai/v../cloud-infrastructure/operational-environments", "queryParams": { - "operational-environment-type": "ONAP" + "operational-environment-type": "ECOMP" } }, "simulatorResponse": { @@ -144,7 +144,7 @@ { "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ec", "operational-environment-name": "operational_environment_ec", - "operational-environment-type": "ONAP", + "operational-environment-type": "ECOMP", "operational-environment-status": "ACTIVE", "tenant-context": "ECOMP Test", "workload-context": "ECOMP_Development", @@ -153,7 +153,7 @@ { "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ed", "operational-environment-name": "operational_environment_ed", - "operational-environment-type": "ONAP", + "operational-environment-type": "ECOMP", "operational-environment-status": "ACTIVE", "tenant-context": "ECOMP Test", "workload-context": "ECOMP_Development", |