Summary

Gets information on the specified master profile.

Resource URL

/v2/masterprofiles/[profileid]

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v2/profiles/72054

Request Path Variables

Name

Type

Mandatory

Description

profileid

String

yes

master profile ID

Response Type

Returns a master 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/v2/masterprofiles/72054"

},

{

"rel": "Parent",

"href": "root"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v2/firmwares/32"

}

]

}