createApplicationTier
Creates a new application tier in the application.
You must specify the projectName
, applicationName
, and applicationTierName
.
Arguments | Descriptions |
---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String Argument Type: String |
applicationName |
Name of the application that must be unique among all projects. Argument Type: String |
applicationTierName |
Name of the tier that must be unique within the application. Argument Type: String |
description |
(Optional) Comment text describing this object that is not interpreted at all by CloudBees CD/RO . Argument Type: String |
deleteApplicationTier
Deletes a tier from an application.
You must specify the projectName
, applicationName
, and applicationTierName
.
Arguments | Descriptions |
---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String Argument Type: String |
applicationName |
Name of the application that must be unique among all projects. Argument Type: String |
applicationTierName |
Name of the tier that must be unique within the application. Argument Type: String |
getApplicationTier
Retrieves an application tier by name.
You must specify the projectName
, applicationName
, and applicationTierName
.
Arguments | Descriptions |
---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String Argument Type: String |
applicationName |
Name of the application that must be unique among all projects. Argument Type: String |
applicationTierName |
Name of the tier that must be unique within the application. Argument Type: String |
applicationEntityRevisionId |
(Optional) The revision ID of the versioned object. Argument type: UUID |
getApplicationTiers
Retrieves all application tiers in an application.
You must specify the projectName
and applicationName
arguments.
Arguments | Descriptions |
---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String Argument Type: String |
applicationName |
Name of the application that must be unique among all projects. Argument Type: String |
applicationEntityRevisionId |
(Optional) The revision ID of the versioned object. Argument type: UUID |
getApplicationTiersInComponent
Retrieves all application tiers that are used by the given component.
You must specify the projectName
and the componentName
arguments.
Arguments | Descriptions |
---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String Argument Type: String |
componentName |
Name of the component. Argument Type: String |
applicationEntityRevisionId |
(Optional) The revision ID of the versioned object. Argument type: UUID |
applicationName |
(Optional) Name of an application to which this component is scoped. Argument Type: String |
reference |
(Optional) < Boolean flag— If If Argument type: Boolean |
sourceApplicationName |
(Optional) The name of source application. Argument Type: String |
sourceComponentName |
(Optional) The name of new component. Argument Type: String |
sourceProjectName |
(Optional) The name of source project. Argument Type: String |
modifyApplicationTier
Modifies an existing tier in the application.
You must specify the projectName
, applicationName
, and applicationTierName
arguments.
Arguments | Descriptions |
---|---|
projectName |
Name of the project. This name must be unique among all projects. Argument Type: String Argument Type: String |
applicationName |
Name of the application that must be unique within the project. Argument Type: String |
applicationTierName |
Name of the tier that must be unique within the application. Argument Type: String |
description |
(Optional) Comment text describing this object, which is not interpreted by CloudBees CD/RO . Argument Type: String |
newName |
(Optional) New name for an existing object that is being renamed. Argument Type: String |