Skip to main content

Get account information for IAM Role

GET 

/v1/log-shipping/s3-buckets/aws-assume-role-details

Returns the Logz.io parameters needed to create an AWS IAM Role in the AWS admin console.

The next steps after running this endpoint:

  • Open your AWS admin console and create a new IAM Role. Once the role is created, you will obtain an ARN for it. Keep it handy for the next step.
  • Create a new S3 bucket connector. Provide the ARN from the previous step in the request body.

Request

Responses

successful operation

Response Headers
    Schema
      logzioAWSAccountId string

      Logz.io account ID. Provide this account ID when creating a new AWS IAM Role.

      assignedExternalId string

      Logz.io external ID. Provide this external ID when creating a new AWS IAM Role.

    Loading...