Get Asset
Retrieve a specific asset for a specific client.
External Documentation
To learn more, visit the PlexTrac documentation.
Parameters
Parameter | Description |
---|---|
Asset ID | The ID of the asset to get info for. Can be retrieved from the 'List Client Assets', or 'List Tenant Assets' actions. |
Client ID | The ID of the client whos asset get info for belongs to. Can be retrieved from the 'List Clients' action. |
Example Output
{
"asset": "Test Asset",
"assetCriticality": "High",
"child_assets": {},
"client_id": 1045,
"created": "Thu Jun 01 2023 18:11:51 GMT+0000",
"createdAt": 1685643111192,
"data_owner": "Data Owner",
"description": "<p>Asset Description</p>",
"dns_name": "DNS Name",
"doc_type": "client_asset",
"findings": {},
"host_fqdn": "Host FQDN",
"host_rdns": "Host RDNS",
"hostname": "Hostname",
"id": "75c648f9-6ef7-48a5-8c8f-1baa49befcf9",
"knownIps": [
"1.1.1.1",
"52.52.52.52"
],
"mac_address": "MAC Address",
"netbios_name": "NetBIOS Name",
"notes": [
{
"created": "Fri Aug 25 2023 17:14:00 GMT+0000",
"author": "test.email@plextrac.com",
"note": "Asset Note"
}
],
"operating_system": [
"windows"
],
"parent_asset": {
"asset": "Test Parent Asset",
"id": "27d16919-17f6-4432-8814-66c734b1413c"
},
"pci_status": "pass",
"physical_location": "Physical Location",
"ports": {
"1234": {
"number": "1234",
"protocol": "protocol",
"service": "service",
"version": "version"
}
},
"system_owner": "System Owner",
"tags": [
"test_tag"
],
"total_cves": "5",
"type": "Workstation",
"updatedAt": 1692983640863
}
Workflow Library Example
Get Asset with Plextrac and Send Results Via Email
Preview this Workflow on desktop