diff --git a/.stats.yml b/.stats.yml index 22a9838a41f..8fd25aaef15 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1355 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc69e59fd4fa46f91ea8cc808c15da7805d91b7d2a071e88fc9c0941bd35af62.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b0d5776fe253adcc7a6ca1355ca79d45196d2a22f51f3b2d7ee01033b145d597.yml diff --git a/src/cloudflare/resources/radar/as112/timeseries_groups.py b/src/cloudflare/resources/radar/as112/timeseries_groups.py index 899715a7643..00695c14157 100644 --- a/src/cloudflare/resources/radar/as112/timeseries_groups.py +++ b/src/cloudflare/resources/radar/as112/timeseries_groups.py @@ -81,7 +81,7 @@ def dnssec( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TimeseriesGroupDNSSECResponse: """ - Percentage distribution of DNS AS112 queries by DNSSEC support over time. + Percentage distribution of AS112 DNS queries by DNSSEC support over time. Args: agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes @@ -615,7 +615,7 @@ async def dnssec( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TimeseriesGroupDNSSECResponse: """ - Percentage distribution of DNS AS112 queries by DNSSEC support over time. + Percentage distribution of AS112 DNS queries by DNSSEC support over time. Args: agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes diff --git a/src/cloudflare/resources/radar/attacks/layer3/timeseries_groups.py b/src/cloudflare/resources/radar/attacks/layer3/timeseries_groups.py index 5a199af1a8e..5fc390814b5 100644 --- a/src/cloudflare/resources/radar/attacks/layer3/timeseries_groups.py +++ b/src/cloudflare/resources/radar/attacks/layer3/timeseries_groups.py @@ -369,7 +369,7 @@ def industry( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TimeseriesGroupIndustryResponse: """ - Percentage distribution of attacks by industry used over time. + Percentage distribution of attacks by industry targeted over time. Args: agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes @@ -759,7 +759,7 @@ def vertical( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TimeseriesGroupVerticalResponse: """ - Percentage distribution of attacks by vertical used over time. + Percentage distribution of attacks by vertical targeted over time. Args: agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes @@ -1162,7 +1162,7 @@ async def industry( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TimeseriesGroupIndustryResponse: """ - Percentage distribution of attacks by industry used over time. + Percentage distribution of attacks by industry targeted over time. Args: agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes @@ -1552,7 +1552,7 @@ async def vertical( timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN, ) -> TimeseriesGroupVerticalResponse: """ - Percentage distribution of attacks by vertical used over time. + Percentage distribution of attacks by vertical targeted over time. Args: agg_interval: Aggregation interval results should be returned in (for example, in 15 minutes diff --git a/src/cloudflare/resources/radar/entities/asns.py b/src/cloudflare/resources/radar/entities/asns.py index b3de92d23e1..42cba1df21c 100644 --- a/src/cloudflare/resources/radar/entities/asns.py +++ b/src/cloudflare/resources/radar/entities/asns.py @@ -128,7 +128,7 @@ def get( ) -> ASNGetResponse: """Get the requested autonomous system information. - A confidence level below `5` + (A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this AS). Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526). @@ -356,7 +356,7 @@ async def get( ) -> ASNGetResponse: """Get the requested autonomous system information. - A confidence level below `5` + (A confidence level below `5` indicates a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this AS). Population estimates come from APNIC (refer to https://labs.apnic.net/?p=526). diff --git a/src/cloudflare/resources/radar/entities/locations.py b/src/cloudflare/resources/radar/entities/locations.py index de71d91ee67..d191ffe53d4 100644 --- a/src/cloudflare/resources/radar/entities/locations.py +++ b/src/cloudflare/resources/radar/entities/locations.py @@ -118,8 +118,8 @@ def get( ) -> LocationGetResponse: """Get the requested location information. - A confidence level below `5` indicates a - low level of confidence in the traffic data - normally this happens because + (A confidence level below `5` indicates + a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this location). Args: @@ -240,8 +240,8 @@ async def get( ) -> LocationGetResponse: """Get the requested location information. - A confidence level below `5` indicates a - low level of confidence in the traffic data - normally this happens because + (A confidence level below `5` indicates + a low level of confidence in the traffic data - normally this happens because Cloudflare has a small amount of traffic from/to this location). Args: