cURL
curl --request POST \ --url https://api.example.com/fleets/{fleet}/gateways \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "target_port": 123 } '
{ "fleet_id": "<string>", "id": "<string>", "name": "<string>", "namespace": "<string>", "protocol": "<string>", "target_port": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.valyent.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.valyent.cloud/llms.txt
Use this file to discover all available pages before exploring further.
OK