Branches
Retrieve branch metrics
Returns time-series data for one or more metrics of a branch.
POST
Retrieve branch metrics
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Pattern:
[a-zA-Z0-9_-~:]+Body
application/json
Start time
End time
List of metric names to query.
Required array length:
1 - 15 elementsName of a branch metric exposed by the API.
Available options:
cpu, memory, disk, connections_active, connections_idle, network_ingress, network_egress, iops_read, iops_write, latency_read, latency_write, throughput_read, throughput_write, wal_sync_time, replication_lag_time List of aggregations to get, this is how the data-points within the interval are aggregated. Each one will generate a separate time-series per metric in the response.
Available options:
avg, max, min List of instance IDs to query
Retrieve branch metrics