Reapply deployment options from an IPv4 network template to DHCP network templates and DHCP reserved addresses.
Request
PUT http://<Gateway_url>/Apply-All-Object/configuration/{configName}/template/{templateName}/tag-group/{tagGroupName}
Parameters
| Parameter | Description |
|---|---|
| configName | The object ID of the configuration. |
| templateName | The name of the IPv4 network template. |
Successful
response
{
status: "SUCCESS",
payload: {
entities: 1,
template_options: 4,
entities_fail: [],
entities_success: [
{
id: 400375,
type: "DHCP4Range",
address: "Range: 10.0.0.1 - 10.0.0.5"
}
]
}
}