Skip to content

Commit

Permalink
Merge pull request #39 from zowe/update-broadcom-plugins
Browse files Browse the repository at this point in the history
Update Broadcom plugins for 2.11
  • Loading branch information
awharn authored Sep 1, 2023
2 parents 7d229db + ad5ac50 commit bf861ea
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 0 deletions.
137 changes: 137 additions & 0 deletions commandGroups/endevor.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12047,6 +12047,10 @@
{
"options": "-i ENDEVOR --env ENVNAME --sn 1 --sys SYSNAME --sub SUBNAME --typ TYPENAME",
"description": "List elements in Endevor from the specified inventory location with the endevor profile set up"
},
{
"options": "--stext \"first or second and third\"",
"description": "List elements in Endevor using search text string"
}
],
"name": "elements",
Expand Down Expand Up @@ -12341,6 +12345,139 @@
"type": "string",
"group": "options"
},
{
"name": "search-text",
"aliases": [
"stext"
],
"description": "Search string(s) separated with AND or OR. E.g.: string_1 AND string_2 AND string_3 OR string_4.\nFor complex search strings with quotation marks use search-text-file parameter.",
"type": "string",
"conflictsWith": [
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "search-text-file",
"aliases": [
"stf"
],
"description": "File which contains search string(s) separated with AND or OR. Recommended for complex search strings with quotation marks.",
"type": "string",
"conflictsWith": [
"search-text"
],
"group": "endevor search text options"
},
{
"name": "search-in",
"aliases": [
"si"
],
"description": "2 letters describing where search should be performed:\nes - Element Source\neh - Element History\nec - Element Changes\neu - Element Summary\ncs - Components Source\nch - Components History\ncc - Components Changes\ncu - Components Summary.",
"type": "string",
"allowableValues": {
"values": [
"es",
"eh",
"ec",
"eu",
"cs",
"ch",
"cc",
"cu"
],
"caseSensitive": false
},
"impliesOneOf": [
"search-text",
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "search-from",
"aliases": [
"sf"
],
"description": "Beginning interval of the column range for the search-text.",
"type": "number",
"numericValueRange": [
1,
32000
],
"implies": [
"search-to"
],
"impliesOneOf": [
"search-text",
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "search-to",
"aliases": [
"st"
],
"description": "Ending interval of the column range for the search-text.",
"type": "number",
"numericValueRange": [
1,
32000
],
"implies": [
"search-from"
],
"impliesOneOf": [
"search-text",
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "search-ignore-case",
"aliases": [
"ic"
],
"description": "Ignore search case.",
"type": "boolean",
"impliesOneOf": [
"search-text",
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "search-in-binary",
"aliases": [
"bin"
],
"description": "Should the text search be performed in binary elements.",
"type": "boolean",
"impliesOneOf": [
"search-text",
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "search-limit",
"aliases": [
"sl"
],
"description": "Maximum search limit where 0 is NOLIMIT.",
"type": "number",
"numericValueRange": [
0,
2147483647
],
"impliesOneOf": [
"search-text",
"search-text-file"
],
"group": "endevor search text options"
},
{
"name": "to-package",
"aliases": [
Expand Down
200 changes: 200 additions & 0 deletions commandGroups/sysview.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,206 @@
"passOn": [],
"children": []
},
{
"name": "capture-immediate",
"aliases": [
"cap-imm"
],
"summary": "Submit a capture request1",
"description": "Submit a capture request2",
"type": "command",
"handler": "",
"profile": {
"optional": [
"sysview",
"base"
]
},
"positionals": [
{
"name": "capture-file",
"description": "The list of SYSVIEW commands to be executed as an Event Capture.This takes the same form as a CAPLIB member.",
"type": "string",
"required": true
}
],
"options": [
{
"name": "context-fields",
"aliases": [
"cf"
],
"description": "Context fields to display. Defaults to hiding all context",
"type": "array",
"group": "display options"
},
{
"name": "capture-description",
"aliases": [
"cd"
],
"description": "The description of the capture",
"type": "string",
"group": "data options"
},
{
"description": "The hostname of the SYSVIEW REST API",
"type": "string",
"name": "host",
"aliases": [
"H"
],
"group": "sysview connection options"
},
{
"description": "The port number of the SYSVIEW REST API",
"type": "number",
"name": "port",
"aliases": [
"P"
],
"group": "sysview connection options"
},
{
"description": "Your z/OS username used to authenticate to the SYSVIEW REST API",
"type": "string",
"name": "user",
"aliases": [
"u"
],
"group": "sysview connection options"
},
{
"description": "Your z/OS password used to authenticate to the SYSVIEW REST API",
"type": "string",
"name": "password",
"aliases": [
"pass",
"pw"
],
"group": "sysview connection options"
},
{
"description": "If set, the server certificate is verified against the list of supplied CAs",
"type": "boolean",
"name": "reject-unauthorized",
"aliases": [
"ru"
],
"group": "sysview connection options"
},
{
"description": "SSID of the SYSVIEW instance. Default value: GSVX",
"type": "string",
"name": "ssid",
"defaultValue": "GSVX",
"group": "sysview connection options",
"aliases": []
},
{
"description": "The base path for your API mediation layer instance. Do not specify this option if you are not using an API mediation layer.",
"type": "string",
"name": "base-path",
"aliases": [
"bp"
],
"defaultValue": "/api/v1",
"group": "sysview connection options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
"description": "Show command inputs and do not run the command",
"type": "boolean",
"aliases": []
},
{
"name": "response-format-json",
"aliases": [
"rfj"
],
"group": "Global Options",
"description": "Produce JSON formatted data from a command",
"type": "boolean"
},
{
"name": "help",
"aliases": [
"h"
],
"group": "Global Options",
"description": "Display help text",
"type": "boolean"
},
{
"name": "help-web",
"aliases": [
"hw"
],
"group": "Global Options",
"description": "Display HTML help in browser",
"type": "boolean"
},
{
"name": "sysview-profile",
"aliases": [
"sysview-p"
],
"group": "Profile Options",
"description": "The name of a (sysview) profile to load for this command execution.",
"type": "string"
},
{
"name": "base-profile",
"aliases": [
"base-p"
],
"group": "Profile Options",
"description": "The name of a (base) profile to load for this command execution.",
"type": "string"
},
{
"name": "token-type",
"aliases": [
"tt"
],
"description": "The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.",
"type": "string",
"group": "Base Connection Options"
},
{
"name": "token-value",
"aliases": [
"tv"
],
"description": "The value of the token to pass to the API.",
"type": "string",
"group": "Base Connection Options"
},
{
"name": "cert-file",
"description": "The file path to a certificate file to use for authentication",
"type": "existingLocalFile",
"group": "Base Connection Options",
"aliases": []
},
{
"name": "cert-key-file",
"description": "The file path to a certificate key file to use for authentication",
"type": "existingLocalFile",
"group": "Base Connection Options",
"aliases": []
}
],
"examples": [
{
"options": "\"./my-capture.txt\" --description \"Top CPU Users\"",
"description": "Issues a Capture containing the commands in capture file 'my-capture.txt' with the description 'Top CPU Users'"
}
],
"passOn": [],
"children": []
},
{
"name": "check",
"type": "group",
Expand Down

0 comments on commit bf861ea

Please sign in to comment.