File tree 2 files changed +8
-4
lines changed
src/cloudflare/resources/intel
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1702
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-57c705c0689b845f0b2f4ffcde9ba87aae73be3ad3c4736ebfd2ded1098802f4 .yml
3
- openapi_spec_hash : 8f6843c5614cd65cf48df4cb4fd59d4a
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ee88c2251323b89b5328d03ec542cdb78ccef926af1a89eb72c998989a160fce .yml
3
+ openapi_spec_hash : 1b14237a3b2c2da1edc123846fff613f
4
4
config_hash : 02efc0b488a456e69c13dc4a934c658a
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ def get(
62
62
) -> Optional [IPGetResponse ]:
63
63
"""
64
64
Gets the geolocation, ASN, infrastructure type of the ASN, and any security
65
- threat categories of an IP address.
65
+ threat categories of an IP address. This is an alternative to the
66
+ `/intel/ip/{ipv_type}/{ip_address}` endpoint. Must provide query parameters
67
+ containing `IPv4` or `IPv6` and the IP address.
66
68
67
69
Args:
68
70
account_id: Identifier
@@ -132,7 +134,9 @@ async def get(
132
134
) -> Optional [IPGetResponse ]:
133
135
"""
134
136
Gets the geolocation, ASN, infrastructure type of the ASN, and any security
135
- threat categories of an IP address.
137
+ threat categories of an IP address. This is an alternative to the
138
+ `/intel/ip/{ipv_type}/{ip_address}` endpoint. Must provide query parameters
139
+ containing `IPv4` or `IPv6` and the IP address.
136
140
137
141
Args:
138
142
account_id: Identifier
You can’t perform that action at this time.
0 commit comments