All Products
Search
Document Center

Express Connect:ActivateFlowLog

Last Updated:Mar 18, 2025

Enables log delivery for flow logs.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
expressconnectrouter:ActivateFlowLogcreate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
EcrIdstringYes

The ECR ID.

ecr-mezk2idmsd0vx2****
DryRunbooleanNo

Specifies whether to perform only a dry run, without performing the actual request. Valid values:

  • true: performs only a dry run.
  • false (default): performs a dry run and performs the actual request.
true
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.

Note If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
02fb3da4-130e-11e9-8e44-00****
FlowLogIdstringYes

The ID of the flow log.

flowlog-m5evbtbpt****

Response parameters

ParameterTypeDescriptionExample
object

RpcResponse

RequestIdstring

The request ID.

05130E79-588D-5C40-A718-C4863A59****
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
True
Codestring

The response code. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. For more information, see Error codes.

200
Messagestring

The returned message.

OK
HttpStatusCodeinteger

The HTTP status code.

200
DynamicCodestring

The dynamic error code.

IllegalParamFormat.EcrId
DynamicMessagestring

The dynamic part in the error message. This parameter is used to replace the %s variable in ErrMessage.

Note For example, if the value of ErrMessage is The Value of Input Parameter %s is not valid and the value of DynamicMessage is DtsJobId, the request parameter DtsJobId is invalid.
The param format of EcrId **** is illegal.
AccessDeniedDetailstring

The details about the access denial.

Authentication is failed for ****

Examples

Sample success responses

JSONformat

{
  "RequestId": "05130E79-588D-5C40-A718-C4863A59****",
  "Success": true,
  "Code": "200",
  "Message": "OK",
  "HttpStatusCode": 200,
  "DynamicCode": "IllegalParamFormat.EcrId\n",
  "DynamicMessage": "The param format of EcrId **** is illegal.\n",
  "AccessDeniedDetail": "Authentication is failed for ****\n"
}

Error codes

HTTP status codeError codeError messageDescription
400IncorrectStatus.EcrEcr Status does not allow current operation.The status of the express connect gateway instance does not allow the current operation. Currently, other operations are being performed or the express connect gateway instance is being deleted. Please try again later.
400OperationDenied.ForceDeletingThe current instance is being deleted.Your current operation is rejected and the leased line gateway instance is being forcibly deleted. Please try again later.
400UnsupportedRegionFeature not supported in specified region.The specified region does not support the leased line gateway function.

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