MENU
      getRegionList

        getRegionList


        記事の要約

        VPC環境で利用できます。

        概要

        リージョンリストを照会します。

        リクエスト

        リクエストパラメータ

        パラメータ名必須の有無タイプ制限事項説明
        responseFormatTypeNoString- レスポンス結果の形式タイプ
        オプション: xml | json
        デフォルト: xml

        レスポンス

        レスポンスデータタイプ

        • RegionListタイプ
        RegionList extends CommonResponse
        private Integer totalRows;
        private List<Region> regionList = new ArrayList<>();
        Region
        private String regionCode;
        private String regionName;

        リクエスト例

        ncloud vserver getRegionList
        Plain text

        レスポンス例

        <getRegionListResponse>
          <requestId>ac39d0d1-6982-4f0b-8c18-47ca9100d51b</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <regionList>
            <region>
              <regionCode>KR</regionCode>
              <regionName>Korea</regionName>
            </region>
          </regionList>
        </getRegionListResponse>
        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.