v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBAssets
Create a New Asset
Create a new asset in your SysAid account.
post/assets
Request body
Example request
{
"name": "KATANA-GF66",
"type": "laptop",
"source": "agent",
"manufacturer": "MSI",
"model": "GF66 11UG-871",
"serial": "SN1A2B3C4",
"description": "Very cool asset!",
"ownerId": 10293,
"ownership": "personal",
"companyId": 7,
"locationId": 14,
"departmentId": 3,
"warrantyExpiration": "2026-05-13",
"patchManagementEnabled": true,
"os": {
"name": "Windows",
"version": "11 Pro 24H2"
},
"network": {
"macAddresses": [
"18:3D:A2:55:67:10",
"18:3D:A2:55:67:11"
],
"ipAddresses": [
"10.178.3.44",
"10.178.3.45"
]
},
"customFields": {
"cust_col1": "val1",
"cust_col21": "val2"
},
"additionalData": "Uptime (in seconds): 23945770\nUser domain: EXAMPLE"
}Response
Asset created successfully.
Example response
{
"success": true,
"id": "MSI-123"
}