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
      /
      Revokes the current client access token (CAT) and returns new CAT for clients to use when reconnecting to secure tunneling to access the same tunnel.
      Requires permission to access the RotateTunnelAccessToken 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 '{
          "tunnelId": "string",
          "clientMode": "SOURCE",
          "destinationConfig": {
              "thingName": "string",
              "services": []
          }
      }'
      Response Response Example
      200 - Example 1
      {
          "tunnelArn": "string",
          "sourceAccessToken": "string",
          "destinationAccessToken": "string"
      }

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

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