JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® ZFS Storage Appliance RESTful Application Programming Interface
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 Overview

Chapter 2 Working with the API

Chapter 3 Alert Service Commands

Chapter 4 Analytics Services

Chapter 5 Hardware Services

Chapter 6 Log Commands

Chapter 7 Network Commands

Networking Configuration

Network Datalinks

List Network Datalinks

Get Network Datalink

Create Network Datalink

Modify Network Datalink

Delete Network Datalink

Network Devices

List Network Devices

Get Network Device

Network Interfaces

List Network Interfaces

Get Network Interface

Create Network Interface

Modify Network Interface

Delete Network Interface

Network Routes

List Routes

Get Route

Add Route

Delete Route

Chapter 8 Problem Service Commands

Chapter 9 Role Service

Chapter 10 SAN Services

Chapter 11 Service Commands

Chapter 12 Storage Services

Chapter 13 System Commands

Chapter 14 User Service

Chapter 15 Workflow Commands

Chapter 16 RESTful Clients

Network Interfaces

Network interface commands.

Table 7-9  Network Interface Commands
Request
Path /api/network/v1
Description
POST
/interfaces
Create a new network interface
GET
/interfaces/<interface>
Get the specified network interface properties
GET
/interfaces
List all network interface objects
PUT
/interfaces/<interface>
Modify the specified network interface object
DELETE
/interfaces/<interface>
Destroy the specified interface object
Table 7-10  Network Interface Properties
Name
Description
admin
Flag indicating if administration is allowed on this interface
class
Class type ("ip", "ipmp") (immutable after create)
curaddrs
Current IP Addresses (immutable)
enable
Flag indicating if this interface is enabled
label
User label for interface
links
Chose a network link for this interface
state
State of Interface (immutable)
v4addrs
IPv4 Addresses
v6dhcp
IPv4 DHCP flag
v6addrs
IPv6 Addresses
v6dhcp
IPv6 DHCP flag