REST API calls to add a subnet
There are several REST API calls to create new subnet (similar to the calls we have for the host reservations). Specifically, we need: createSubnetAdd
, commitSubnetAdd
. Internally they will make calls to the config manager's functions: BeginSubnetAdd
, ApplySubnetAdd
and Commit
.