GET /v3/masterprofiles/{profileid}
Summary
Gets information on the specified priority profile (called "master profiles" before UMS 12).
Resource URL
/v3/masterprofiles/{profileid}
Example Request
curl \
--request GET \
https://[server]:8443/umsapi/v3/profiles/72054
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | priority profile ID |
Response Type
Returns a priority profile.
Example Response
{
"firmwareID": "32",
"isMasterProfile": true,
"overridesSessions": false,
"id": "72054",
"name": "Company Master Profile",
"parentID": "-14",
"movedToBin": false,
"objectType": "masterprofile",
"links": [
{
"rel": "self",
"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72054"
},
{
"rel": "Parent",
"href": "root"
},
{
"rel": "Firmware",
"href": "https://172.30.91.227:8443/umsapi/v3/firmwares/32"
}
]
}