deletePolicy
- 印刷する
- PDF
deletePolicy
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
スケーリングポリシーの削除
説明
スケーリングポリシー(policy)を削除します。
リクエストパラメータ
パラメータ名 | 必須 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
policyName | Yes | String | Min : 1, Max : 255 | 削除するスケーリングポリシーの名称 |
autoScalingGroupName | Yes | String | Min : 1, Max : 255 | ポリシーを削除するオートスケーリンググループ名を入力します。 |
レスポンスデータタイプ
- CommonResponseタイプ
CommonResponse extends BaseObject |
---|
private String requestId; |
private String returnCode; |
private String returnMessage; |
例示
呼び出し
ncloud autoscaling deletePolicy --policyName test-autoscaling-policy --autoScalingGroupName soso02
レスポンス
{
"deletePolicyResponse": {
"requestId": "9fefd58a-2ce4-41a6-a83b-ecc00e7db032",
"returnCode": "0",
"returnMessage": "success"
}
}
<?xml version="1.0" encoding="UTF-8" ?>
<deletePolicyResponse>
<requestId>9fefd58a-2ce4-41a6-a83b-ecc00e7db032</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deletePolicyResponse>
この記事は役に立ちましたか?