cloudflare
Version:
The official TypeScript library for the Cloudflare API
15 lines • 651 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from 'cloudflare/resource';
export class NetworkPath extends APIResource {
/**
* Get a breakdown of hops and performance metrics for a specific traceroute test
* run
*/
get(testResultId, params, options) {
const { account_id } = params;
return this._client.get(`/accounts/${account_id}/dex/traceroute-test-results/${testResultId}/network-path`, options)._thenUnwrap((obj) => obj.result);
}
}
(function (NetworkPath) {
})(NetworkPath || (NetworkPath = {}));
//# sourceMappingURL=network-path.mjs.map