n8n-nodes-base
Version:
Base nodes of n8n
20 lines • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.rmmGetDescription = void 0;
exports.rmmGetDescription = [
{
displayName: 'RMM Alert ID',
name: 'alertId',
type: 'string',
required: true,
displayOptions: {
show: {
resource: ['rmm'],
operation: ['get'],
},
},
default: '',
description: 'Get specific RMM alert by ID',
},
];
//# sourceMappingURL=description.js.map