Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/scans/cve/mac-address/cve/list \
--header 'Authorization: Bearer <token>'[
{
"mac_address": "08:00:27:7C:2E:5A",
"total_scans": 3,
"total_cve_instances": 15,
"stats": {
"unique_cve_count": 8,
"highest_score": 8.8,
"average_score": 6.5
}
}
]Retrieves a list of all unique MAC addresses that have been discovered across all scans for your account. This can be used to populate a device inventory or to discover which devices to query for CVEs.
curl --request GET \
--url https://v1.api.altostrat.io/scans/cve/mac-address/cve/list \
--header 'Authorization: Bearer <token>'[
{
"mac_address": "08:00:27:7C:2E:5A",
"total_scans": 3,
"total_cve_instances": 15,
"stats": {
"unique_cve_count": 8,
"highest_score": 8.8,
"average_score": 6.5
}
}
]Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?