v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
AWS Logs Integration

Enable an AWS Logs integration

Enable automatic log collection for a list of services. This should be run after running CreateAWSLambdaARN to save the configuration.

post/api/v1/integration/aws/logs/services

Request body

account_idstring required

Your AWS Account ID without dashes.

servicesstring[] required

Array of services IDs set to enable automatic log collection. Discover the list of available services with the get list of AWS log ready services API endpoint.

Example request

{
  "account_id": "1234567",
  "services": [
    "s3",
    "elb",
    "elbv2",
    "cloudfront",
    "redshift",
    "lambda"
  ]
}

Response

OK

object required