Database Analytics

This section will contain a more detailed description soon. For the time being, you can feel free to rely on the auto-generated information to get started!

Get the analytics of a databaseDeprecated

SecuritybearerAuth
Request
path Parameters
id
required
string
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
query Parameters
interval
string
Default: "PAST_24_HOURS"
Enum: "LAST_7_DAYS" "LAST_30_DAYS" "PAST_24_HOURS" "CUSTOM"
start_time
string
Example: start_time=17001403868661700141218097
end_time
string
Default: "1701358878526"
Example: end_time=17001403868661700141218097
Responses
200

Successfully retrieved database analytics.

400

One or more of the required parameters were not provided to the request

401

No or invalid API key provided to the request

404

No application or database found with the provided unique name.

500

An unexpected internal error happened during retrieving database analytics.

get/databases/{id}/analytics
Request samples
Response samples
application/json
{
  • "database": {
    }
}