UNPKG

@globalping/n8n-nodes-globalping

Version:

The Globalping n8n node allows you to perform network measurements such as ping, traceroute, mtr, http and DNS lookups from thousands of locations around the world.

26 lines 745 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.limitsFields = exports.limitsOperations = void 0; exports.limitsOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['limits'], }, }, options: [ { name: 'List', value: 'list', action: 'Returns rate limits for the current user if authenticated or IP address if not authenticated', }, ], default: 'list', }, ]; exports.limitsFields = []; //# sourceMappingURL=LimitsDescription.js.map