Stage Detail
- Print
- PDF
Stage Detail
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Summary
Search the stage details of the SourceDeploy project.
Request
API URL
GET {SOURCEDEPLOY_API_URL}/project/{projectId}/stage/{stageId}
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
projectId | string | Project ID | Search with projectList API |
stageId | string | stage ID | Search with stageList API |
Request query
None
Request body
None
Response
Response body
{
"project" : {
"id": "number",
"name": "string"
},
"id": "number",
"name": "string",
"type": "string",
"config": "TEnvServer" | "TEnvAutoScalingGroup" | "TEnvKubernetesService" | "TEnvObjectStorage"
}
Item | Type | Description | Remarks |
---|---|---|---|
project.id | number | Project ID | |
project.name | string | Project name | |
id | number | stage id | |
name | string | Stage name | |
type | string | Deployment target type | "Server" | "AutoScalingGroup" | "KubernetesService" |"ObjectStorage" |
Config | TEnvServer | TEnvAutoScalingGroup | TEnvKubernetesService |TEnvObjectStorage | Set deployment target type |
TEnvServer
{
"serverNo": ["number"],
"serverName": ["string"]
}
Item | Type | Description | Remarks |
---|---|---|---|
serverNo | number[] | Server number | Search with serverLIst API |
serverName | string[] | Server name |
TEnvAutoScalingGroup
{
"autoScalingGroupNo": "number",
"autoScalingGroupName": "string"
}
Item | Type | Description | Remarks |
---|---|---|---|
autoScalingGroupNo | number | ASG number | Search with autoScalingGroupList API |
autoScalingGroupName | string | ASG name |
TEnvKubernetesService
{
"clusterNo": "number",
"clusterName": "string",
"clusterUuid": "string"
}
Item | Type | Description | Remarks |
---|---|---|---|
clusterNo | number | Cluster number | Search with kubernetesServiceClusterList API |
clusterName | string | Cluster name |
TEnvObjectStorage
{
"bucketName": "string"
}
Item | Type | Description | Remarks |
---|---|---|---|
bucketName | string | Bucket name | Search with bucketNameList API |
Was this article helpful?