MENU
      getAccessControlRuleList
        • PDF

        getAccessControlRuleList

        • PDF

        기사 요약

        개요

        접근 제어 RULE 리스트 조회

        설명

        접근 제어 RULE 리스트를 조회합니다.

        요청 파라미터

        파라미터 명필수 여부타입제약사항설명
        accessControlGroupConfigurationNoYesString조회할 접근 제어 그룹(ACG) 설정 번호

        응답 데이터 타입

        • AccessControlRuleList 타입
        AccessControlRuleList extends CommonResponse
        private Integer totalRows;
        private List accessControlGroupServerInstanceList = new ArrayList();
        AccessControlRule
        private String accessControlRuleConfigurationNo;
        private CommonCode protocolType;
        private String sourceIp;
        private String sourceAccessControlRuleConfigurationNo;
        private String sourceAccessControlRuleName;
        private String destinationPort;
        private String accessControlRuleDescription;

        예시

        호출

        ncloud server getAccessControlRuleList --accessControlGroupConfigurationNo 5895
        Plain text

        응답

        {
          "getAccessControlRuleListResponse": {
            "requestId": "4dff1af9-2d71-4e2b-8812-e78530673b93",
            "returnCode": "0",
            "returnMessage": "success",
            "totalRows": 2,
            "accessControlRuleList": [
              {
                "accessControlRuleConfigurationNo": "11927",
                "protocolType": {
                  "code": "TCP",
                  "codeName": "tcp"
                },
                "sourceIp": "",
                "sourceAccessControlRuleConfigurationNo": "5895",
                "sourceAccessControlRuleName": "cloud-mssql-8i2f",
                "destinationPort": "1433",
                "accessControlRuleDescription": "for the DB service itself (automatically created, don\u0027t delete it)"
              },
              {
                "accessControlRuleConfigurationNo": "11928",
                "protocolType": {
                  "code": "TCP",
                  "codeName": "tcp"
                },
                "sourceIp": "",
                "sourceAccessControlRuleConfigurationNo": "5895",
                "sourceAccessControlRuleName": "cloud-mssql-8i2f",
                "destinationPort": "5022",
                "accessControlRuleDescription": "for the DB service itself (automatically created, don\u0027t delete it)"
              }
            ]
          }
        }
        JSON
        <?xml version="1.0" encoding="UTF-8" ?>
        <getAccessControlRuleListResponse>
          <requestId>4dff1af9-2d71-4e2b-8812-e78530673b93</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>2</totalRows>
          <accessControlRuleList>
            <accessControlRuleConfigurationNo>11927</accessControlRuleConfigurationNo>
            <protocolType>
              <code>TCP</code>
              <codeName>tcp</codeName>
            </protocolType>
            <sourceIp></sourceIp>
            <sourceAccessControlRuleConfigurationNo>5895</sourceAccessControlRuleConfigurationNo>
            <sourceAccessControlRuleName>cloud-mssql-8i2f</sourceAccessControlRuleName>
            <destinationPort>1433</destinationPort>
            <accessControlRuleDescription>for the DB service itself (automatically created, don&#x27;t delete it)</accessControlRuleDescription>
          </accessControlRuleList>
          <accessControlRuleList>
            <accessControlRuleConfigurationNo>11928</accessControlRuleConfigurationNo>
            <protocolType>
              <code>TCP</code>
              <codeName>tcp</codeName>
            </protocolType>
            <sourceIp></sourceIp>
            <sourceAccessControlRuleConfigurationNo>5895</sourceAccessControlRuleConfigurationNo>
            <sourceAccessControlRuleName>cloud-mssql-8i2f</sourceAccessControlRuleName>
            <destinationPort>5022</destinationPort>
            <accessControlRuleDescription>for the DB service itself (automatically created, don&#x27;t delete it)</accessControlRuleDescription>
          </accessControlRuleList>
        </getAccessControlRuleListResponse>
        XML

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

        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.