Continuing Port Management Task¶
Overview¶
This API can be used to do “Continue Task” of the port management in case of any failure task during the port management. Exact same parameters that were passed on initial launch, in the request body are required.
Request¶
HTTP Request Path¶
{endpoint}/ecl-api/process/{processid}/restart?tenantid={tenantid}&usertoken={x-subject-token}
Request Parameter¶
Parameter | Type | Format | Description | Required |
---|---|---|---|---|
processId | String | Numeric | Process ID of the execurion | Yes |
tenantid | String | UUID | Tenant ID of the owner (UUID) | Yes |
usertoken | String | UUID | User Token (UUID) | Yes |
Request Body Parameter¶
Please refer to appropriate section ( Port Management for Single Constitution FW/UTM , Port Management for HA Constitution FW/UTM or Port Management for WAF ) depending on what type of port management (Single Constitution FW/UTM, HA FW/UTM, WAF) was executed, as exact same parameters on initial launch are required.
Response¶
HTTP Response Code¶
Response Code | Description |
---|---|
200 | OK |
400 | Bad Request |
401 | Unauthorized |
404 | Not Found |
405 | Method Not Allowed |
500 | Internal Server Error |