diff --git a/commandGroups/dbm-db2.jsonc b/commandGroups/dbm-db2.jsonc index 9b86414..22b2de3 100644 --- a/commandGroups/dbm-db2.jsonc +++ b/commandGroups/dbm-db2.jsonc @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", diff --git a/profiles/create/dbm-db2.jsonc b/profiles/create/dbm-db2.jsonc index 867b933..d4474bc 100644 --- a/profiles/create/dbm-db2.jsonc +++ b/profiles/create/dbm-db2.jsonc @@ -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": [ diff --git a/profiles/update/dbm-db2.jsonc b/profiles/update/dbm-db2.jsonc index 4528edf..548d31f 100644 --- a/profiles/update/dbm-db2.jsonc +++ b/profiles/update/dbm-db2.jsonc @@ -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",