getPlacementGroupList
    • PDF

    getPlacementGroupList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches the physical batch group number to which the server instance (VM) belongs.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the physical placement group will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    placementGroupNoList.NNoList<String>List of the physical placement group numbers
    You can search by filtering with a physical placement group number.
    placementGroupNo can be obtained through the getPlacementGroupList action.
    ex) placementGroupNoList.1=1234&placementGroupNoList.2=2345
    placementGroupNameNoStringThe name of the physical placement group
    You can search by filtering with a physical placement group name.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/getPlacementGroupList
    ?regionCode=KR
    &placementGroupNoList.1=***61
    &placementGroupName=test-***
    

    Response Example

    <getPlacementGroupListResponse>
      <requestId></requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <placementGroupList>
        <placementGroup>
          <placementGroupNo>***61</placementGroupNo>
          <placementGroupName>test-***</placementGroupName>
          <placementGroupType>
            <code>AA</code>
            <codeName>Anti-Affinity</codeName>
          </placementGroupType>
        </placementGroup>
      </placementGroupList>
    </getPlacementGroupListResponse>
    

    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.