Cloning of list

Description

Creates a new IP list with the set of ranges, the same as original

Request code

OC_CLONEIPLIST

Request errors

Request code Code meaning Explanation
QE_IPLIST_NOT_FOUND IPList not found Source IP list was not found
QE_LIMIT_EXCEEDED Limit exceeded Exceeded the maximum number of IP lists

Request body

"Action":<OC_CLONEIPLIST>,
 "Data":{
  "Name":<MyIPListName>,
  "Source list":<MySourceIPListID>,
  "Token":<MyToken>
}

Response body

"Status": "Success"
"Data":{
 "List ID":<NewIPListID>
}