deleteMicroserviceMapping

On this page
Back to index

Summary

Deletes a microservice cluster 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.
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.
microserviceMappingName
Stringoptional
The name of the microservice mapping.
microserviceName
Stringoptional
The name of the microservice.

Usage

Groovy

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