Tags Properties
The following table defines the properties in a Tenable Data Stream tags payload file. To see an example, go to Tags Payload Files.
Property | Data Type | Description |
---|---|---|
payload_id | string | The ID of the payload sent from Tenable Vulnerability Management. |
version | integer | The version of the payload. This number increments when the payload structure changes. |
type | string | The type of payload, for example, TAGS. |
count_updated | integer | The number of objects updated in the payload. |
count_deleted | integer | The number of objects deleted in the payload. |
updates[{}] | array of objects | Contains the objects updated in the payload. |
updates[].target.asset_uuid | string | The UUID of the asset for which the system updated tags. Use this value as the unique key for the asset. |
updates[{}].tags | array of objects | Contains information about the asset tags updated in the payload. |
updates[].tags[].type | string | The type of tag: STATIC or DYNAMIC. |
updates[].tags[].category_uuid | string | The UUID of the tag category. |
updates[].tags[].value_uuid | string | The UUID of the tag value. |
updates[].tags[].category_name | string | The tag category (the first half of the category:value pair). |
updates[].tags[].tag_name | string | The tag value (the second half of the category:value pair). |
updates[].tags[].created_by | string | The UUID of the user who assigned the tag to the asset. |
updates[].tags[].created_at | integer | A Unix timestamp indicating the date and time when the tag was created. |
updates[].tags[].updated_by | string | The UUID of the user who last updated the tag. |
updates[].tags[].updated_at | integer | A Unix timestamp indicating the date and time when the tag was updated. |
updates[].tags[].description | string | The tag description. |
updates[].tags[].category_description | string | The tag category description. |
updates[].tags[].product | string |
The product the tag applies to, for example, IO for Tenable Vulnerability Management. |
deletes[{}] | array of objects | Contains tags deleted in the payload. |
deletes[].id | string | Indicates the ID for the deleted tag. |
deletes[].deleted_at | string | An ISO timestamp indicating the date and time when the tag was deleted. |
first_ts | integer | A Unix timestamp indicating the date and time of the first entry in the payload. |
last_ts | integer | A Unix timestamp indicating the date and time of the last entry in the payload. |