GET /Apply-Template/configuration/{configName}/template - Adaptive Plugins - BlueCat Gateway - 20.6.1

DHCP Template Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
20.6.1

Retrieve all IPv4 network templates available in the specified configuration.

Request
GET http://<Gateway_url>/Apply-Template/configuration/{configName}/template
Parameters
Parameter Description
configName The object ID of the configuration.
Successful response
{
    status: "SUCCESS",
    payload: [
        {
            id: 400375,
            name: "IPv4 Network Template 1"
        },
        {
            id: 400376,
            name: "IPv4 Network Template 2"
        }
        ...
    ]
}