Fetch all interfaces Of A gateway

Fetch all interfaces Of A gateway
Fetch all interfaces of a gateway

Fetches all interfaces of an Edge Services Gateway for the given input id

Request
URI
GET
https://{server}/hybridity/api/gateways/{id}/interfaces
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

[
    "nls_1.0_edgeInterface Object"
]
Optional
Constraints: minItems: 1 maxItems: 10

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/hybridity/api/gateways/{id}/interfaces