deletePlacementGroup
- Print
- PDF
deletePlacementGroup
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
Delete a physical placement group.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code You can decide the region of the physical placement group to be deleted. regionCode can be obtained through the getRegionList action. Default: Select the first region of the getRegionList search results | |
placementGroupNo | Yes | String | The number of the physical placement group to be deleted 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}/deletePlacementGroup
?regionCode=KR
&placementGroupNo=***61
Response Example
<deletePlacementGroupResponse>
<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>
</deletePlacementGroupResponse>
Was this article helpful?