Asset Enriched Attributes Payload Files

When the system adds, edits, or deletes asset attributes, Tenable Data Stream sends a payload file to your AWS bucket. In the file, updates appear in the updates array and deletes appear with a timestamp in the deletes array.

The following example shows the format of an ASSET_ENRICHED_ATTRIBUTES payload file. For definitions of the properties in this file, see Asset Enriched Attributes Properties.

Copy
{
    "payload_id": "asset_enriched_attributes-1751265865888-0",
    "version": 1,
    "type": "ASSET_ENRICHED_ATTRIBUTES",
    "count_updated": 1,
    "count_deleted": 0,
    "updates": [
        {
            "asset_id": "8be86514-cc16-42fa-b832-56bf96c66df5",
            "ratings": {
                "aes": {
                    "score": 572.0
                },
                "acr": {
                    "score": 4.0
                }
            },
            "product": "VM"
        }
    ],
    "deletes": [],
    "first_ts": "1751223659279",
    "last_ts": "1751223659300"
}