For the complete documentation index, see llms.txt. This page is also available as Markdown.

Heartbeat Request

This is usually used to check if the Tailent Gateway Agent is correctly configured and running.

[GET] https://tap.gateway:port/

Request headers

This is a simple GET request that requires no parameters.

Request body

This is a simple GET request that does not require a body.

Returns

The TGA should reply with a code 200 and the current version of the module:

Example curl request

Last updated