Get Network Metrics
get_network_metricsObtain network download and upload metrics (bytes/s) for a service, supporting optional deployment tag and time range filtering.
Instructions
Get network download and upload metrics (bytes/s) for a service. Automatically uses the current deploy tag if not specified. Use get_service to find service IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End timestamp (Unix seconds) | |
| start | No | Start timestamp (Unix seconds) | |
| deployTag | No | Filter by deployment tag | |
| serviceId | Yes | The service UUID |