RackHD/on-taskgraph

View on GitHub
lib/graphs/dell-wsman-download-catalog-graph.js

Summary

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

'use strict';

module.exports = {
    friendlyName: 'Dell WSMAN Downlaod Catalog Graph',
    injectableName: 'Graph.Dell.Wsman.Download.Catalog',
    options: {
        defaults: {
            fileName: null,
            fileURL: null,
            targetLocation: null
        }
    },
    tasks: [
        {
            label: 'dell-wsman-downaload-catalog',
            taskName: 'Task.Dell.Wsman.Download.Catalog'
        }
    ]
};