Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Get VLAN ethernet interfaces

Gets all configured VLAN interfaces.

HTTP request syntax (URI)
GET <base_URI>/v8/storage/file-devices/vlan-interfaces
Return codes
Code Data Description
200 vlanInterfaces VLAN interfaces retrieved successfully.
500 Error message Error associated with the storage system.

Any HTTP status code other than 200 indicates that the API did not complete successfully.

Request example
curl -vk -H "X-Api-Key: zrxvSDAv9x.RIP4gkmKarG3beF.or.4Tc2im7oeqYN88C9XPGHxbXC" https://172.17.11.11:8444/v8/storage/file-devices/vlan-interfaces
Response example
HTTP/1.1 200 OK
{
  "vlanInterfaces": [
    {
      "aggregateInterface": "ag2",
      "name": "ag2-vlan0044",
      "objectId": "6167322d766c616e303034343a3a3a303a3a3a4f49445f24232140255f56",
      "vlanId": 44
    },
    {
      "aggregateInterface": "ag2",
      "name": "ag2-vlan0055",
      "objectId": "6167322d766c616e303035353a3a3a303a3a3a4f49445f24232140255f56",
      "vlanId": 55
    }
  ]
}

 

  • Was this article helpful?