Summary:
View the results of a specific Auto Discovery profile. Applicable to Enuity v19.0 upwards.
URL:
autodiscoveryResults/{id}
Methods summary
- GET Method - lists the results of a specific Auto Discovery profile.
GET Method detail
Lists the results of a specific Auto Discovery profile.
Example:
INPUT
curl -u admin:admin https://localhost/api/autodiscoveryResults?media=json
OUTPUT
{ "assets" : [ {
"id" : 5,
"parentId" : 0,
"profileId" : 12,
"flags" : 0,
"devicename" : "one.one.one.one",
"ipAddr" : "1.1.1.1",
"deviceType" : null,
"description" : null,
"firstSeenSec" : 1617720151,
"lastSeenSec" : 1617720151,
"credentialIds" : null,
"credentialStatus" : 0,
"vendor" : null,
"model" : null,
"serialNo" : null,
"location" : null,
"family" : null,
"managementProtocol" : 0,
"managementOptions" : null,
"assetCategory" : 1,
"hypervisor" : null,
"zoneId" : 0,
"newAsset" : true,
"managed" : false,
"configManagement" : null,
"managedSinceSec" : null,
"managementLevel" : null
} ]
}
Comments
0 comments
Please sign in to leave a comment.