API Guide

Table Of Contents
profils
wizard which matches the filter condition
{
"SelectAll":true,
"Filters":"=contains(ProfileName,'test4')"
}
/api/ProfileService/ProfileStates
This URI retrieves the profile state information for all the profiles.
GET method for ProfileStates
Description This method retrieves the profile state information for all the profiles.
Privilege VIEW
HTTP response
codes
200
/api/ProfileService/Actions/ProfileService.Delete
This URI deletes the profiles.
POST method for ProfileService.Delete
Description
This method deletes the profiles.
Privilege TEMPLATE_MANAGEMENT, AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example request
body
Case 1: Send Profile IdsTo delete the selected profiles in the profile
wizard
{ "ProfileIds":[17626,17627,17628]
}
Case 2: Delete All without filtersTo delete all the profiles in the
profile wizard
{
"SelectAll":true,
"Filters":"*"
}
Case 3: Delete All with filtersTo delete all the profiles in the
profils
wizard which matches the filter condition
{
"SelectAll":true,
"Filters":"=contains(ProfileName,'test4')"
}
APIs specific to OpenManage Enterprise 589