cURL
curl --request GET \ --url https://api.ngrok.com/backends/weighted \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "backends": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "description": "<string>", "metadata": "<string>", "backends": {} } ], "uri": "<string>", "next_page_uri": "<string>" }
List all Weighted backends on this account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the list of all Weighted backends on this account
Show child attributes
unique identifier for this Weighted backend
URI of the WeightedBackend API resource
timestamp when the backend was created, RFC 3339 format
human-readable description of this backend. Optional
arbitrary user-defined machine-readable data of this backend. Optional
the ids of the child backends to their weights [0-10000]
URI of the Weighted backends list API resource
URI of the next page, or null if there is no next page
Was this page helpful?