- HOME
- 提供API一覧
- disableStaticNat
disableStaticNat
処理概要
スタティックNATを削除
注意事項
・なし
リクエスト
・リクエストパラメータ
Parameter Name | Description | Required |
ipaddressid | the public IP address ID for which static NAT feature is being disabled | true |
・リクエストサンプル
$ ./kick_api.sh command=disableStaticNat ipaddressid=23897133-7ec2-4719-abec-a1990c183be0
レスポンス
・レスポンスボディ
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″?>
<disablestaticnatresponse cloud-stack-version=”4.3.0.2″>
<jobid>f44044e9-6fdc-422b-812c-58b24ae971e4</jobid>
</disablestaticnatresponse>
【queryAsyncJobResultでの確認結果】
<?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.nat.DisableStaticNatCmd</cmd>
<jobstatus>1</jobstatus>
<jobprocstatus>0</jobprocstatus>
<jobresultcode>0</jobresultcode>
<jobresulttype>object</jobresulttype>
<jobresult>
<success>true</success>
</jobresult>
<created>2016-09-21T19:56:59+0900</created>
<jobid>f44044e9-6fdc-422b-812c-58b24ae971e4</jobid>
</queryasyncjobresultresponse>