disableFlowLog
- Print
- PDF
disableFlowLog
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Disables FlowLog.
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | - Region code Determines the Region in which the network interface list is queried regionCode can be acquired through the getRegionList action Default: select the first Region in the getRegionList query result. | |
networkInterfaceNo | Yes | String | Network interface number networkInterfaceNo can be acquired through the getNetworkInterfaceList action. | |
responseFormatType | No | String | - Format type of response result Options : xml | json Default : xml |
Responses
Response bodies
Success
Failure
Errors | Error message | Description |
---|---|---|
1000101 | there are no required parameter (networkInterfaceNo) | Enter the required parameter networkInterfaceNo. |
Examples
Request examples
GET {API_URL}/disableFlowLog
?regionCode=KR
&networkInterfaceNo=***87
Response examples
<?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>```
Was this article helpful?