Get Gateway Configuration Details
This is a new endpoint.
Get configuration details of deployed gateway.
get
/v2/gateway
Notes
- Use the required query parameter to query about Gateway configuration.
generalInfo
provides all the details of the Gateway configuration. For eghttps://{gateway-ip}:5480/v2/gateway?info=generalInfo
Path Parameters
Query Parameters
- info
Query string for required config type info.
- Enum:
- generalInfosyslogInfontpInfotzInfoservicesInforoutesInfo
- generalInfo
Get the generic configuration details.
- syslogInfo
Filter syslog related config.
- ntpInfo
Filter ntp related config.
- tzInfo
Filter time-zone related config.
- servicesInfo
Filter services related config.
- routesInfo
Filter routesInfo related config.
00