Description
Add an IPv4 network template to the specified configuration.
Parameters
Name | Description |
---|---|
configurationId |
Location: query Type: integer (int64) The object ID of the configuration where you wish to add the IPv4 template.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
name |
Location: query Type: string The name of the IPv4 network template. |
properties |
Location: query Type: string A string defining the IPv4 network template properties. For example,gateway=[gateway_offset]| reservedAddresses={type,definedBy, offset,size,direction,name,splitStaticAddresses}Refer to Reference: network template properties. |
Responses
Code | Description |
---|---|
201 |
Type: number Returns the object ID of the new IPv4 network template. |