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