Skip to content
Start here

Configs

ConfigsASN

Get list of ASNs
botnet_feed.configs.asn.get(ASNGetParams**kwargs) -> ASNGetResponse
GET/accounts/{account_id}/botnet_feed/configs/asn
Delete an ASN
botnet_feed.configs.asn.delete(intasn_id, ASNDeleteParams**kwargs) -> ASNDeleteResponse
DELETE/accounts/{account_id}/botnet_feed/configs/asn/{asn_id}
ModelsExpand Collapse
class ASNGetResponse:
asn: Optional[int]
class ASNDeleteResponse:
asn: Optional[int]