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": {
"type": "API_KEY_ID",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"updated_at": 123,
"updated_by": {
"type": "API_KEY_ID",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
}
]
}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": {
"type": "API_KEY_ID",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"updated_at": 123,
"updated_by": {
"type": "API_KEY_ID",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
}
]
}