MENU
      스테이지 상세

        스테이지 상세


        기사 요약

        개요

        SourceDeploy 프로젝트의 stage 상세를 조회합니다.

        요청

        API URL

        GET  {SOURCEDEPLOY_API_URL}/project/{projectId}/stage/{stageId}
        Plain text

        요청 Parameter

        항목타입설명비고
        projectIdstring프로젝트 IDprojectList API 로 조회
        stageIdstringstage IDstageList API 로 조회

        요청 Query

        없음

        요청 Body

        없음

        응답

        응답 Body

        {
            "project" : {
               "id": "number",
               "name": "string"
           },
            "id": "number",
            "name": "string",
            "type": "string",
            "config": "TEnvServer" | "TEnvAutoScalingGroup" | "TEnvKubernetesService" | "TEnvObjectStorage"
        
        }
        JSON
        항목타입설명비고
        project.idnumber프로젝트 id
        project.namestring프로젝트 이름
        idnumberstage id
        namestringstage 이름
        typestring배포타겟 타입"Server" | "AutoScalingGroup" | "KubernetesService" |"ObjectStorage"
        ConfigTEnvServer | TEnvAutoScalingGroup | TEnvKubernetesService |TEnvObjectStorage배포타겟 설정

        TEnvServer

        {
            "serverNo": ["number"],
            "serverName": ["string"]
        }
        JSON
        항목타입설명비고
        serverNonumber[]서버 번호serverLIst API 로 조회
        serverNamestring[]서버 이름

        TEnvAutoScalingGroup

        {
            "autoScalingGroupNo": "number",
            "autoScalingGroupName": "string"
        }
        JSON
        항목타입설명비고
        autoScalingGroupNonumberASG 번호autoScalingGroupList API 로 조회
        autoScalingGroupNamestringASG 이름

        TEnvKubernetesService

        {
            "clusterNo": "number",
            "clusterName": "string",
            "clusterUuid": "string"
        }
        JSON
        항목타입설명비고
        clusterNonumberCluster 번호kubernetesServiceClusterList API 로 조회
        clusterNamestringCluster 이름
        clusterUuidstringCluster 고유 id

        TEnvObjectStorage

        {
            "bucketName": "string"
        }
        JSON
        항목타입설명비고
        bucketNamestringBucket 이름bucketNameList API 로 조회

        이 문서가 도움이 되었습니까?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.