Returns details about a specific transient port-forward rule by ID.
cURL
curl --request GET \ --url https://api.altostrat.io/{site}/transient-forward/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "port": 123, "revoked_early": true, "allow_only_cidr": "<string>", "expires_at": "2023-11-07T05:31:56Z", "expired": true, "entry_point": "<string>", "dst_address": "127.0.0.1", "dst_port": 123, "time_to_expire": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transient port-forward ID
Transient port-forward found
The response is of type object.
object
Was this page helpful?