Assignment
Summary
An Assignment links ApiObjects, e.g. profiles to thin clients, or profiles to thin client directories.
Properties
Name | Type | Mandatory | Description |
assignee | yes | The ApiObject that is assigned | |
receiver | yes | The ApiObject that is assigned to | |
assignmentPosition | Integer | no | Position for the order in which profiles are applied |
links | Array | no | Links that make IMI discoverable for an HTTP spider |
Example
[
{
"assignee": {
"id": "68257",
"type": "profile"
},
"receiver": {
"id": "48335",
"type": "tc"
},
"assignmentPosition": 0,
"links": [
{
"rel": "assigned",
"href": "https://172.30.91.227:8443/umsapi/v2/profiles/68257"
},
{
"rel": "receiver",
"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/48335"
},
{
"rel": "self",
"href": "https://172.30.91.227:8443/umsapi/v2/profiles/68257/assignments/thinclients/48335"
}
]
}
]