Kurzbeschreibung

Ruft die Profil- und Masterprofilzuordnungen für den angegebenen Thin Client in der Reihenfolge ihrer Anwendung ab.

Ressourcen-URL

/v3/thinclients/{tcId}/assignments/profiles

Beispielanfrage

curl \

--request GET \

https://[server]:8443/umsapi/v3/thinclients/48335/assignments/profiles

Anforderungspfadvariable


Name

Typ

VerbindlichBeschreibung

id

String

ja

ID des Thin Client

Reaktionsart

Gibt eine Liste von Profil- und Masterprofil-Assignments.

Beispielreaktion

[

{

"assignee": {

"id": "68257",

"type": "profile"

},

"receiver": {

"id": "48335",

"type": "tc"

},

"assignmentPosition": 0,

"links": [

{

"rel": "assigned",

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

},

{

"rel": "receiver",

"href": "https://172.30.91.227:8443/umsapi/v3/thinclients/48335"

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/profiles/68257/assignments/thinclients/48335"

}

]

},

{

"assignee": {

"id": "72063",

"type": "masterprofile"

},

"receiver": {

"id": "48335",

"type": "tc"

},

"assignmentPosition": 1,

"links": [

{

"rel": "assigned",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72063"

},

{

"rel": "receiver",

"href": "https://172.30.91.227:8443/umsapi/v3/thinclients/48335"

},

{

"rel": "self",

"href": "https://172.30.91.227:8443/umsapi/v3/masterprofiles/72063/assignments/thinclients/48335"

}

]

}

]