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"
}
...
]
}