alias
Update an existing alias based upon the lookup
put/alias/{guid}
Path parameters
guidstring required
uuid of the Alias to update
uuid of the Alias to update
Request body
Example request
{
"alias": "verizon",
"captureID": "0",
"ip": "192.168.10.20",
"mask": 32,
"port": 5060
}Response
AliasUpdateSuccessResponse
Example response
{
"data": "f2d0a540-bf21-4c0d-ac73-8696ea10855a",
"message": "successfully updated alias"
}