Skip to main content

Retrieve network interfaces lists for an FSx system

GET /fsx/working-environments/{fileSystemId}/interfaces

Retrieves a network interfaces list for an existing FSx system.

Parameters

Name Type In Required Description

fileSystemId

string

path

True

svm

string

query

False

Error

Status: Default, Default response
Name Type Required Description

name

string

True

address

string

False

svm

string

False

role

string

False

status

string

False

ipSpace

string

False

dataProtocols

array[string]

True

Example error response
{
  "name": "string",
  "address": "string",
  "svm": "string",
  "role": "string",
  "status": "string",
  "ipSpace": "string",
  "dataProtocols": [
    "string"
  ]
}