List all FlexNetwork objects.
get
https://{host}:{port}/{basePath}/FlexNetwork/
list all FlexNetwork objects.
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object FlexNetwork
A FlexNetwork object is used to manage the configuration to connect to and operate on an external network or device.
Nested Schema : FlexNetwork
Type:
object
A FlexNetwork object is used to manage the configuration to connect to and operate on an external network or device.
Show Source
-
accessList: array
accessList
-
advertiseNetwork(required): boolean
-
cidr(required): string
Maximum Length:
32
-
faultIds: array
faultIds
-
flexNetworkId: string
Maximum Length:
64
-
gatewayIp(required): ip
-
lifecycleState: string
Maximum Length:
64
-
ports(required): string
Maximum Length:
256
-
speed(required): integer
-
spine1Ip(required): ip
-
spine2Ip(required): ip
-
spineVip(required): ip
-
vlan(required): integer
Nested Schema : accessList
Type:
array
Nested Schema : faultIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.