Parameter | Description |
---|---|
Filters | Filter assets by specifying the field ID to filter by, and a list of values to include. Example: [ { "id": "name", "includeValues": ["Asset_Name"] } ] |
Limit | Limit the returned number of results. |
Offset | Use this to paginate through results. Insert the nextOffset value from the previous response to retrieve the next batch of results. |
Parameter | Description |
---|---|
Order | Choose the order in which to sort the results. |
Order Columns | Select the column to sort by. |
{
"items": [
{
"id": "<string>",
"name": "<string>",
"assetType": 2,
"protectionState": 2,
"domain": "<string>",
"identityProtectionState": 0,
"rpcProtectionState": 2,
"breakGlassActivated": false,
"ipV4Addresses": [],
"ipV6Addresses": [],
"operatingSystem": "<string>",
"osType": 4,
"source": 25,
"fqdn": "<string>",
"assetStatus": 1,
"healthState": {
"healthStatus": 6,
"healthIssuesList": []
},
"principalName": "<string>",
"rpcMonitored": false,
"assignedDeploymentId": "<string>",
"preferredDeploymentId": "<string>",
"inactiveReason": 4,
"outboundRestriction": 1,
"quarantined": false,
"externalDeviceId": "<string>",
"manufacturer": "<string>",
"purdueLevel": 1,
"hasDns": true,
"state": {
"assetId": "<string>",
"isAssetConnected": false,
"protectionState": 1,
"identityProtectionState": 1,
"rpcProtectionState": 2
}
}
],
"count": 1,
"nextOffset": 1
}
Was this page helpful?