AWS IoT Secure Tunneling
    AWS IoT Secure Tunneling
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST

      /

      The AWS IoT Secure Tunneling multi-region endpoint
      http://api.tunneling.iot.{region}.amazonaws.com
      The AWS IoT Secure Tunneling multi-region endpoint
      http://api.tunneling.iot.{region}.amazonaws.com
      POST
      /
      List all tunnels for an Amazon Web Services account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels.
      Requires permission to access the ListTunnels action.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request POST 'http://api.tunneling.iot.{region}.amazonaws.com/' \
      --header 'X-Amz-Target;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "thingName": "string",
          "maxResults": 0,
          "nextToken": "string"
      }'
      Response Response Example
      {
          "tunnelSummaries": [],
          "nextToken": "string"
      }

      Request

      Query Params

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Modified at 2023-08-16 07:32:16
      Previous
      /
      Next
      /
      Built with