Add AWS Log Lambda ARN
POST {{baseUrl}}/api/v1/integration/aws/logs
Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS account ID to enable log collection.
Request Body
{"account_id"=>"1234567", "lambda_arn"=>"arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}