RackHD/on-taskgraph

View on GitHub
lib/graphs/dell-wsman-get-trap-config-graph.js

Summary

Maintainability
A
1 hr
Test Coverage
// Copyright 2016, DELL, Inc.

'use strict';

module.exports = {
    friendlyName: 'Dell Wsman Get Trap Config',
    injectableName: 'Graph.Dell.Wsman.GetTrapConfig',
    options: {
        defaults: {
            target: null
        }
    },
    tasks: [
        {
            label: 'dell-wsman-get-trap-config',
            taskName: 'Task.Dell.Wsman.GetTrapConfig'
        }
    ]
};