Microservice mapping

2 minute readReference

createMicroserviceMapping

Creates a new mapping between a microservice and an environment cluster.

Arguments

Argument Name Type Description

projectName

String

(Required) The name for the project that must be unique among all projects.

applicationName

String

The name of the application.

clusterName

String

The name of the cluster.

clusterProjectName

String

The name of the project which contains the cluster.

environmentName

String

Name of the environment which owns this cluster.

microserviceMappingName

String

The name of the microservice mapping.

microserviceName

String

The name of the microservice.

tierMapName

String

The name of the tier map.

Positional arguments

projectName

Usage

ec-perl

$cmdr->createMicroserviceMapping(<projectName>, {<optionals>});

ectool

ectool createMicroserviceMapping projectName, [optionals]

deleteMicroserviceMapping

Deletes a microservice cluster mapping.

Arguments

Argument Name Type Description

projectName

String

(Required) The name for the project that must be unique among all projects.

microserviceMappingName

String

(Required) The name of the microservice mapping.

applicationName

String

The name of the application.

clusterName

String

The name of the cluster.

clusterProjectName

String

The name of the project which contains the cluster.

environmentName

String

Name of the environment which owns this cluster.

microserviceName

String

The name of the microservice.

tierMapName

String

The name of the tier map.

Positional arguments

projectName, microserviceMappingName

Usage

ec-perl

$cmdr->deleteMicroserviceMapping(<projectName>, <microserviceMappingName>, {<optionals>});

ectool

ectool deleteMicroserviceMapping projectName, microserviceMappingName, [optionals]

modifyMicroserviceMapping

Modifies an existing environment mapping.

Arguments

Argument Name Type Description

projectName

String

(Required) The name for the project that must be unique among all projects.

microserviceMappingName

String

(Required) The name of the microservice mapping.

applicationName

String

The name of the application.

clusterName

String

The name of the cluster.

clusterProjectName

String

The name of the project which contains the cluster.

environmentName

String

Name of the environment which owns this cluster.

microserviceName

String

The name of the microservice.

newName

String

The new name for an existing object that is being renamed.

tierMapName

String

The name of the tier map.

Positional arguments

projectName, microserviceMappingName

Usage

ec-perl

$cmdr->modifyMicroserviceMapping(<projectName>, <microserviceMappingName>, {<optionals>});

ectool

ectool modifyMicroserviceMapping projectName, microserviceMappingName, [optionals]