getPlacementGroupDetail
- Print
- PDF
getPlacementGroupDetail
- 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 placement group details using the physical placement group number.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code You can decide the region of the physical placement group details to be queried. regionCode can be obtained through the getRegionList action. Default: Select the first region of the getRegionList search results | |
placementGroupNo | Yes | String | Physical placement group number placementGroupNo can be obtained through the getPlacementGroupList action. | |
responseFormatType | No | String | Format type of the response results Options : xml | json Default : xml |
Response
Response body
Example
Request Example
GET {API_URL}/getPlacementGroupDetail
?regionCode=KR
&placementGroupNo=***61
Response Example
<getPlacementGroupDetailResponse>
<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>
</getPlacementGroupDetailResponse>
Was this article helpful?