Domain name for API request: vpc.tencentcloudapi.com.
This API is used to create a flow log.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: vpc.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: CreateFlowLog. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
VpcId | Yes | String | ID of the VPC instance |
FlowLogName | Yes | String | The name of the flow log instance. |
ResourceType | Yes | String | The type of resources to which the flow log belongs. Valid values: 'VPC', 'SUBNET' and 'NETWORKINTERFACE'. |
ResourceId | Yes | String | The unique ID of the resource. |
TrafficType | Yes | String | Type of the flow logs to be collected. Valid values: ACCEPT , REJECT and ALL . |
CloudLogId | Yes | String | The storage ID of the flow log. |
FlowLogDescription | No | String | The description of the flow log instance |
Tags.N | No | Array of Tag | Bound tags, such as [{"Key": "city", "Value": "shanghai"}] |
Parameter Name | Type | Description |
---|---|---|
FlowLog | Array of FlowLog | The information of the flow log created. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=CreateFlowLog
&CloudLogId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
&FlowLogDescription=test-flowlog
&FlowLogName=test
&ResourceId=eni-xxxxxxxx
&ResourceType=NETWORKINTERFACE
&TrafficType=ACCEPT
&VpcId=vpc-xxxxxx
&<Common request parameters>
{
"Response": {
"FlowLog": [
{
"VpcId": "vpc-pq9vxykj",
"FlowLogId": "fl-f42uhpkj",
"FlowLogName": "test",
"ResourceType": "NETWORKINTERFACE",
"ResourceId": "eni-78ysaex1",
"TrafficType": "ACCEPT",
"CloudLogId": "dfb8f1a2-8522-47c1-8571-67905167ab3f",
"CloudLogState": "",
"FlowLogDescription": "",
"TagSet": [
{
"Key": "city",
"Value": "shanghai"
}
],
"CreatedTime": "0000-00-00 00:00:00"
}
],
"RequestId": "404428db-f850-40c2-803"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue.Duplicate | The input parameter already exists. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
LimitExceeded | Quota limit is reached. |
ResourceNotFound | The resource does not exist. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?