Domain name for API request: vpc.tencentcloudapi.com.
This API is used to query the information of a flow log.
A maximum of 20 requests can be initiated per second for this API.
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 Params. The value used for this API: DescribeFlowLog. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
VpcId | Yes | String | ID of the VPC instance. |
FlowLogId | Yes | String | The unique ID of the flow log. |
Parameter Name | Type | Description |
---|---|---|
FlowLog | Array of FlowLog | The flow log information. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query a flow log.
https://vpc.tencentcloudapi.com/?Action=DescribeFlowLog
&VpcId=vpc-pq9vxykj
&FlowLogId=fl-f42uhpkj
&<Common request parameters>
{
"Response": {
"FlowLog": [
{
"CloudLogId": "dfb8f1a2-8522-47c1-8571-67905167ab3f",
"CloudLogState": "SUCCESS",
"CreatedTime": "2019-05-08 10:48:26",
"FlowLogDescription": "",
"FlowLogId": "fl-f42uhpkj",
"FlowLogName": "test",
"ResourceId": "eni-78ysaex1",
"ResourceType": "NETWORKINTERFACE",
"TrafficType": "ACCEPT",
"VpcId": "vpc-pq9vxykj",
"StorageType": "cls",
"FlowLogStorage": {
"StorageTopic": "topic-siqmaox1",
"StorageId": "ckafka-akwiqms1"
},
"TagSet": [],
"Enable": true,
"CloudLogRegion": ""
}
],
"RequestId": "404428db-f850-40c2-803d-0aae49aba43a"
}
}
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.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
ResourceNotFound | The resource does not exist. |
Was this page helpful?