Modifies the settings of a flow log.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
smartag:ModifyFlowLogAttribute | Write |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RegionId | string | Yes | The ID of the region where the flow log is deployed. | cn-shanghai |
Description | string | Yes | The description of the flow log. | |
Name | string | Yes | The name of the flow log. | DDE |
ActiveAging | integer | No | The interval at which log data of active network connections is collected. Default value: 300. Unit: seconds. | 300 |
InactiveAging | integer | Yes | The interval at which log data of inactive network connections is collected. Default value: 15. Unit: seconds. | 15 |
OutputType | string | Yes | The location where the flow log is stored. Valid values:
| sls |
SlsRegionId | string | Yes | The ID of the region where Log Service is deployed. This parameter is required when OutputType is set to sls. | cn-shanghai |
ProjectName | string | Yes | The project to which the Logstore of Log Service belongs. This parameter is required when OutputType is set to sls. | ddrrgt |
LogstoreName | string | Yes | The Logstore of Log Service. This parameter is required when OutputType is set to sls. | ssfghgh |
NetflowServerIp | string | Yes | The IP address of the NetFlow collector where the flow log is stored. This parameter is required when OutputType is set to netflow. | 192.168.0.2 |
NetflowServerPort | integer | Yes | The port of the NetFlow collector. Default value: 9995. This parameter is required when OutputType is set to netflow. | 9995 |
NetflowVersion | string | Yes | The NetFlow version. Valid values: V5, V9, and V10. Default value: V9. This parameter is required when OutputType is set to netflow. | V9 |
FlowLogId | string | Yes | The ID of the flow log. | fl-7a56mar1kfw9vj**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "AAC70A63-1A2E-4857-9CA3-5DE5B4041D1E"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | DependencyViolation.FlowLog | This FlowLog instance is bound to an SAG instance. | This flow log associated with a resource. |
400 | IncorrectStatus.FlowLog | The current FlowLog instance status does not support this operation. | The status of the flow log is invalid. |
400 | InvalidFlowLogId.NotFound | The specified FlowLogId does not exist. | The specified FlowLogId does not exist. |
400 | MissingParam.FlowLogId | Specify the FlowLogId parameter. | You must set the FlowLogId parameter. |
400 | OperationFailed.AssociateFlowLog | The operation failed. The specified SAG instance has already been associated with another FlowLog instance. | The operation failed. The specified SAG instance has already been associated with another flow log. |
400 | OperationUnsupported.AssociateFlowLog | You cannot bind the SAG device of the current version or model to a FlowLog instance. | The version or model of the SAG device does not allow you to associate it with a flow log. |
400 | QuotaExceeded.Flowlog | The maximum number of FlowLog instances is exceeded. | The number of flow logs has reached the upper limit. |
400 | IllegalParam.ActiveAging | The specified ActiveAging is invalid. | The ActiveAging parameter is set to an invalid value. |
400 | IllegalParam.InactiveAging | The specified InactiveAging is invalid. | The InactiveAging parameter is set to an invalid value. |
400 | IllegalParam.OutputType | The specified OutputType is invalid. | The OutputType parameter is set to an invalid value. |
400 | IllegalParam.NetflowServerIp | The specified NetflowServerIp is invalid. | The NetflowServerIp parameter is set to an invalid value. |
400 | IllegalParam.NetflowServerPort | The specified NetflowServerPort is invalid. | The NetflowServerPort parameter is set to an invalid value. |
400 | IllegalParam.NetflowVersion | The specified NetflowVersion is invalid. | The NetflowVersion parameter is set to an invalid value. |
400 | MissingParam.NetflowServerIp | Specify the NetflowServerIp parameter. | You must set the NetflowServerIp parameter. |
400 | MissingParam.NetflowServerPort | Specify the NetflowServerPort parameter. | You must set the NetflowServerPort parameter. |
400 | MissingParam.NetflowVersion | Specify the NetflowVersion parameter. | You must set the NetflowVersion parameter. |
400 | IllegalParam.SlsRegionId | The specified SlsRegionId is invalid. | The SlsRegionId parameter is set to an invalid value. |
400 | MissingParam.SlsRegionId | Specify the SlsRegionId parameter. | You must set the SlsRegionId parameter. |
400 | IllegalParam.RegionId | The specified RegionId is invalid. | The RegionId parameter is set to an invalid value. |
400 | IllegalParam.Status | The specified Status parameter is invalid. | The Status parameter is set to an invalid value. |
400 | InvalidSmartAGId.NotFound | The specified SmartAGId does not exist. | The specified SmartAGId does not exist. |
403 | FeatureNotSupport | The current edition of the smart access gateway does not support this feature. | The current version of Smart Access Gateway does not support this feature. |
For a list of error codes, visit the Service error codes.