modifyMicroserviceMapping

On this page
Back to index

Summary

Modifies an existing environment mapping.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringoptional
The name of the application.
tierMapName
Stringoptional
The name of the tier map.
microserviceMappingName
Stringoptional
The name of the microservice mapping.
clusterName
Stringoptional
The name of the cluster.
clusterProjectName
Stringoptional
The name of the project which contains the cluster.
environmentName
Stringoptional
Name of the environment which owns this cluster.
microserviceName
Stringoptional
The name of the microservice.
newName
Stringoptional
The new name for an existing object that is being renamed.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifyMicroserviceMapping( projectName: "test-projectName" /* optional arguments */ )