List Assets
Returns a list of assets.
Basic Parameters
Parameter | Description |
---|---|
Filters | JSON string URI encoded set of fiters. |
Limit | Limit the return results. |
Offset | Used to page through results. |
Advanced Parameters
Parameter | Description |
---|---|
Order | What order to sort the results. |
Order Columns | what column to order on. |
Example Output
{
"count": 0,
"items": [
{
"assetStatus": 0,
"assetType": 0,
"assignedDeploymentId": "string",
"domain": "domain.local",
"fqdn": "laptoppc.domain.local",
"healthState": {
"healthIssuesList": [
{
"details": "string",
"issueCode": 0
}
],
"healthStatus": 0
},
"id": "a:a:6d020055",
"identityProtectedAt": 0,
"identityProtectionState": 0,
"ipV4Addresses": [
"1.1.1.1"
],
"ipV6Addresses": [
"string"
],
"lastLogon": 0,
"lastLogonTimestamp": 0,
"name": "laptoppc",
"operatingSystem": "Windows 10 Pro",
"passwordUpdateTime": 0,
"principalName": "string",
"protectAt": 0,
"protectionState": 0,
"rpcMonitored": false,
"source": 0,
"state": {
"assetId": "string",
"identityProtectedAt": 0,
"identityProtectionState": 0,
"isAssetConnected": false,
"lastConnectedAt": 0,
"lastDisconnectedAt": 0,
"protectedAt": 0,
"protectionState": 0
}
}
]
}
Workflow Library Example
List Assets with Zero Networks and Send Results Via Email
Preview this Workflow on desktop