meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
assets [2023/09/14 19:03] johnnyassets [2024/08/29 22:07] (current) – Mention asset transfers and history wrongecho
Line 2: Line 2:
 Manage your client's laptops, servers and networking gear with the assets module. Manage your client's laptops, servers and networking gear with the assets module.
  
-{{assets.png|}}+{{assets.png?300|}}
  
 The following information can be recorded for each asset: The following information can be recorded for each asset:
Line 26: Line 26:
   * Tickets   * Tickets
   * Services   * Services
 +
 +Assets can be transferred between clients. On the backend this involves the asset being archived and most data being copied to the new asset under the new client. Transferring an asset changes it's ID. 
 +
 +//Note: The asset history tab is currently based on audit logs. If you adjust the audit log retention, older asset events may disappear. We plan to incorporate recording asset activities (including user assignment and transfers) into a dedicated asset history table at a later date.//
  
 ===== Import & Export CSV ===== ===== Import & Export CSV =====
Line 53: Line 57:
  
  
-  Invoke-RestMethod -Uri "https://127.0.0.1/itflow/api/v1/assets/read.php?api_key=XetQjoZiti5Opg7y&asset_id=7" | ConvertTo-Json+  Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/assets/read.php?api_key=YOUR-API-KEY&asset_id=7" | ConvertTo-Json