Kurzbeschreibung

Ruft Informationen über das angegebene Priority Profil (vor UMS 12 als "Masterprofile" bezeichnet) ab.

Ressourcen-URL

/v3/masterprofiles/{profileid} 

Beispielanfrage

curl \

--request GET \

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

Anfragenpfadvariablen

NameTypVerbindlichBeschreibung
profileidStringjaPriority Profil-ID

Antworttyp

Liefert ein Priority Profil.

Beispielantwort

{

"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"

}

]

}