| Skip Navigation Links | |
| Exit Print View | |
|
Oracle® ZFS Storage Appliance RESTful Application Programming Interface |
Lists all configured datalinks on the appliance. Each object in the datalinks list contains an href to get the operation on a single datalink resource along with datalink properties.
Example Request:
GET /api/network/v1/datalinks HTTP/1.1 Host: zfs-storage.example.com Accept: application/json
Example JSON Data:
{
"datalinks": [{
"href": "/api/network/v1/datalinks/ixgbe0",
...
}, {
"href": "/api/network/v1/datalinks/ixgbe1",
...
}, {
"href": "/api/network/v1/datalinks/ixgbe2",
...
}, {
"href": "/api/network/v1/datalinks/ixgbe3",
...
}]
}