RackHD/on-tasks

View on GitHub
lib/task-data/base-tasks/dell-wsman-add-hotspare-updatexml.js

Summary

Maintainability
A
30 mins
Test Coverage
// Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

'use strict';

module.exports = {
    friendlyName: "Dell Wsman Add Hotspare UpdateXml Base Task",
    injectableName: "Task.Base.Dell.Wsman.Add.Hotspare.UpdateXml",
    runJob: 'Job.Dell.Wsman.Add.Hotspare.UpdateXml',
    requiredOptions: [],
    requiredProperties: {},
    properties: {}
};