API Guide

Table Of Contents
/api/ProfileService/Profiles(arg)
This URI is used to update the profile information, such as name, description, attributes, and boot ISO.
PUT method for Profiles(arg)
Description This method updates the profile information, such as name, description, attributes, and boot ISO.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Id": 10081,
"Name":"profile_updated",
"Description": "serverProfile",
"NetworkBootToIso":{
"BootToNetwork":true,
"ShareType":"CIFS",
"ShareDetail":{
"IpAddress":"XX.XX.XX.XX",
"ShareName":"XX.XX.XX.XX",
"WorkGroup":"server",
"User":"username",
"Password":"password"
},
"IsoPath":"abc.iso",
"IsoTimeout": 8
}
}
GET method for Profiles(arg)
Description
This method retrieves only one profile information.
Privilege VIEW
HTTP response
codes
200
/api/ProfileService/ProfileUsage
This URI returns the profile usage for all the profiles.
GET method for ProfileUsage
Description
This method returns the profile usage for all the profiles.
Privilege VIEW
HTTP response
codes
200
584 APIs specific to OpenManage Enterprise