API Guide

Table Of Contents
/api/ProfileService/Profiles(arg1)/AttributeDetails
This URI retrieves the attribute information for a profile id.
GET method for AttributeDetails
Description This method retrieves the attribute information for a profile id.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"ProfileId": 10079
}
/api/ProfileService/Actions/ProfileService.Rename
This URI renames existing profiles.
POST method for ProfileService.Rename
Description
This method renames existing profiles.
Privilege TEMPLATE_MANAGEMENT, AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"ProfileId": 10079,
"Name": "Edit_Profile_Name"
}
/api/ProfileService/Actions/
ProfileService.GetTargetSpecificAttributes
This URI retrieves the target specific attribute information based on the profile id.
POST method for ProfileService.GetTargetSpecificAttributes
Description
This method retrieves the target specific attribute information based on the profile id.
Privilege VIEW
HTTP response
codes
200
Example request
body
{
"ProfileId" : 10079
}
APIs specific to OpenManage Enterprise 585