https://server-name/ws/powerscui/profiles/<profileLibrary>
Handled headers
- Accept - define output format (application/json, application/xml), default is application/json
List of resources
- /ws/powerscui/profiles/<profileLibrary>/<profileName> - resource which allow to manipulate profiles
Methods
- GET
Get profile list for the <profileLibrary>
URL Parameters- denaliSessionId (required) - current session identifier.
Result
<ProfileList>
Data structures
profileLibrary The profile library variable may have two values: 'built-in' and
'custom'
ProfileList
{ "profileList" : [ <ProfileRef>, <ProfileRef>, <ProfileRef>, ... ] }
ProfileRef
{
"profile" : {
"name" : <String>
}
}