API Guide

Table Of Contents
}
}
/api/ProfileService/Actions/
ProfileService.AssignProfileForAutoDeploy
This URI assigns profiles to the auto-deploy identifier.
POST method for ProfileService.AssignProfileForAutoDeploy
Description This method assigns profiles to the auto-deploy identifier.
Privilege TEMPLATE_MANAGEMENT, AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Id": 10081,
"Identifier": "AAAAAAA",
"GroupId": null,
"Attributes": [
{
"Id": 4506,
"Value": null,
"IsIgnored": true
}
],
"NetworkBootToIso": {
"BootToNetwork": true,
"ShareType": "CIFS",
"ShareDetail": {
"IpAddress": "XX.XX.XX.XX",
"ShareName": "XX.XX.XX.XX",
"WorkGroup": "server",
"User": "user1",
"Password": "asdfff"
},
"IsoPath": "abc.iso",
"IsoTimeout": 4
}
}
/api/ProfileService/Actions/ProfileService.SyncProfiles
This URI syncs the profiles with the profiles that are already deployed.
POST method for ProfileService.SyncProfiles
Description
This method syncs the profiles with the profiles that are already deployed.
Privilege TEMPLATE_MANAGEMENT, AUTO_DEPLOY_MANAGEMENT
HTTP response
codes
200
Example request
body
{
APIs specific to OpenManage Enterprise 587