Update a CloudTrail connector
PUT/v1/log-shipping/cloudtrails/:id
Updates details for a CloudTrail connector.
Note: This endpoint requires permissions that must be set by our Support team. Please email help@logz.io for assistance. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id int32required
Logz.io ID of the CloudTrail connector.
- application/json
Body
accessKey string
AWS S3 access key
secretKey string
AWS secret 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.
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...