REST API calls to update a subnet
There are several REST API calls to update a subnet (similar to the calls we have for the host reservations). Specifically, we need: createSubnetUpdate
, commitSubnetUpdate
. Internally they will make calls to the config manager's functions: BeginSubnetUpdate
, ApplySubnetUpdate
and Commit
.