Enable an AWS Logs integration
POST {{baseUrl}}/api/v1/integration/aws/logs/services
Enable automatic log collection for a list of services. This should be run after running CreateAWSLambdaARN
to save the configuration.
Request Body
{"account_id"=>"1234567", "services"=>["s3", "elb", "elbv2", "cloudfront", "redshift", "lambda"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}