Back to index
Summary
Modifies an existing environment 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. newNameStringoptionalThe new name for an existing object that is being renamed. tierMapNameStringoptionalThe name of the tier map. |
Usage
Perl
$cmdr->modifyMicroserviceMapping( "test-projectName", # projectName "test-microserviceMappingName" # microserviceMappingName # optionals );
ectool
ectool modifyMicroserviceMapping \ "test-projectName" `# projectName` \ "test-microserviceMappingName" `# microserviceMappingName` \ # optionals