All Products
Search
Document Center

Virtual Private Cloud:ModifyFlowLogAttribute

Last Updated:Mar 04, 2024

Modifies the name and description of a flow log.

Operation description

  • ModifyFlowLogAttribute is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the DescribeFlowLogs operation to query the status of a flow log:

    • If the flow log is in the Modifying state, the flow log is being modified.
    • If the flow log is in the Active or Inactive state, the flow log is modified.
  • You cannot repeatedly call the ModifyFlowLogAttribute operation to modify a flow log within the specified period of time.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:ModifyFlowLogAttributeWrite
  • FlowLog
    acs:vpc:{#regionId}:{#accountId}:flowlog/{#FlowLogId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region where the flow log is created.

You can call the DescribeRegions operation to query the most recent region list.

cn-qingdao
FlowLogIdstringYes

The ID of the flow log.

fl-m5e8vhz2t21sel1nq****
FlowLogNamestringNo

The new name of the flow log.

The name must be 1 to 128 characters in length and cannot start with http:// or https://.

myFlowlog
DescriptionstringNo

The new description of the flow log.

The description must be 1 to 256 characters in length and cannot start with http:// or https://.

This is my Flowlog.
AggregationIntervalintegerNo

The new sampling interval of the flow log. Unit: minutes. Valid values: 1, 5, and 10.

1

Response parameters

ParameterTypeDescriptionExample
object
Successstring

Indicates whether the call is successful. Valid values:

  • true: yes
  • false: no
true
RequestIdstring

The ID of the request.

F7DDDC17-FA06-4AC2-8F35-59D2470FCFC1

Examples

Sample success responses

JSONformat

{
  "Success": "true",
  "RequestId": "F7DDDC17-FA06-4AC2-8F35-59D2470FCFC1"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorrectBusinessStatus.FlowLogThe business status of flowLog is incorrect.The error message returned because you cannot create flow logs in the current business state.
400InvalidInstanceIdInstance does not exist.The error message returned because the specified instance does not exist.
400ProjectOrLogstoreNotExistThe specified project or logstore does not exist.The error message returned because the specified project or Logstore does not exist.
400SourceProjectNotExistThe Source Project or logstore does not exist.The error message returned because the source project or Logstore does not exist.
400UnauthorizedThis api does not support sub user or role.The error message returned because you cannot call this operation as a RAM user.
400InvalidInstanceId.NotFoundThe specfied instance is not existed.-
400RuleExistThe rule has already existed.-
400InvalidHdMonitorStatusCurrent instance status is not valid for this action.-
400FlowLogNumberOverLimitThis user has reached the maximum instance number of flowlog.-
400InvalidTrafficType.NotFoundInvalid traffic type.-
400IncorrectStatus.flowlogInvalid flowlog status.The flow log cannot be disabled because it is in an invalid state.
400InvalidName.MalformedThe specified name is not valid.The Name parameter is set to an invalid value.
400IllegalParam.AggregationIntervalThe param of aggregationInterval is illegal.-
400Forbidden.OperateManagedFlowLogAuthentication is failed for operate managed flowlog.Authentication failed when operating the managed flow log.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-08-30API Description Update. The API operation is not deprecated.. The Error code has changedsee changesets
Change itemChange content
API DescriptionAPI Description Update.
API Deprecation DescriptionThe API operation is not deprecated..
Error CodesThe Error code has changed.
    delete Error Codes: 400
2021-11-17The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: AggregationInterval