This entity describes an autonomous system data model.
Attribute | Description | Example |
---|---|---|
data.items[].as_org | The name of the organization that is associated with the autonomous system. |
|
data.items[].asn | The number of the autonomous system. |
|
data.items[].ipv4_prefixes | The list of IPv4 prefixes that belong to this autonomous system. |
|
data.items[].ipv6_prefixes | The list of IPv6 prefixes that belong to this autonomous system. |
|
{
"as_org": "string",
"asn": 0,
"ipv4_prefixes": [
{
"cidr": "string",
"isp": "string"
}
],
"ipv6_prefixes": [
{
"cidr": "string",
"isp": "string"
}
]
}