GET /Apply-All-Object/template/{templateId} - Adaptive Plugins - BlueCat Gateway - 20.6.1

DHCP Template Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
20.6.1

Retrieve IPv4 network template information.

Request
GET http://<Gateway_url>/Apply-All-Object/template/{templateId}
Parameters
Parameter Description
templateId The object ID of the IPv4 network template.
Successful response
{
    status: "SUCCESS",
    payload: {
        template: {
            id: 396817,
            name: "IPv4 Network Template 1"
        },
        configuration: {
            id: 396638,
            name: "config-1",
            type: "Configuration",
            properties: "description=|configurationGroup=|"
        }
    }
}