Go to main content

Oracle I/O Domain Administration Guide

Exit Print View

Updated: September 2021
 
 

REST API Network Identifiers

The SuperCluster Virtual Assistant REST API does not provide an API that retrieves network identifiers. Use these network identifiers for network creation APIs.

Network
Identifier
Management
1
Client
2
ZFS storage appliance IB
3
Exadata storage server IB
4
Versaboot
5

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
}