Skip to main content

Retrieve CloudTrail connector by ID

GET 

/v1/log-shipping/cloudtrails/:id

Returns details for a CloudTrail connector, identified by its ID.

Note: This endpoint requires permissions that must be set by our Support team. Please email help@logz.io for assistance.

Request

Path Parameters

    id int32required

    Logz.io ID of the CloudTrail connector

Responses

successful operation

Schema
    id int32

    Logz.io ID of the CloudTrail connector. Use this ID to perform operations on the connector using Logz.io API endpoints.

    accessKey string

    AWS S3 access key

    bucket string

    AWS S3 bucket name

    prefix string

    Prefix of the AWS S3 bucket

    active boolean

    If true, the CloudTrail connector is active and logs are being shipped to Logz.io. If false, the connector is disabled.

Loading...