diff options
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", |