Back to index
Summary
Deletes a microservice cluster mapping.projectNameStringrequiredThe name for the project that must be unique among all projects. microserviceMappingNameStringrequiredThe name of the microservice mapping. applicationNameStringoptionalThe name of the application. clusterNameStringoptionalThe name of the cluster. clusterProjectNameStringoptionalThe name of the project which contains the cluster. environmentNameStringoptionalName of the environment which owns this cluster. microserviceNameStringoptionalThe name of the microservice. tierMapNameStringoptionalThe 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