@broadcom/ca7-for-zowe-cli
Version:
CA 7 Workload Automation Plug-in for Zowe CLI
45 lines • 1.74 kB
JavaScript
;
/*
* Copyright © 202X Broadcom Inc. and/or its subsidiaries
* © 202X Broadcom Inc and/or its subsidiaries; All rights reserved
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PostWaitingResourceDefinition = void 0;
exports.PostWaitingResourceDefinition = {
name: "list-waiting-resource",
aliases: ["lwr"],
summary: "Display jobs waiting for resources.",
description: "List waiting Resource",
examples: [
{
options: "TODO",
description: "TODO"
}
],
type: "command",
handler: __dirname + "/PostWaitingResource.handler",
profile: {
optional: ["ca7"]
},
options: [
{
name: "job",
description: "(Optional) Specifies a fully qualified or generic job name." +
"\n * - Specifies all jobs." +
"\n job - Specifies a fully qualified job name" +
"\n Limits:: 1 to 8 alphanumeric characters" +
"\n job - Specifies multiple jobs that a generic job name specifies." +
"\n Limits:: 1 to 7 alphanumeric characters that are terminated with an asterisk.",
type: "string",
required: false
},
{
name: "schid",
description: "(Optional) A SCHID value of 0 applies to connections for all schedules and" +
"\ntherefore is listed with connections for any schedule ID requested. Default:: Null (causes connections for all schedule IDs to appear)Limits:: 1 to 3 numeric characters from 0 through 999",
type: "string",
required: false
}
]
};
//# sourceMappingURL=PostWaitingResource.definition.js.map