Cloud
List Data Sources
List all data sources on your Lucid account.
get/v1/dataSources
Response
OK. Returns a list of data sources.
Example response
[
{
"dataSourceId": "awsds_12345",
"params": {
"name": "Example AWS Data Source",
"importType": "crossAccount",
"awsAccountId": "123456789012",
"regions": [
"us-east-1",
"us-west-2"
],
"resourceSelection": [
"AWS::EC2::Instance",
"AWS::S3::Bucket"
]
}
}
]