Create an Exclusion Profile

post

/api/discovery/Excludes

Creates a new exclusion profile.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Match All
Show Source
Nested Schema : schema
Type: object
Show Source
  • Unique identifier for Device Zone.
    Example: 1
  • IP Range (e.g. 10.*.0-9.1,2,3,4) to be excluded. If ProfileTypeID is 1, then it is required.
    Example: 0.0.0-1.*
  • Profile Description (why the devices are being excluded)
    Example: This is an example of excluding a list of devices from discovery
  • Profile Name
    Example: Example Device List
  • Profile Status ID Allowed Values: - 0 => Disabled - 1 => Enabled
    Example: 0
  • Profile Type ID Allowed Values: - 1 => IP Range - 2 => Device List
    Example: 1
  • Seeds (e.g. 10.10.10.1,hostname,172.16.10.1) to be excluded. If ProfileTypeID is 2, then it is required.
    Example: 192.168.100.255,10.10.10.255
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : SuccessfulAddOperation
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : data
Type: array
The properties of the new exclusion profile.
Show Source
Nested Schema : discoveryExcludesRead
Type: object
Show Source
Nested Schema : DeviceZoneID
Type: object
Unique identifier for Device Zone.
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top