GetTrailStatus#

Description#

Describes the specified trail.

Request Parameters#

  • Name — The name of the trail.

    • Type: String

    • Required: Yes

Response Elements#

  • IsLogging — Indicates whether event upload to the bucket is enabled.

    • Type: Boolean

  • LatestDeliveryError — The latest error encountered when attempting to save log files to the designated bucket.

    • Type: String

  • LatestDeliveryTime — The time when the log files were last saved in the specified bucket.

    • Type: Double

  • StartLoggingTime — The time when event upload to the bucket was last enabled.

    • Type: Double

  • StopLoggingTime — The time when event upload to the bucket was last disabled.

    • Type: Double

Examples#

c2-ct GetTrailStatus Name <name>