Skip to main content
Get the asset lifecycle information of a device by its ID.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Device IDThe ID of the required device. Can be obtained by using the List Devices action.

Example Output

{
	"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"
}

Workflow Library Example

Get Device Asset Lifecycle Information with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop