@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 • 775 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.probesFields = exports.probesOperations = void 0;
exports.probesOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['probes'],
},
},
options: [
{
name: 'List',
value: 'list',
action: 'Returns a list of all probes currently online and their metadata such as location and assigned tags for advanced use cases',
},
],
default: 'list',
},
];
exports.probesFields = [];
//# sourceMappingURL=ProbesDescription.js.map