Skip to content

Commit

Permalink
Update Broadcom Plug-ins
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Aug 15, 2024
1 parent 9aac059 commit 1789693
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
80 changes: 80 additions & 0 deletions commandGroups/dbm-db2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -617,6 +627,16 @@
],
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -1026,6 +1046,16 @@
],
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -1360,6 +1390,16 @@
"type": "boolean",
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -1659,6 +1699,16 @@
"type": "boolean",
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -1955,6 +2005,16 @@
"type": "boolean",
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -2379,6 +2439,16 @@
],
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down Expand Up @@ -2803,6 +2873,16 @@
],
"group": "DBM-Db2 Connection Options"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Connection Options"
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down
10 changes: 10 additions & 0 deletions profiles/create/dbm-db2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@
"group": "DBM-Db2 Options",
"defaultValue": ";"
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Options"
},
{
"name": "overwrite",
"aliases": [
Expand Down
12 changes: 12 additions & 0 deletions profiles/update/dbm-db2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,18 @@
"absenceImplications": null,
"implies": null
},
{
"name": "base-path",
"aliases": [
"bp"
],
"description": "The base path for your API mediation layer instance. Specify this option to prepend the base path to all DBM DS resources when making REST requests. Do not specify this option if you are not using an API mediation layer.",
"required": false,
"type": "string",
"group": "DBM-Db2 Options",
"absenceImplications": null,
"implies": null
},
{
"name": "show-inputs-only",
"group": "Global Options",
Expand Down

0 comments on commit 1789693

Please sign in to comment.