getCloudHadoopInstanceList
    • PDF

    getCloudHadoopInstanceList

    • PDF

    Article Summary

    Available in VPC

    Searches Cloud Hadoop instance list.

    Requests

    Request Parameters

    Parameter NameRequirement StatusTypeRestrictionsDescription
    regionCodeNoString- Region code
    Can determine the region from which a list of Cloud Hadoop Instance is to be queried.
    regionCode can be obtained via the getRegionList action
    Default: select the first Region of the getRegionList search results
    zoneCodeNoString- Zone code
    Can determine the Zone where the Cloud Hadoop instance list will be searched
    zoneCode can be obtained via the getZoneList action
    vpcNoNoString- VPC number
    Can determine the VPC where the Cloud Hadoop instance list will be searched
    vpcNo can be obtained through the getVpcList action
    subnetNoNoString- Subnet number
    Can determine the Subnet where the Cloud Hadoop instance list will be searched
    The SubnetNo can be obtained through the getSubnetList action.
    cloudHadoopClusterNameNoString- Cloud Hadoop cluster name
    Can search by filtering with Cloud Hadoop Cluster name
    The cloudHadoopClusterName can be obtained by the getCloudHadoopInstanceList action.
    cloudHadoopInstanceNoListNoList<String>- The list of instance number of Cloud Hadoop
    Can search by filtering with Cloud Hadoop instance number
    The cloudHadoopInstanceNoList can be obtained by the getCloudHadoopInstanceList action.
    <example> cloudHadoopInstanceNoList.1=1234&cloudHadoopInstanceNoList.2=2345
    cloudHadoopServerNameNoString- Cloud Hadoop server name
    Can search by filtering with Cloud Hadoop server name
    The cloudHadoopServerName can be obtained by the getCloudHadoopInstanceList action.
    cloudHadoopServerInstanceNoListNoList<String>- Cloud Hadoop server instance number list
    Can search by filtering with Cloud Hadoop server instance number
    The cloudHadoopServerInstanceNoList can be obtained by the getCloudHadoopInstanceList action.
    <example> cloudHadoopServerInstanceNoList.1=1234&cloudHadoopServerInstanceNoList.2=2345
    pageNoNoIntegerMin: 0- Page number of paged result
    Paging can be handled using pageNo and pageSize
    pageSizeConditionalIntegerMin: 1- Size of each page to be displayed when paging
    Paging can be handled using pageNo and pageSize
    Must enter when entering pageNo
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Request headers

    See Cloud Hadoop(VPC) overview.

    Request bodies

    {
          "regionCode": "string",
          "zoneCode": "string",
          "vpcNo": "string",
          "subnetNo": "string",
          "cloudHadoopClusterName": "string",
          "cloudHadoopInstanceNoList": [
            "string"
          ],
          "cloudHadoopServerName": "string",
          "cloudHadoopServerInstanceNoList": [
            "string"
          ],
          "pageNo": 0,
          "pageSize": 1,
          "responseFormatType": "string"
    }
    

    Responses

    Response bodies

    Errors

    See Cloud Hadoop(VPC) overview.

    Examples

    Request Examples

    GET {API_URL}/getCloudHadoopInstanceList
    ?regionCode=KR
    &zoneCode=KR-1
    &vpcNo=***87
    &subnetNo=***32
    &cloudHadoopClusterName=test-****
    &cloudHadoopInstanceNoList.1=178****
    &cloudHadoopServerName=test-****
    &cloudHadoopServerInstanceNoList.1=1781***
    &pageNo=0
    &pageSize=10
    

    Response examples

    {
      "getCloudHadoopInstanceListResponse": {
        "totalRows": 1,
        "cloudHadoopInstanceList": [
          {
            "cloudHadoopInstanceNo": "2773990",
            "cloudHadoopClusterName": "dsadsad",
            "cloudHadoopInstanceStatusName": "running",
            "cloudHadoopInstanceStatus": {
              "code": "CREAT",
              "codeName": "CLOUD DATABASE(VPC) Created State"
            },
            "cloudHadoopInstanceOperation": {
              "code": "NULL",
              "codeName": "CLOUD DATABASE(VPC) Null OP"
            },
            "cloudHadoopClusterType": {
              "code": "CORE_HADOOP_WITH_SPARK",
              "codeName": "Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.9), Ranger(2.0.0), HIVE(3.1.2), Hue(4.8.0), Zeppelin Notebook(0.10.1), Spark (2.4.8)"
            },
            "cloudHadoopVersion": {
              "code": "HADOOP2.0",
              "codeName": "Cloud Hadoop 2.0"
            },
            "cloudHadoopImageProductCode": "SW.VCHDP.LNX64.CNTOS.0708.HDP.20.B050",
            "cloudHadoopServerInstanceList": [
              {
                "cloudHadoopServerInstanceNo": "2773999",
                "cloudHadoopServerName": "e-001-dsadsad-15fd-hd",
                "cloudHadoopServerRole": {
                  "code": "E",
                  "codeName": "Edge Node"
                },
                "cloudHadoopServerInstanceStatusName": "running",
                "cloudHadoopServerInstanceStatus": {
                  "code": "RUN",
                  "codeName": "CLOUD DATABASE(VPC) Server Running State"
                },
                "cloudHadoopServerInstanceOperation": {
                  "code": "NOOP",
                  "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "dataStorageSize": 107374182400,
                "cpuCount": 8,
                "memorySize": 34359738368
              },
              {
                "cloudHadoopServerInstanceNo": "2773991",
                "cloudHadoopServerName": "m-001-dsadsad-15fb-hd",
                "cloudHadoopServerRole": {
                  "code": "M",
                  "codeName": "Master Node"
                },
                "cloudHadoopServerInstanceStatusName": "running",
                "cloudHadoopServerInstanceStatus": {
                  "code": "RUN",
                  "codeName": "CLOUD DATABASE(VPC) Server Running State"
                },
                "cloudHadoopServerInstanceOperation": {
                  "code": "NOOP",
                  "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "dataStorageSize": 107374182400,
                "cpuCount": 8,
                "memorySize": 34359738368
              },
              {
                "cloudHadoopServerInstanceNo": "2773995",
                "cloudHadoopServerName": "m-002-dsadsad-15fc-hd",
                "cloudHadoopServerRole": {
                  "code": "M",
                  "codeName": "Master Node"
                },
                "cloudHadoopServerInstanceStatusName": "running",
                "cloudHadoopServerInstanceStatus": {
                  "code": "RUN",
                  "codeName": "CLOUD DATABASE(VPC) Server Running State"
                },
                "cloudHadoopServerInstanceOperation": {
                  "code": "NOOP",
                  "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "dataStorageSize": 107374182400,
                "cpuCount": 8,
                "memorySize": 34359738368
              },
              {
                "cloudHadoopServerInstanceNo": "2774002",
                "cloudHadoopServerName": "d-001-dsadsad-15fe-hd",
                "cloudHadoopServerRole": {
                  "code": "D",
                  "codeName": "Date Node"
                },
                "cloudHadoopServerInstanceStatusName": "running",
                "cloudHadoopServerInstanceStatus": {
                  "code": "RUN",
                  "codeName": "CLOUD DATABASE(VPC) Server Running State"
                },
                "cloudHadoopServerInstanceOperation": {
                  "code": "NOOP",
                  "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "dataStorageSize": 107374182400,
                "cpuCount": 8,
                "memorySize": 34359738368
              },
              {
                "cloudHadoopServerInstanceNo": "2774006",
                "cloudHadoopServerName": "d-002-dsadsad-15ff-hd",
                "cloudHadoopServerRole": {
                  "code": "D",
                  "codeName": "Date Node"
                },
                "cloudHadoopServerInstanceStatusName": "running",
                "cloudHadoopServerInstanceStatus": {
                  "code": "RUN",
                  "codeName": "CLOUD DATABASE(VPC) Server Running State"
                },
                "cloudHadoopServerInstanceOperation": {
                  "code": "NOOP",
                  "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "dataStorageSize": 107374182400,
                "cpuCount": 8,
                "memorySize": 34359738368
              },
              {
                "cloudHadoopServerInstanceNo": "2775743",
                "cloudHadoopServerName": "d-003-dsadsad-15ir-hd",
                "cloudHadoopServerRole": {
                  "code": "D",
                  "codeName": "Date Node"
                },
                "cloudHadoopServerInstanceStatusName": "running",
                "cloudHadoopServerInstanceStatus": {
                  "code": "RUN",
                  "codeName": "CLOUD DATABASE(VPC) Server Running State"
                },
                "cloudHadoopServerInstanceOperation": {
                  "code": "NOOP",
                  "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "dataStorageSize": 107374182400,
                "cpuCount": 8,
                "memorySize": 34359738368
              }
            ]
          }
        ],
        "requestId": "dfb64c78-5b94-44b1-8514-e5d14158b46b",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopInstanceListResponse>
        <requestId>74dd4dd4-9fa3-49a9-b001-86cfd2931a4a</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudHadoopInstanceList>
            <cloudHadoopInstance>
                <cloudHadoopInstanceNo>1912200</cloudHadoopInstanceNo>
                <cloudHadoopClusterName>fasdasd</cloudHadoopClusterName>
                <cloudHadoopInstanceStatusName>running</cloudHadoopInstanceStatusName>
                <cloudHadoopInstanceStatus>
                    <code>CREAT</code>
                    <codeName>CLOUD DATABASE(VPC) Created State</codeName>
                </cloudHadoopInstanceStatus>
                <cloudHadoopInstanceOperation>
                    <code>NULL</code>
                    <codeName>CLOUD DATABASE(VPC) Null OP</codeName>
                </cloudHadoopInstanceOperation>
                <cloudHadoopClusterType>
                    <code>CORE_HADOOP_WITH_SPARK</code>
                    <codeName>Core Hadoop with Spark : HDFS(3.1.1), YARN(3.1.1), Zookeeper(3.4.6), Ranger(1.2.0), HIVE(3.1.0), Hue(4.3.0), Zeppelin Notebook(0.8.0), Spark(2.3.2)</codeName>
                </cloudHadoopClusterType>
                <cloudHadoopVersion>
                    <code>HADOOP1.5</code>
                    <codeName>Cloud Hadoop 1.5</codeName>
                </cloudHadoopVersion>
                <cloudHadoopImageProductCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050</cloudHadoopImageProductCode>
                <cloudHadoopServerInstanceList>
                    <cloudHadoopServerInstance>
                        <cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
                        <cloudHadoopServerName>****</cloudHadoopServerName>
                        <cloudHadoopServerRole>
                            <code>D</code>
                            <codeName>Date Node</codeName>
                        </cloudHadoopServerRole>
                        <cloudHadoopServerInstanceStatusName>running</cloudHadoopServerInstanceStatusName>
                        <cloudHadoopServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudHadoopServerInstanceStatus>
                        <cloudHadoopServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudHadoopServerInstanceOperation>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-2</zoneCode>
                        <vpcNo>**65</vpcNo>
                        <subnetNo>**23</subnetNo>
                        <dataStorageSize>107374182400</dataStorageSize>
                        <cpuCount>4</cpuCount>
                        <memorySize>34359738368</memorySize>
                    </cloudHadoopServerInstance>
                    <cloudHadoopServerInstance>
                        <cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
                        <cloudHadoopServerName>****</cloudHadoopServerName>
                        <cloudHadoopServerRole>
                            <code>D</code>
                            <codeName>Date Node</codeName>
                        </cloudHadoopServerRole>
                        <cloudHadoopServerInstanceStatusName>running</cloudHadoopServerInstanceStatusName>
                        <cloudHadoopServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudHadoopServerInstanceStatus>
                        <cloudHadoopServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudHadoopServerInstanceOperation>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-2</zoneCode>
                        <vpcNo>**65</vpcNo>
                        <subnetNo>**23</subnetNo>
                        <dataStorageSize>107374182400</dataStorageSize>
                        <cpuCount>4</cpuCount>
                        <memorySize>34359738368</memorySize>
                    </cloudHadoopServerInstance>
                    <cloudHadoopServerInstance>
                        <cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
                        <cloudHadoopServerName>****</cloudHadoopServerName>
                        <cloudHadoopServerRole>
                            <code>E</code>
                            <codeName>Edge Node</codeName>
                        </cloudHadoopServerRole>
                        <cloudHadoopServerInstanceStatusName>running</cloudHadoopServerInstanceStatusName>
                        <cloudHadoopServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudHadoopServerInstanceStatus>
                        <cloudHadoopServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudHadoopServerInstanceOperation>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-2</zoneCode>
                        <vpcNo>1665</vpcNo>
                        <subnetNo>2020</subnetNo>
                        <dataStorageSize>107374182400</dataStorageSize>
                        <cpuCount>4</cpuCount>
                        <memorySize>34359738368</memorySize>
                    </cloudHadoopServerInstance>
                    <cloudHadoopServerInstance>
                        <cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
                        <cloudHadoopServerName>****</cloudHadoopServerName>
                        <cloudHadoopServerRole>
                            <code>M</code>
                            <codeName>Master Node</codeName>
                        </cloudHadoopServerRole>
                        <cloudHadoopServerInstanceStatusName>running</cloudHadoopServerInstanceStatusName>
                        <cloudHadoopServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudHadoopServerInstanceStatus>
                        <cloudHadoopServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudHadoopServerInstanceOperation>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-2</zoneCode>
                        <vpcNo>1665</vpcNo>
                        <subnetNo>2020</subnetNo>
                        <dataStorageSize>107374182400</dataStorageSize>
                        <cpuCount>8</cpuCount>
                        <memorySize>34359738368</memorySize>
                    </cloudHadoopServerInstance>
                    <cloudHadoopServerInstance>
                        <cloudHadoopServerInstanceNo>****</cloudHadoopServerInstanceNo>
                        <cloudHadoopServerName>****</cloudHadoopServerName>
                        <cloudHadoopServerRole>
                            <code>M</code>
                            <codeName>Master Node</codeName>
                        </cloudHadoopServerRole>
                        <cloudHadoopServerInstanceStatusName>running</cloudHadoopServerInstanceStatusName>
                        <cloudHadoopServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudHadoopServerInstanceStatus>
                        <cloudHadoopServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudHadoopServerInstanceOperation>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-2</zoneCode>
                        <vpcNo>1665</vpcNo>
                        <subnetNo>2020</subnetNo>
                        <dataStorageSize>107374182400</dataStorageSize>
                        <cpuCount>8</cpuCount>
                        <memorySize>34359738368</memorySize>
                    </cloudHadoopServerInstance>
                </cloudHadoopServerInstanceList>
            </cloudHadoopInstance>
        </cloudHadoopInstanceList>
    </getCloudHadoopInstanceListResponse>
    

    Was this article helpful?

    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.