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. |
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. |
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. |