====== Range of list ====== === Description === IP range list represented as a starting and ending IP, recorded in integer type. === Structure === * [[en:api:account:blacklist:blackrange:getblackranges]] * [[en:api:account:blacklist:blackrange:addblackranges]] * [[en:api:account:blacklist:blackrange:setblackranges]] * [[en:api:account:blacklist:blackrange:deleteblackranges]] === Attributes === ^ Attribute ^ Type ^ Min length(of symbols)/value ^ Max length(of symbols)/value ^ Description ^ Additionally ^ | Range ID | integer | 1 | 100 | Range identifier, unique within the black list | | | Start | integer | 16843009 | 4294967295 | Starting IP range | Is the integer representation of IP address | | End | integer | 16843009 | 4294967295 | Ending IP range | Is the integer representation of IP address |