All Products
Search
Document Center

Virtual Private Cloud:GetFlowLogServiceStatus

Last Updated:Jul 10, 2024

Queries the status of a flow log.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ClientTokenstringNo

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

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

Note If you do not set this parameter, the system automatically uses RequestId as ClientToken. The value of RequestId in each API request may be different.
123e4567-e89b-12d3-a456-426655440000
RegionIdstringYes

The region ID of the flow log.

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

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

54B48E3D-DF70-471B-AA93-06F83A1B457
Enabledboolean

Indicates whether the flow log feature is enabled. Valid values:

  • true: yes
  • false: no You can call the OpenFlowLogService operation to enable the flow log feature.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "54B48E3D-DF70-471B-AA93-06F83A1B457",
  "Enabled": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-08-30API Description UpdateView Change Details