Reference Guide
SupportAssist Enterprise
50 REST API Guide – SupportAssist Enterprise
2.10 Discovery Rule
A device discovery rule enables you to discover and add devices that are present within one or more IP address
ranges. Creating a device discovery rule helps you add multiple devices, and reduces the effort involved in adding
each device individually.
2.10.1 Retrieve Discovery Rule
The following resource URI is used to retrieve all device discovery rules:
https://<BASE_URI>/SupportAssist/api/v1/DiscoveryRule
Method: GET
Headers:
Authorization: Bearer <Authentication_Token>
The following is the JSON schema for retrieving a discovery rule.
{
"type" : "object",
"id" : "DeviceDiscoveryRuleObject",
"properties" : {
"id" : {
"type" : "string"
},
"ruleName" : {
"type" : "string"
},
"credProfileId" : {
"type" : "string"
},
"deepDiscoveryEnabled" : {
"type" : "boolean"
},
"enableMonitoring" : {
"type" : "boolean"
},
"installAgent" : {
"type" : "boolean"
},
"configureSNMP" : {
"type" : "boolean"
},
"runStatus" : {
"type" : "string"
},
"range" : {
"type" : "array",
"items" : {
"type" : "object",
"id" : "DeviceDisocveryRangeObject",
"properties" : {
"ipRange" : {
"type" : "string"
},
"subnet" : {
"type" : "string"