Triggers a manual environment deployment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
devs:DeployEnvironment |
update |
*All Resource
|
None | None |
Request syntax
PATCH /2023-07-14/projects/{projectName}/environments/{name}/deploy HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| projectName |
string |
No |
The project name. |
demo-name |
| name |
string |
No |
The environment name. |
demo-name |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
DeployEnvironmentOptions |
No |
The deployment options. |
Response elements
|
Element |
Type |
Description |
Example |
|
EnvironmentDeployment |
Details of the environment deployment. |
Examples
Success response
JSON format
{
"uid": "1455541096***548",
"description": "commit by xxx.",
"kind": "Deployment",
"createdTime": "2021-11-19T09:34:38Z",
"name": "my-deployment",
"status": {
"phase": "Running",
"pipelineName": "my-pipeline",
"finishedTime": "",
"serviceDeployments": {
"key": "服务部署名称"
}
},
"labels": {
"key": "value to the label key."
},
"spec": {
"changes": {
"services": {
"test": "test",
"test2": 1
}
},
"baseline": {
"services": {
"key": {
"config": {
"props": {
"test": "test",
"test2": 1
},
"source": {
"template": {
"downloadUrl": "https://api.devsapp.cn/v3/packages/start-modelscope-v3/zipball/0.1.6",
"name": "start-springboot-cap"
},
"repository": {
"repositoryName": "my-repository",
"codeVersion": {
"branch": "main",
"commitID": "12721ec262d03a93809ba2bbc717963cb298ceca"
},
"filter": {
"branch": {
"name": "master"
}
}
},
"oss": {
"bucket": "demo-bucket",
"object": "demo-object"
}
},
"build": {
"default": {
"cache": {
"driver": "",
"paths": [
"~/.npm"
],
"keyPath": {
"3C75C832-0EAD-40D6-8FA1-2BA9171C926B": "~/.npm",
"D256BB7A-1886-4A19-A75B-A1FDC23D5A00": "~/.cache"
}
},
"languages": [
"Python3.9"
],
"rootPath": "./src",
"steps": [
"{\"run\": \"npm build\"}"
]
}
},
"variables": {
"key": {
"value": "object_value",
"sensitive": false,
"encrypted": false
}
},
"initialize": {
"steps": [
"{\"run\": \"npm build\"}"
]
},
"type": "Function",
"finalize": {
"steps": [
"{\"run\": \"echo 'deleted'\"}"
]
},
"token": "9D72DE01-C732-49C0-8E85-FFD9D695436B",
"component": "fc3@1.0.0",
"artifact": {
"name": "my-artifact",
"checksum": "CRC-64 code"
}
},
"variables": {
"key": {
"value": "object_value",
"sensitive": false,
"encrypted": false
}
},
"outputs": {
"key": ""
},
"latestDeployment": {
"name": "",
"startTime": "",
"finishedTime": "",
"phase": "Running"
},
"status": "\"RUNNING\"",
"message": "\"OK\""
}
}
},
"target": {
"services": {
"key": {
"props": {
"test": "test",
"test2": 1
},
"source": {
"template": {
"downloadUrl": "https://api.devsapp.cn/v3/packages/start-modelscope-v3/zipball/0.1.6",
"name": "start-springboot-cap"
},
"repository": {
"repositoryName": "my-repository",
"codeVersion": {
"branch": "main",
"commitID": "12721ec262d03a93809ba2bbc717963cb298ceca"
},
"filter": {
"branch": {
"name": "master"
}
}
},
"oss": {
"bucket": "demo-bucket",
"object": "demo-object"
}
},
"build": {
"default": {
"cache": {
"driver": "",
"paths": [
"~/.npm"
],
"keyPath": {
"3C75C832-0EAD-40D6-8FA1-2BA9171C926B": "~/.npm",
"D256BB7A-1886-4A19-A75B-A1FDC23D5A00": "~/.cache"
}
},
"languages": [
"Python3.9"
],
"rootPath": "./src",
"steps": [
"{\"run\": \"npm build\"}"
]
}
},
"variables": {
"key": {
"value": "object_value",
"sensitive": false,
"encrypted": false
}
},
"initialize": {
"steps": [
"{\"run\": \"npm build\"}"
]
},
"type": "Function",
"finalize": {
"steps": [
"{\"run\": \"echo 'deleted'\"}"
]
},
"token": "9D72DE01-C732-49C0-8E85-FFD9D695436B",
"component": "fc3@1.0.0",
"artifact": {
"name": "my-artifact",
"checksum": "CRC-64 code"
}
}
},
"variables": {}
},
"skipRemoveResources": false,
"webhookCodeContext": {
"description": "my PR decscription",
"message": "commit message",
"eventType": "PUSH",
"commitID": "b1dd9ba168dfef1cb3a1dd608b6054c771a93959",
"branch": "master",
"sourceBranch": "master",
"title": "# FIX",
"tag": "release-0.0.1",
"prType": "merged",
"targetBranch": "master",
"repoUrl": "https://codeup.aliyun.com/my-namespace/my-repo.git"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?