createMicroservice
Creates a new microservice for an application
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
microserviceName |
String |
The name of the microservice (Required) |
applicationName |
String |
The name of the application |
addDeployProcess |
Boolean |
If set to true,then a microservice process is also created. |
definitionSource |
String |
Enum representing the source of the microservice definition |
definitionSourceParameters |
array |
Parameters to resolve the source of the artifact representing microservice definition |
definitionType |
String |
Microservice definition type. |
deployParameters |
DeployParameter array |
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 |
RollbackParameter array |
Parameters to store microservice definition rollback parameters |
deleteMicroservice
getMicroservice
getMicroservices
modifyMicroservice
Modifies an existing microservice.
Arguments
Argument Name | Type | Description |
---|---|---|
projectName |
String |
The name for the project that must be unique among all projects. (Required) |
microserviceName |
String |
The name of the microservice (Required) |
applicationName |
String |
The name of the application |
definitionSource |
String |
Enum representing the source of the microservice definition |
definitionSourceParameters |
array |
Parameters to resolve the source of the artifact representing microservice definition |
definitionType |
String |
Microservice definition type. |
deployParameters |
DeployParameter array |
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 |
New name for an existing object that is being renamed. |
rollbackParameters |
RollbackParameter array |
Parameters to store microservice definition rollback parameters |