createMicroservice
Creates a new microservice for a project or application.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
applicationName |
String |
(Required) The name of the application. |
microserviceName |
String |
(Required) The name of the microservice. |
addDeployProcess |
Boolean |
If set to true,then a microservice process is also created. |
definitionSource |
MicroserviceDefinitionSource |
Enum representing the source of the microservice definition. |
definitionSourceParameters |
Map |
Parameters to resolve the source of the artifact representing microservice definition. |
definitionType |
MicroserviceDefinitionType |
Microservice definition type. |
deployParameters |
Map |
Parameters to supply to deploy procedure of microservice definition type provider. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
rollbackParameters |
Map |
Parameters to store microservice definition rollback parameters. |
deleteMicroservice
getMicroservice
getMicroservices
modifyMicroservice
Modifies an existing microservice.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
(Required) The name for the project that must be unique among all projects. |
applicationName |
String |
(Required) The name of the application. |
microserviceName |
String |
(Required) The name of the microservice. |
definitionSource |
MicroserviceDefinitionSource |
Enum representing the source of the microservice definition. |
definitionSourceParameters |
Map |
Parameters to resolve the source of the artifact representing microservice definition. |
definitionType |
MicroserviceDefinitionType |
Microservice definition type. |
deployParameters |
Map |
Parameters to supply to deploy procedure of microservice definition type provider. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
newName |
String |
The new name for an existing object that is being renamed. |
rollbackParameters |
Map |
Parameters to store microservice definition rollback parameters. |