Exclusion Profiles REST Endpoints
    
        Device Discovery/Exclusion Profiles
    
Use for managing discovery exclusion profiles.
- Create an Exclusion Profile
- Method: postPath:/api/discovery/Excludes
- Delete an Exclusion Profile
- Method: deletePath:/api/discovery/Excludes/{id}
- Get an Exclusion Profile by ID
- Method: getPath:/api/discovery/Excludes/{id}
- Get Discovery Exclusion Profiles
- Method: getPath:/api/discovery/Excludes
- Get Discovery Exclusion Profiles for Combo Boxes and Item Selectors
- Method: getPath:/api/discovery/Excludes/readForSelect
- Update an Exclusion Profile
- Method: putPath:/api/discovery/Excludes/{id}