This POST service will create a new project with the same attributes as the given JSON object.
Info |
---|
|
http://host:port/flexdeploy/rest/v1/project |
Request
POST will receive a project input JSON object and return a project JSON object. Project input JSON objects for the request can have the following attributes:
| | | |
---|
projectName | Yes | String | Unique name of the project. |
applicationId | No* | Long | Id of the application the project is in. *Either applicationId or projectPath is required |
projectPath | No* | String | Fully qualified project path. *Either applicationId or projectPath is required |
isActive | No | Boolean | Boolean that tracks whether or not the project is active. Null input defaults to true. |
description | No | String | Description of the project. |
partialDeployment | No | Boolean | Whether the project allows partial deployments. Null input defaults to false. |
priority | No | Integer | Deploy priority of the project. Default value is 1. |
webhooksEnabled | No | Boolean | Whether or not webhooks are enabled. Null input defaults to false. |
projectType | No* | ProjectTypeEnum | Type of project. Possible values are GENERAL, EBS, PARTIAL_FILE, PARTIAL_JDBC, OracleForms, ORACLE_DB, ORACLE_BI, ORACLE_APEX, MFT, SALESFORCE, UTILITY, MDS, or GENERIC. *Required for partial deployment projects |
scmType | No | SCMTypeEnum | This specifies the source control management system used by this project. Must be a valid source control management system. Possible values are SVN, GIT, CVS, TFVC, PERF, PVCS, FILE, or NONE. Note: If scmType is specified, at least one SCM source must be provided. |
priorityScope | No | String | This specifies the priority scope of the current project. Either Global, Folder, or Application. Defaults to Application. |
buildInfo | No | ProjectBuildInfo | Build info for the project. See more info about the ProjectBuildInfo object below. |
deployInfo | No | ProjectDeployInfo | Deploy info for the project. See more info about the ProjectDeployInfo object below. |
utilityExecutionInfo | No | UtilityProjectExecutionInfo | Execution info for a utility project. See more info about the UtilityProjectExecutionInfo object below. |
mainStreamName | No | String | Name of the main stream for the project. Defaults to master. |
scmConfiguration | No | ProjectSCMPojo | SCM configuration for the project. See more info about the ProjectSCMPojo object below. |
containerConfiguration | No | ContainerConfiguration | Container configuration for the project. See more info about the ContainerConfiguration type below. |
ProjectBuildInfo
Attribute | Required | Type | Description |
---|
buildWorkflowId | Yes | Long | Id of the build workflow used by this project. |
buildInstanceId | Yes | Long | Id of the instance where this project is built. |
...
Attribute | Required | Type | Description |
---|
configName | Yes | String | Name of the configuration attribute. |
configValue | No | String | Value of the configuration attribute. |
SCM Configuration Names by Type
Tip |
---|
All values not provided are defaulted. All defaults are configured from the Administration > Defaults page. |
...
title | Subversion SCM Configuration Names |
---|
...
Optional sub-folder to use for export/checkout operations during build workflow execution.
...
title | Git SCM Configuration Names |
---|
...
This is very useful when you have many folders in your Git repository, but your project only needs few folders for build. This can be specified as one more values by using comma.
...
title | CVS SCM Configuration Names |
---|
...
Tag script to be used when creating tags for the project in the repository. Use ProjectVersion variable to specify identifier of current build.
...
title | TFVC SCM Configuration Names |
---|
...
ContainerConfiguration
Attribute | Required | Type | Description |
---|
dockerFile | Yes | String | Name of the dockerfile |
dockerStreams | Yes | List<DockerStream> | Information about the docker streams. See more info about the DockerStream type below. |
kubernetesConfiguration | No | KubernetesConfiguration | Configuration for Kubernetes. See more info about the KubernetesConfiguration type below. |
DockerStream
Attribute | Required | Type | Description |
---|
imageName | No | String | Name of the image. |
isImageBuild | Yes | Boolean | If the image will build. |
isImagePush | No | Boolean | If the image will push. Null if isImageBuild is false. |
KubernetesConfiguration
Attribute | Required | Type | Description |
---|
deploymentName | No | String | Name of the deployment. |
manifestsToDeploy | No | List<String> | Manifests to deploy. |
blueGreenManifests | No | List<String> | Blue green manifests. |
canaryManifests | No | List<String> | Canary manifests. |
abmanifests | No | List<String> | AB manifests. |
helmConfiguration | Yes | HelmConfiguration | The helm configuration. See more info about the HelmConfiguration type below. |
HelmsConfiguration
Attribute | Required | Type | Description |
---|
chart | Yes | String | Name of the chart. |
releaseName | Yes | String | Name of the release. |
parametersMap | No | List<ParameterMap> | All of the parameter mappings. See more info about the ParmaterMap type below. |
ParameterMap
Attribute | Required | Type | Description |
---|
key | Yes | String | Key for the parameter map. |
value | Yes | String | Value for the parameter map. |
SCM Configuration Names by Type
Tip |
---|
All values not provided are defaulted. All defaults are configured from the Administration > Defaults page. |
Expand |
---|
title | Subversion SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
TrunkScript | Path for the trunk within selected repository. | BranchScript | Path for the branches within selected repository. Use StreamName variable to identify branch name used at runtime. |
LabelNameScript | Label script to be used when creating labels for the project in the repository. TagScript | Path for the tag within the selected repository. Use ProjectVersion variable to specify identifier of current build. | GetFolderScriptCheckoutFolderScript | Optional sub-folder to use for | clone operation export/checkout operations during build workflow execution. |
|
Expand |
---|
title | PVCS Git SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
ProjectPathScriptPromotionGroupScript | Promotion Group name to be used. UseProject Path Script to be used to get files from. This will be a path present in the Project Database configured on the instance. Use "/" to get all files in the Project Database. | Path for the branches within selected repository. Use StreamName variable to identify | Promotion Group branch name used at runtime. | UsingPGScriptBranchScript | Branch name to be used within Whether the Promotion Group script should be used to identify the stream. If false, then the branch script will be used. | Path for the tag within the selected repository. | UseStreamName variable to identify branch name used at runtime.LabelScript | Label script to be used when creating labels for the project in the repository. Use ProjectVersion variable to specify identifier of current build. |
CheckoutFolderScript | Optional sub-folder to use for SparseCheckoutFoldersScript | This is very useful when you have many folders in your Git repository, but your project only needs few folders for build. This can be specified as one more values by using comma. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. |
|
Expand |
---|
title | PERF CVS SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
MainScript | Main Path to a project in the selected repository. | BranchScript | Branch name to be used within selected repository. ModuleNamesScript | Module Names or Module subdirectories to be selected from repository. Module subdirectories should traverse starting at the Module Name. Multiple Modules may be selected by separating the names/paths with commas. | BranchNameScript | Path for the branches within selected repository. Use StreamName variable to identify branch name used at runtime. | LabelNameScriptTagScript | Label Tag script to be used when creating labels tags for the project in the repository. Use ProjectVersion variable to specify identifier of current build. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. |
|
Expand |
---|
title | CCUCM TFVC SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
ProjectVobScript | Project versioned object base script. | VobPathsScript | Script for versioned object base pathMainScript | Main Path to a project in the selected repository. | BranchScript | Path for the branches within selected repository. Use StreamName variable to identify branch name used at runtime. | LabelNameScript | Label script to be used when creating labels for the project in the repository. Use ProjectVersion variable to specify identifier of current build. | CheckoutFolderScriptGetFolderScript | Optional sub-folder to use for clone operation during build workflow execution. | StreamScript | Script for stream. |
|
Expand |
---|
title | FILE PVCS SCM Configuration Names |
---|
|
|
Example
If a POST request is sent to http://host:port/flexdeploy/rest/v1/project receiving the following JSON project object,
Code Block |
---|
theme | Eclipse |
---|
title | POST JSON |
---|
|
{
"projectName": "Example Project",
"projectPath": "FlexDeploy/Testing/Example Project",
"description": "Project created with API",
"partialDeployment": true,
"priority": 2,
"projectType": "EBS",
"scmType": "GIT",
"mainStreamName": "master",
"webhooksEnabled": true,
"buildInfo": {Attribute Name | Description |
---|
MainFolderScriptProjectPathScript | Main Project Path Script to a project in the selected repository. | BranchFolderScript | Branch be used to get files from. This will be a path present in the Project Database configured on the instance. Use "/" to get all files in the Project Database. | PromotionGroupScript | Promotion Group name to be used within selected repository. Use Use StreamName variable to identify branch Promotion Group name used at runtime. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. |
|
...
Response Codes
...
UsingPGScript | Whether the Promotion Group script should be used to identify the stream. If false, then the branch script will be used. | BranchScript | Branch name to be used within selected repository. Use StreamName variable to identify branch name used at runtime. | LabelScript | Label script to be used when creating labels for the project in the repository. Use ProjectVersion variable to specify identifier of current build. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. |
|
Expand |
---|
title | PERF SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
MainScript | Main Path to a project in the selected repository. | BranchScript | Branch name to be used within selected repository. Use StreamName variable to identify branch name used at runtime. | LabelNameScript | Label script to be used when creating labels for the project in the repository. Use ProjectVersion variable to specify identifier of current build. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. |
|
Expand |
---|
title | CCUCM SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
ProjectVobScript | Project versioned object base script. | VobPathsScript | Script for versioned object base path. | LabelNameScript | Label script to be used when creating labels for the project in the repository. Use ProjectVersion variable to specify identifier of current build. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. | StreamScript | Script for stream. |
|
Expand |
---|
title | FILE SCM Configuration Names |
---|
|
Attribute Name | Description |
---|
MainFolderScript | Main Path to a project in the selected repository. | BranchFolderScript | Branch name to be used within selected repository. Use StreamName variable to identify branch name used at runtime. | CheckoutFolderScript | Optional sub-folder to use for clone operation during build workflow execution. |
|
Include Page |
---|
| REST V1 Project Response |
---|
| REST V1 Project Response |
---|
|
Response Codes
HTTP Code | Description |
---|
200 | Projects were found and returned |
400 | Bad request |
401 | Authentication failure |
403 | Authorization failure (no access to resource) |
500 | Unexpected internal server error |
Example
If a POST request is sent to http://host:port/flexdeploy/rest/v1/project receiving the following JSON project object,
Code Block |
---|
theme | Eclipse |
---|
title | POST JSON |
---|
|
{
"projectName": "Example Project",
"projectPath": "FlexDeploy/Testing/Example Project",
"description": "Project created with API",
"partialDeployment": true,
"priority": 2,
"projectType": "EBS",
"scmType": "GIT",
"mainStreamName": "master",
"webhooksEnabled": true,
"buildInfo": {
"instanceId": 15925,
"workflowId": 43164
},
"deployInfo": {
"instanceIds": [80524, 93048],
"workflowId": 34540
},
"scmConfiguration": {
"sources": [
{
"instanceId": 16465,
"configValues": [
{
"configName": "SparseCheckoutFoldersScript",
"configValue": "\"mainfolder/main\""
}
],
"sourceNumber": 1
},
{
"instanceId": 46947,
"configValues": [
{
"configName": "SparseCheckoutFoldersScript",
"configValue": "\"EBS\""
}
],
"sourceNumber": 2
}
]
},
"containerConfiguration": {
"dockerfile": "docker file name"
"dockerStreams": [
{
"isImageBuild": true,
"isImagePush": false,
"streamName": "master",
"streamId": 12345,
"imageName": "image name"
}
],
"kubernetesConfiguration": {
"manifestsToDeploy": [
"deploymanifest1"
],
"blueGreenManifests": [
"bluegreenmanifest1",
"bluegreenmanifest2"
],
"canaryManifests": [
"canarymanifest1"
],
"abmanifests": [
"abmanifest1",
"abmanifest2",
"abmanifest3"
],
"helmConfiguration": {
"parametersMap": [
{
"key": "key1",
"valueScript": "value1"
},
{
"key": "key2",
"valueScript": "value2"
}
],
"releaseName": "release name",
"chart": "chart name"
},
"deploymentName": "deployment name"
}
}
}
|
the following project object will then be created in FlexDeploy:
Code Block |
---|
theme | Eclipse |
---|
title | POST JSON |
---|
|
{
"projectName": "Example Project",
"projectId": 10002,
"projectPath": "FlexDeploy/Testing/Example Project",
"description": "Project created with API",
"isActive": true,
"partialDeployment": true,
"priority": 2,
"projectType": "EBS",
"priorityScope": "Application",
"applicationId": 14852,
"scmType": "GIT",
"mainStreamName": "master",
"webhooksEnabled": true,
"streams": [73419],
"buildInfo": {
"instanceId": 15925,
"workflowId": 43164
},
"deployInfo": {
"instanceIds": [80524, 93048],
"workflowId": 34540
},
"utilityExecutionInfo": null,
"scmConfiguration": {
"sources": [
{
"instanceId": 1592516465,
"workflowId": 43164 },
"configValues": [
"deployInfo": { "instanceIds": [80524, 93048], {
"workflowId": 34540 }, "scmConfiguration": { "sourcesconfigName": "SparseCheckoutFoldersScript",
[ { "configValue": "\"mainfolder/main\""
"instanceId": 16465, }
"configValues": [ ],
{ "sourceNumber": 1
"configName": "SparseCheckoutFoldersScript",},
{
"instanceId": 46947,
"configValue": "\"mainfolder/main\"" "configValues": [
} {
], "sourceNumberconfigName": 1
"SparseCheckoutFoldersScript",
}, { "instanceIdconfigValue": 46947,"\"EBS\""
"configValues": [ }
],
{ "sourceNumber": 2
"configName": "SparseCheckoutFoldersScript", }
]
},
"containerConfiguration": {
"configValuedockerfile": "\"EBS\""docker file name"
"dockerStreams": [
{
} "isImageBuild": ]true,
"sourceNumber": 2isImagePush": false,
} "streamName": "master",
] } } |
the following project object will then be created in FlexDeploy:
Code Block |
---|
theme | Eclipse |
---|
title | POST JSON |
---|
|
{ "projectNamestreamId": "Example Project",
"projectId": 10002,12345,
"projectPath": "FlexDeploy/Testing/Example Project", "descriptionimageName": "Project created with API","image name"
"isActive": true,}
"partialDeployment": true, ],
"priority": 2, "projectTypekubernetesConfiguration": "EBS", {
"priorityScope": "Application", "applicationIdmanifestsToDeploy": [
14852, "scmType": "GIT", "mainStreamName": "master", "webhooksEnabled": true, "streamsdeploymanifest1":
[73419], "buildInfo": { ],
"instanceId": 15925, "workflowIdblueGreenManifests": [
43164 }, "deployInfo": { "bluegreenmanifest1",
"instanceIds": [80524, 93048], "workflowIdbluegreenmanifest2":
34540 }, "utilityExecutionInfo": null, ],
"scmConfiguration": { "sourcescanaryManifests": [
{ "canarymanifest1"
"instanceId": 16465, ],
"configValuesabmanifests": [
"abmanifest1",
{ "abmanifest2",
"configNameabmanifest3":
"SparseCheckoutFoldersScript", ],
"configValuehelmConfiguration": "\"mainfolder/main\"" {
"parametersMap": [
} {
], "sourceNumber": 1 "key": "key1",
}, { "instanceIdvalueScript": 46947, "value1"
"configValues": [ },
{
"configNamekey": "SparseCheckoutFoldersScriptkey2",
"configValuevalueScript": "\"EBS\value2""
}
],
"sourceNumber": 2releaseName": "release name",
"chart": "chart name"
},
"deploymentName": "deployment name"
] }
}
} |