getPlacementGroupList
- Print
- PDF
getPlacementGroupList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region 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.N | No | List<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 | |
placementGroupName | No | String | The name of the physical placement group You can search by filtering with a physical placement group name. | |
responseFormatType | No | String | Format 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?