Get an Exclusion Profile by ID
get
/api/discovery/Excludes/{id}
Gets the exclusion profile that matches the specified ID.
Request
Path Parameters
-
id(required): integer
The discovery profile ID.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Match All
Show Source
-
object
SuccessfulGetOperation
The response body for a successful get operation.
-
object
type
Nested Schema : SuccessfulGetOperation
Type:
object
The response body for a successful get operation.
Show Source
-
message: string
The response message.Example:
Loaded 1 entries
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Nested Schema : type
Type:
Show Source
object
-
data: array
data
The properties of the specified exclusion profile.
-
total: integer
The total number of results regardless of paging.Example:
1
Nested Schema : discoveryExcludesRead
Type:
Show Source
object
-
DeviceZoneID: object
DeviceZoneID
The device zone name and ID.
-
DeviceZoneName: string
The device zone name.Example:
Default First Zone
-
IPRange: string
The IP range excluded from discovery. For example, 10.*.0-9.1,2,3,4.Example:
0.0.0-1.*
-
ProfileDescr: string
The discovery profile description, which explains why the devices are being excluded.Example:
This is an example of excluding a list of devices from discovery.
-
ProfileID: integer
The discovery profile ID for individual CRUD operations.Example:
2
-
ProfileName: string
The discovery profile name.Example:
Example Device List
-
ProfileStatus: string
The profile status.Example:
Disabled
-
ProfileStatusIcon: string
The profile status icon.Example:
OrbRed.png
-
ProfileStatusID: integer
The profile status ID. Either 0 (disabled) or 1 (enabled).Example:
0
-
ProfileType: string
The profile type. Allowed Values:
- 1: IP Range
- 2: Device List
Example:Device List
-
Seeds: string
The seeds excluded from discovery.Example:
192.168.100.255,10.10.10.255
Nested Schema : DeviceZoneID
Type:
object
The device zone name and ID.
Show Source
-
id: integer
The device zone ID.Example:
1
-
name: string
The device zone name associated with the specified id.Example:
Default First Zone
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object
-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
object
An error.