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=|"
}
}
}