Retrieve a list of datasets
curl --request GET \
--url https://api.eu.bronto.io/datasets \
--header 'X-BRONTO-API-KEY: <api-key>'{
"datasets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"collection": "demo",
"dataset": "firewall",
"is_system_generated": false,
"tags": {
"region": "eu",
"environment": "production"
},
"parser_id": "266ea07d-b013-47c1-9c74-635e42b22cbb",
"metadata": {
"created_at": 123,
"created_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"modified_at": 123,
"modified_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"deleted_at": 123,
"deleted_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"last_heartbeat_at": 123
}
}
]
}datasets
Retrieve a list of datasets
GET
/
datasets
Retrieve a list of datasets
curl --request GET \
--url https://api.eu.bronto.io/datasets \
--header 'X-BRONTO-API-KEY: <api-key>'{
"datasets": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"collection": "demo",
"dataset": "firewall",
"is_system_generated": false,
"tags": {
"region": "eu",
"environment": "production"
},
"parser_id": "266ea07d-b013-47c1-9c74-635e42b22cbb",
"metadata": {
"created_at": 123,
"created_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"modified_at": 123,
"modified_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"deleted_at": 123,
"deleted_by": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"last_heartbeat_at": 123
}
}
]
}⌘I

