curl --request POST \
--url https://cloud.bytebeam.io/api/v1/panel-data \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"startTime": 123,
"endTime": 123,
"aggregationInterval": 123,
"groupBys": [
"<string>"
],
"fetchAll": true,
"filterBys": {},
"panels": [
{
"timeseries": [
{
"table": "<string>",
"column": "<string>",
"query": {},
"groupBys": [
"<string>"
],
"aggregator": "<string>"
}
],
"sortOrder": "desc",
"groupBys": [
"<string>"
],
"query": {}
}
]
}'
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/panel-data \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"startTime": 123,
"endTime": 123,
"aggregationInterval": 123,
"groupBys": [
"<string>"
],
"fetchAll": true,
"filterBys": {},
"panels": [
{
"timeseries": [
{
"table": "<string>",
"column": "<string>",
"query": {},
"groupBys": [
"<string>"
],
"aggregator": "<string>"
}
],
"sortOrder": "desc",
"groupBys": [
"<string>"
],
"query": {}
}
]
}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.