Get the IPv4 template task status when the template is applied.
API method:
GET /v1/getTemplateTaskStatus
Output / Response: Returns a JSON string that contains the template status.
The string includes the following information:
- templateId—the object ID of the template
- status—the status of the template
- time—the date and time when the template was applied
- networkStatus—indicates whether the template was successfully applied to an IPv4 object
Example output from this
method:
{
"templateId":"101190",
"status":"FINISHED",
"time":"2019-02-28T14:03:27"
"networkStatus":[
{"networkId":101518,"status":"Template applied successfully."},
{"networkId":101197,"status":"Template apply failed.
Generated addresses or ranges from template overlap"}
]
}