Assignments
Returns a list with all active assignments
get/assignments/active/
Response
Assignment
Example response
[
{
"active": true,
"provisioned": true,
"validated": true,
"description": "Short description here",
"owner": "jsbach",
"qinq": 1,
"wipe": true,
"ccuser": [
"edroste",
"kgodel"
],
"cloud_id": 12,
"vlan_id": 12
}
]Changes
Changed in 2 of the 9 revisions of this API.11
- ○
added the optional property
items/is_self_scheduleto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/is_self_schedulefrom the response with the200statusresponse-optional-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●