External DocumentationTo learn more, visit the N-able N-Central documentation.
Actions
Get Device Asset Lifecycle Information
Get the asset lifecycle information of a device by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Device ID | The ID of the required device. Can be obtained by using the List Devices action. |
{
"warrantyExpiryDate": "2022-12-31",
"leaseExpiryDate": "2022-12-31",
"expectedReplacementDate": "2022-12-31",
"purchaseDate": "2022-12-31",
"cost": 0,
"location": "location",
"assetTag": "assetTag",
"description": "description",
"updateWarrantyError": "updateWarrantyError"
}
Was this page helpful?