The SuperCluster Virtual Assistant REST API does not provide an API that retrieves network identifiers. Use these network identifiers for network creation APIs.
  | 
This example uses a network identifier of 1 to create a new management network.
{
    "start_address": "192.0.2.14",
    "end_address": "192.0.2.254",
    "netmask": "255.255.255.0",
    "default_route": "192.0.2.1",
    "network_identifier": 1,
    "applies_to_all": true
}