Back to index
Summary
Creates a new mapping between a microservice and an environment cluster.projectNameStringrequiredThe name for the project that must be unique among all projects. 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. microserviceMappingNameStringoptionalThe name of the microservice mapping. microserviceNameStringoptionalThe name of the microservice. tierMapNameStringoptionalThe name of the tier map. |
Usage
Perl
$cmdr->createMicroserviceMapping( "test-projectName" # projectName # optionals );
ectool
ectool createMicroserviceMapping \ "test-projectName" `# projectName` \ # optionals