disableFlowLog
- 印刷する
- PDF
disableFlowLog
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
概要
FlowLogを無効にします。
リクエスト
リクエストパラメータ
パラメータ名 | 要否 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
regionCode | No | String | - リージョンコード ネットワークインターフェースリストが照会されるリージョン(Region)を決定可能 regionCodeは、getRegionListアクションを通じて取得可能 Default: getRegionList照会結果の最初のリージョンを選択 | |
networkInterfaceNo | Yes | String | ネットワークインターフェース番号 networkInterfaceNoは、getNetworkInterfaceListアクションを通じて取得可能 | |
responseFormatType | No | String | - レスポンス結果のフォーマットタイプ Options : xml | json Default : xml |
レスポンス
レスポンスボディ
成功
失敗
エラーコード | エラーメッセージ | 説明 |
---|---|---|
1000101 | there are no required parameter (networkInterfaceNo) | 必須パラメータの networkInterfaceNoを入力してください。 |
例
リクエスト例
GET {API_URL}/disableFlowLog
?regionCode=KR
&networkInterfaceNo=***87
レスポンス例
<?xml version="1.0" encoding="UTF-8"?>
<disableFlowLogResponse>
<requestId>00a303f6-bf52-46b4-a600-574f839f7d21</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<flowLogConfigurationList>
<FlowLogConfiguration>
<networkInterfaceNo>=***87</networkInterfaceNo>
<collectActionType>
<code>ALLOW</code>
<codeName>Allow</codeName>
</collectActionType>
<collectIntervalMinute>10</collectIntervalMinute>
<storageType>
<code>OBJT</code>
<codeName>Object Storage</codeName>
</storageType>
<storageBucketName>mybk**</storageBucketName>
<storageBucketDirectoryName>VPC_FLOW_LOG</storageBucketDirectoryName>
</FlowLogConfiguration>
</flowLogConfigurationList>
</disableFlowLogResponse>```
この記事は役に立ちましたか?