Run SysInfo Audit
Runs a sysinfo audit immediately for a single agent. The sysinfo audit shows all DMI / SMBIOS data of the system as of the last system info audit. This data seldom changes and typically only needs to be run once.
PUT /assetmgmt/audit/sysinfo/{agentId}/runnow
- Does not accept filter and sort expressions.
- This is an action API; no business data is returned or changed.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Sample Response Model
{
"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}