Description
Applies IPv4 network templates.
Attention: This API has been deprecated and will be removed
in a future release. Use the /v1/applyIP4Template method instead of this
method. For more information, refer to POST /v1/applyIP4Template
Parameters
Name | Description |
---|---|
networkId |
Location: query Type: integer (int64) The object ID of the IPv4 network template recipient. If
the value is zero, the template is applied to all networks.
|
properties |
Location: query Type: string A string containing the following properties and values:
|
templateId |
Location: query Type: integer (int64) The object ID of the IPv4 network template.
|
Responses
Code | Description |
---|---|
201 |
Type: string Returns the task ID of the network template apply task as a string.
|