• Currently, the ReserverIpRange API is not available. If you want ZStack to reserve several specific IP addresses from the configured IP range, create a specified VIP on the UI to reserve IP addresses.
  • Use the CreateVip API.
    For example, use a.b.c.d to act as a VIP to do the IP reservation from a specified L3 network by running the following commands:
    [root@localhost ~]# zstack-cli  #Run CLI.
    admin>>> LogInByAccount accountName=admin password=password #Log in to CLI. Default user name/password: admin/password
    admin>>> CreateVip l3NetworkUuid=YOU_L3_NETWORK_UUID name=for_reserver requiredIp=a.b.c.d