Assignments

Returns a list with all active assignments

get/assignments/active/

Response

Assignment

activeboolean
provisionedboolean
validatedboolean
is_self_scheduleboolean
descriptionstring
ownerstring
ticketstring
qinqinteger
wipeboolean
ccuserstring[]
cloud_idinteger
vlan_idinteger

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_schedule to the response with the 200 status

      response-optional-property-added

    • removed the optional property items/is_self_schedule from the response with the 200 status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog