Queries the status of the flow log feature.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes GetFlowLogServiceStatus

The operation that you want to perform. Set the value to GetFlowLogServiceStatus.

ClientToken String No 123e4567-e89b-12d3-a456-426655440000

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.
RegionId String Yes cn-hangzhou

The region ID of the flow log.

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

Response parameters

Parameter Type Example Description
RequestId String 54B48E3D-DF70-471B-AA93-06F83A1B457

The ID of the request.

Enabled Boolean true

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.

Examples

Sample requests

http(s)://[Endpoint]/?Action=GetFlowLogServiceStatus
&ClientToken=123e4567-e89b-12d3-a456-426655440000
&RegionId=cn-hangzhou
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<GetFlowLogServiceStatusResponse>
    <RequestId>54B48E3D-DF70-471B-AA93-06F83A1B457</RequestId>
    <Enabled>true</Enabled>
</GetFlowLogServiceStatusResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

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

Error codes

For a list of error codes, visit the API Error Center.