The data portability feature provides an efficient way to bulk export raw data from your Distributed Cloud AIP environment into your Amazon Web Services (AWS) Simple Storage Service (S3) bucket(s).
This method enables you to get a list of all AWS S3 export enrollments in your organization.
Find all the AWS S3 export enrollments in your organization:
https://api.threatstack.com/v2/integrations/s3export
OK
Bad parameters
Unauthorized response
Missing credentials
The resource was not found
Rate limit hit
An internal error has occurred
{- "organization_id": "string",
- "s3Bucket": "string",
- "iamRoleArn": "stringstringstringst",
- "iamRoleArnExternalId": "string",
- "region": "string",
- "prefix": "string",
- "enrolledAt": "string",
- "enabled": true,
- "message": "string"
}
This method enables you to update an AWS S3 export enrollment in your organization.
Update an AWS S3 export enrollment in your organization:
https://api.threatstack.com/v2/integrations/s3export
OK
Bad parameters
Unauthorized response
Missing credentials
Rate limit hit
An internal error has occurred
{- "s3Bucket": "string",
- "iamRoleArn": "stringstringstringst",
- "iamRoleArnExternalId": "string",
- "region": "string",
- "prefix": "string",
- "enabled": true
}
{- "organization_id": "string",
- "s3Bucket": "string",
- "iamRoleArn": "stringstringstringst",
- "iamRoleArnExternalId": "string",
- "region": "string",
- "prefix": "string",
- "enrolledAt": "string",
- "enabled": true
}
This method enables you to delete an AWS S3 export enrollment in your organization.
Delete an AWS S3 export enrollment in your organization:
https://api.threatstack.com/v2/integrations/s3export
OK
Bad parameters
Unauthorized response
Missing credentials
The resource was not found
Rate limit hit
An internal error has occurred
{- "s3Bucket": "string"
}
{- "organization_id": "string",
- "s3Bucket": "string"
}