getZoneList

Prev Next

Can be used in a VPC environment.

Overview

Search for a ZONE list.

Request

Request parameters

Parameter name Required Type Restrictions Description
regionCode No String Region code
You can decide the region in which the zone list will be queried.
regionCode can be obtained through the getRegionList action.
Default: Select the first region of the getRegionList search results
responseFormatType No String Format type of the response results
Options : xml | json
Default : xml

Response

Response body

Example

Request Example

GET {API_URL}/getZoneList
?regionCode=KR

Response Example

<getZoneListResponse>
  <requestId>9a3aefb2-4d35-4cfe-9152-e4c451cc7966</requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
  <totalRows>2</totalRows>
  <zoneList>
    <zone>
      <zoneName>KR-2</zoneName>
      <zoneCode>KR-2</zoneCode>
      <regionCode>KR</regionCode>
      <zoneDescription>평촌 zone</zoneDescription>
    </zone>
    <zone>
      <zoneName>KR-1</zoneName>
      <zoneCode>KR-1</zoneCode>
      <regionCode>KR</regionCode>
      <zoneDescription>가산 zone</zoneDescription>
    </zone>
  </zoneList>
</getZoneListResponse>