Get Gateway Configuration Details

Get configuration details of deployed gateway..

  • Base URL : 'https://{gateway-ip}:/v2/gateway'
  • replace {gateway-ip} with actual ip of your deployed gateway

Use the required query parameter to query about Gateway configuration.

Path Parameters

    Query Parameters

    • infostring

      Query string for required config type info.

      Enum:
      generalInfosyslogInfontpInfotzInfoservicesInforoutesInfo
    • generalInfostring

      Get the generic configuration details.

    • syslogInfostring

      Filter syslog related config.

    • ntpInfostring

      Filter ntp related config.

    • tzInfostring

      Filter time-zone related config.

    • servicesInfostring

      Filter services related config.

    • routesInfostring

      Filter routesInfo related config.

    Responses

    • generalInfoobject

    • syslogInfoListarray

    • ntpInfoobjectrequired

    • servicesInfoarray

    • routesInfoobject

    • tzInfoobject

    Loading Examples...