This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

SWIS REST API ready for manipulating DHCP leases?

Hello everybody,

I'd like to use the SWIS API for creating, manipulating and deleting a single DHCP lease which in turn gets then synced to the DHCP server.

Is this supported at all?

I found the following obstacle. I cannot address a single DHCP lease because IPAM.DhcpLease has only one key parameter "scopeID".

See also

Example:

curl -k --user user:passwd https://localhost:17778/SolarWinds/InformationService/v3/Json/swis:///swis://tdanner-dev.swdev.local/Orion/IPAM.DhcpLease/ScopeId=3558

The request returns an error:

{"Message":"Multiple entity instances found.\u000d\u000aParameter name: uri"}