KDDIクラウドプラットフォームサービス ナレッジサイト

  • HOME
  • 提供API一覧
  • removeIpFromNic

removeIpFromNic

処理概要

NICからセカンダリIPを開放

 

注意事項

・なし

 

リクエスト

・リクエストパラメータ

Parameter Name Description Required
id the ID of the secondary ip address to nic true

 

・リクエストサンプル

$ ./kickapi.sh command=removeIpFromNic id=e2a57430-9490-4989-ac2f-f8fbd222466e

 

レスポンス

・レスポンスボディ

Response Name Description
displaytext any text associated with the success or failure
success true if operation is executed successfully

 

・レスポンスサンプル

【API実行結果】

<?xml version=”1.0″ encoding=”UTF-8″?>
<queryasyncjobresultresponse cloud-stack-version=”4.3.0.2″>
<accountid>d344caf5-24dc-4194-ac5f-2d78d5e38039</accountid>
<userid>0212ea46-0529-4250-9e3e-bcb03c114002</userid>
<cmd>org.apache.cloudstack.api.command.user.vm.RemoveIpFromVmNicCmd</cmd>
<jobstatus>1</jobstatus>
<jobprocstatus>0</jobprocstatus>
<jobresultcode>0</jobresultcode>
<jobresulttype>object</jobresulttype>
<jobresult>
<success>true</success>
</jobresult>
<created>2016-09-25T19:10:18+0900</created>
<jobid>5ac35ec4-dacc-4f2b-b224-a0178a5375ef</jobid>
</queryasyncjobresultresponse>

提供API一覧

2024/04/23 2024/04/23