Retrieve the configuration information about the DHCP range or DHCP reserved address, including whether a DHCP template has been applied.
Request
GET http://<Gateway_url>/Apply-Template/entity/{entityId}/configuration
Parameters
| Parameter | Description |
|---|---|
| entityId | The object ID of the DHCP range or DHCP reserved address. |
Successful
response
{
status: "SUCCESS",
payload: {
entity: {
id: 400375,
type: "DHCP4Range",
address: "12.0.0.2 - 12.0.0.10",
is_template_linked: true
},
configuration: {
id: 396638,
name: "test-config",
type: "Configuration",
properties: "description=|configurationGroup=|"
}
}
}