deleteMicroserviceMapping

Back to index

Summary

Deletes a microservice cluster mapping.
projectName
Stringrequired
The name for the project that must be unique among all projects.
microserviceMappingName
Stringrequired
The name of the microservice mapping.
applicationName
Stringoptional
The name of the application.
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.
tierMapName
Stringoptional
The name of the tier map.

Usage

Perl

$cmdr->deleteMicroserviceMapping( "test-projectName", # projectName "test-microserviceMappingName" # microserviceMappingName # optionals );

ectool

ectool deleteMicroserviceMapping \ "test-projectName" `# projectName` \ "test-microserviceMappingName" `# microserviceMappingName` \ # optionals

Examples

Perl

$cmdr->deleteMicroserviceMapping("qe proj service" "myMap" {environmentName => "qe env",microserviceName => "qe service1", clusterName => "qe cluster1", clusterProjectName => "qe proj cluster"});

ectool

ectool deleteMicroserviceMapping "qe proj service" "myMap" --environmentName "qe env" --microserviceName "qe service1" --clusterName "qe cluster1"