Kurzbeschreibung

Ruft Informationen über das angegebene Profil ab.

Ressourcen-URL

/v3/profiles/{profileid}

Beispielanfrage

curl \

--request GET \

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

Anforderungspfadvariablen

Name

Typ

Verbindlich

Beschreibung

profileid

String

ja

ID des Profils

Reaktionsart

Gibt ein Profil zurück.

Beispielreaktion

{

"firmwareID": "2",

"isMasterProfile": false,

"overridesSessions": false,

"id": "6585",

"name": "Benchmark intern",

"parentID": "20453",

"movedToBin": false,

"objectType": "profile",

"links": [

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/profiles/6585"

},

{

"rel": "Parent",

"href": "https://172.30.91.227:8443/umsapi/v3/directories/profiledirectories/20453"

},

{

"rel": "Firmware",

"href": "https://172.30.91.227:8443/umsapi/v3/firmwares/2"

}

]

}