Gary Sharp
Gary Sharp
You're correct in identifying that the API Disco ICT exposes is largely suited to support its own UI. Authoring a separate API to cover all of Disco ICT's functionality would...
To read data from Disco ICT, I'd recommend connecting directly to the SQL database. Read-only permission can be assigned to either a user, or a SQL account. It is true...
A reliable API is required to **create jobs**. This would be a restful API that accepted a json model and returned basic job details or relevant validation errors (in json...
Sorry, I'm not sure I understand the question correctly. Could you please clarify what you are asking?
This library currently does not support the IPv4 DHCP filter feature. The APIs are available though; for example: [DhcpEnumFilterV4 function](https://learn.microsoft.com/en-us/windows/win32/api/dhcpsapi/nf-dhcpsapi-dhcpenumfilterv4) It would be relatively simple to add this functionality.
This seems reasonably achievable. Rather than adding/removing from user/device flags, it probably makes more sense to add Managed Groups to the Job Queue itself. If a job appears in a...