Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
get_platform_ddos_historical | GET /metrics/platform/ddos | Get historical DDoS metrics for the entire Fastly platform |
Fetches historical DDoS metrics for the entire Fastly platform.
let cfg = &Configuration::default();
let params = GetPlatformDdosHistoricalParams {
// parameters
};
get_platform_ddos_historical(cfg, params)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
start | Option<String> | A valid ISO-8601-formatted date and time, or UNIX timestamp, indicating the inclusive start of the query time range. If not provided, a default is chosen based on the provided downsample value. |
||
end | Option<String> | A valid ISO-8601-formatted date and time, or UNIX timestamp, indicating the exclusive end of the query time range. If not provided, a default is chosen based on the provided downsample value. |
||
downsample | Option<String> | Duration of sample windows. | [default to hour] |
crate::models::PlatformDdosResponse
- Content-Type: Not defined
- Accept: application/json