Community Discussions

Ask a Question

How to get seed ip list from network mapper setting and update it using API?

Any API can be used to get and update seed ip list in the network mapper setting?

Does API v3 have a vulnerability search endpoint?

In API v1, we used GET /api/v1/search/?aql=in:vulnerabilities&fields=cveUid,deviceIds,score,severity,... to page through vulnerability records.

Failed async GET with ReadTimeout errors

Hello,

Answered

Data export missed midnight-UTC generation — urls empty / urls_creation_time null for all entities

On a partner tenant (integration-partner), I enabled v3 data-export for all three entities (vulnerabilities, applications, risk-factors) via POST /_enable before midnight UTC. ~10h after the 00:00 UTC cycle, all three still return:
{"urls": [], "urls_creation_time": null, "enabled": true, "file_format": "parquet"} No file generated for any entity.

Answered

Unable to Retrieve Port/Service Data via Armis APIs

Hi Armis Community,

Answered

List of Unique Devices in the seen in the last 24 hours

Hello, I'm trying to get a list of all the unique devices seen in the last 24 hours using the Python SDK. When I utilize this Function -
armis_sdk.assets.list_by_last_seen(Device, datetime.timedelta(days=1))

Answered