Exclusion Profiles REST Endpoints

Device Discovery/Exclusion Profiles
Use for managing discovery exclusion profiles.
Create an Exclusion Profile
Method: post
Path: /api/discovery/Excludes
Delete an Exclusion Profile
Method: delete
Path: /api/discovery/Excludes/{id}
Get an Exclusion Profile by ID
Method: get
Path: /api/discovery/Excludes/{id}
Get Discovery Exclusion Profiles
Method: get
Path: /api/discovery/Excludes
Get Discovery Exclusion Profiles for Combo Boxes and Item Selectors
Method: get
Path: /api/discovery/Excludes/readForSelect
Update an Exclusion Profile
Method: put
Path: /api/discovery/Excludes/{id}