oci-managementagent 2.4.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +203 -21
  3. package/lib/client.js +382 -43
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/auto-upgradable-config.d.ts +25 -0
  6. package/lib/model/auto-upgradable-config.js +29 -0
  7. package/lib/model/auto-upgradable-config.js.map +1 -0
  8. package/lib/model/index.d.ts +6 -0
  9. package/lib/model/index.js +7 -1
  10. package/lib/model/index.js.map +1 -1
  11. package/lib/model/install-types.d.ts +28 -0
  12. package/lib/model/install-types.js +39 -0
  13. package/lib/model/install-types.js.map +1 -0
  14. package/lib/model/management-agent-aggregation-dimensions.d.ts +4 -0
  15. package/lib/model/management-agent-aggregation-dimensions.js.map +1 -1
  16. package/lib/model/management-agent-plugin-aggregation-dimensions.d.ts +4 -0
  17. package/lib/model/management-agent-plugin-aggregation-dimensions.js.map +1 -1
  18. package/lib/model/management-agent-summary.d.ts +14 -1
  19. package/lib/model/management-agent-summary.js.map +1 -1
  20. package/lib/model/management-agent.d.ts +14 -1
  21. package/lib/model/management-agent.js.map +1 -1
  22. package/lib/model/set-auto-upgradable-config-details.d.ts +29 -0
  23. package/lib/model/set-auto-upgradable-config-details.js +29 -0
  24. package/lib/model/set-auto-upgradable-config-details.js.map +1 -0
  25. package/lib/model/update-management-agent-details.d.ts +0 -4
  26. package/lib/model/update-management-agent-details.js.map +1 -1
  27. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  28. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  29. package/lib/request/delete-management-agent-request.d.ts +1 -1
  30. package/lib/request/delete-work-request-request.d.ts +1 -1
  31. package/lib/request/deploy-plugins-request.d.ts +1 -1
  32. package/lib/request/get-auto-upgradable-config-request.d.ts +26 -0
  33. package/lib/request/get-auto-upgradable-config-request.js +15 -0
  34. package/lib/request/get-auto-upgradable-config-request.js.map +1 -0
  35. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  36. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  37. package/lib/request/get-management-agent-request.d.ts +1 -1
  38. package/lib/request/get-work-request-request.d.ts +1 -1
  39. package/lib/request/index.d.ts +4 -0
  40. package/lib/request/index.js.map +1 -1
  41. package/lib/request/list-availability-histories-request.d.ts +1 -1
  42. package/lib/request/list-management-agent-images-request.d.ts +5 -1
  43. package/lib/request/list-management-agent-images-request.js.map +1 -1
  44. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  45. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  46. package/lib/request/list-management-agents-request.d.ts +5 -1
  47. package/lib/request/list-management-agents-request.js.map +1 -1
  48. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  49. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  50. package/lib/request/list-work-requests-request.d.ts +1 -1
  51. package/lib/request/set-auto-upgradable-config-request.d.ts +36 -0
  52. package/lib/request/set-auto-upgradable-config-request.js +15 -0
  53. package/lib/request/set-auto-upgradable-config-request.js.map +1 -0
  54. package/lib/request/summarize-management-agent-counts-request.d.ts +5 -1
  55. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  56. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  57. package/lib/request/update-management-agent-request.d.ts +1 -1
  58. package/lib/response/get-auto-upgradable-config-response.d.ts +25 -0
  59. package/lib/response/get-auto-upgradable-config-response.js +15 -0
  60. package/lib/response/get-auto-upgradable-config-response.js.map +1 -0
  61. package/lib/response/index.d.ts +4 -0
  62. package/lib/response/set-auto-upgradable-config-response.d.ts +25 -0
  63. package/lib/response/set-auto-upgradable-config-response.js +15 -0
  64. package/lib/response/set-auto-upgradable-config-response.js.map +1 -0
  65. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKeyRequest.
16
16
  */
17
17
  export interface DeleteManagementAgentInstallKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgentRequest.
16
16
  */
17
17
  export interface DeleteManagementAgentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
16
16
  */
17
17
  export interface DeleteWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPluginsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPluginsRequest.
17
17
  */
18
18
  export interface DeployPluginsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200202
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfigRequest.
16
+ */
17
+ export interface GetAutoUpgradableConfigRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compartment to which a request will be scoped.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200202
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-auto-upgradable-config-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auto-upgradable-config-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/get-auto-upgradable-config-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContentRequest.
16
16
  */
17
17
  export interface GetManagementAgentInstallKeyContentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKeyRequest.
16
16
  */
17
17
  export interface GetManagementAgentInstallKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgentRequest.
16
16
  */
17
17
  export interface GetManagementAgentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -20,6 +20,8 @@ import * as DeleteWorkRequestRequest from "./delete-work-request-request";
20
20
  export import DeleteWorkRequestRequest = DeleteWorkRequestRequest.DeleteWorkRequestRequest;
21
21
  import * as DeployPluginsRequest from "./deploy-plugins-request";
22
22
  export import DeployPluginsRequest = DeployPluginsRequest.DeployPluginsRequest;
23
+ import * as GetAutoUpgradableConfigRequest from "./get-auto-upgradable-config-request";
24
+ export import GetAutoUpgradableConfigRequest = GetAutoUpgradableConfigRequest.GetAutoUpgradableConfigRequest;
23
25
  import * as GetManagementAgentRequest from "./get-management-agent-request";
24
26
  export import GetManagementAgentRequest = GetManagementAgentRequest.GetManagementAgentRequest;
25
27
  import * as GetManagementAgentInstallKeyRequest from "./get-management-agent-install-key-request";
@@ -44,6 +46,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
44
46
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
45
47
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
46
48
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
49
+ import * as SetAutoUpgradableConfigRequest from "./set-auto-upgradable-config-request";
50
+ export import SetAutoUpgradableConfigRequest = SetAutoUpgradableConfigRequest.SetAutoUpgradableConfigRequest;
47
51
  import * as SummarizeManagementAgentCountsRequest from "./summarize-management-agent-counts-request";
48
52
  export import SummarizeManagementAgentCountsRequest = SummarizeManagementAgentCountsRequest.SummarizeManagementAgentCountsRequest;
49
53
  import * as SummarizeManagementAgentPluginCountsRequest from "./summarize-management-agent-plugin-counts-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAoBH,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsBH,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
16
16
  */
17
17
  export interface ListAvailabilityHistoriesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImagesRequest.
17
17
  */
18
18
  export interface ListManagementAgentImagesRequest extends common.BaseRequest {
19
19
  /**
@@ -58,6 +58,10 @@ export interface ListManagementAgentImagesRequest extends common.BaseRequest {
58
58
  * Filter to return only Management Agents in the particular lifecycle state.
59
59
  */
60
60
  "lifecycleState"?: model.LifecycleStates;
61
+ /**
62
+ * A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
63
+ */
64
+ "installType"?: model.InstallTypes;
61
65
  }
62
66
  export declare namespace ListManagementAgentImagesRequest {
63
67
  enum SortOrder {
@@ -1 +1 @@
1
- {"version":3,"file":"list-management-agent-images-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agent-images-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqDH,IAAiB,gCAAgC,CAUhD;AAVD,WAAiB,gCAAgC;IAC/C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,0CAAS,KAAT,0CAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,6BAAmB,CAAA;IACrB,CAAC,EAHW,MAAM,GAAN,uCAAM,KAAN,uCAAM,QAGjB;AACH,CAAC,EAVgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAUhD"}
1
+ {"version":3,"file":"list-management-agent-images-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agent-images-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,gCAAgC,CAUhD;AAVD,WAAiB,gCAAgC;IAC/C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,0CAAS,KAAT,0CAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,6BAAmB,CAAA;IACrB,CAAC,EAHW,MAAM,GAAN,uCAAM,KAAN,uCAAM,QAGjB;AACH,CAAC,EAVgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAUhD"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeysRequest.
17
17
  */
18
18
  export interface ListManagementAgentInstallKeysRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPluginsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPluginsRequest.
17
17
  */
18
18
  export interface ListManagementAgentPluginsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
17
17
  */
18
18
  export interface ListManagementAgentsRequest extends common.BaseRequest {
19
19
  /**
@@ -52,6 +52,10 @@ export interface ListManagementAgentsRequest extends common.BaseRequest {
52
52
  * true, if the agent image is manually downloaded and installed. false, if the agent is deployed as a plugin in Oracle Cloud Agent.
53
53
  */
54
54
  "isCustomerDeployed"?: boolean;
55
+ /**
56
+ * A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
57
+ */
58
+ "installType"?: model.InstallTypes;
55
59
  /**
56
60
  * The maximum number of items to return.
57
61
  */
@@ -1 +1 @@
1
- {"version":3,"file":"list-management-agents-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoEH,IAAiB,2BAA2B,CAe3C;AAfD,WAAiB,2BAA2B;IAC1C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;QACzC,6BAAmB,CAAA;IACrB,CAAC,EARW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAQjB;AACH,CAAC,EAfgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAe3C"}
1
+ {"version":3,"file":"list-management-agents-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwEH,IAAiB,2BAA2B,CAe3C;AAfD,WAAiB,2BAA2B;IAC1C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;QACzC,6BAAmB,CAAA;IACrB,CAAC,EARW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAQjB;AACH,CAAC,EAfgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAe3C"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200202
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
17
+ */
18
+ export interface SetAutoUpgradableConfigRequest extends common.BaseRequest {
19
+ /**
20
+ * Details of the AutoUpgradable configuration for agents of the tenancy.
21
+ */
22
+ "setAutoUpgradableConfigDetails": model.SetAutoUpgradableConfigDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request ID for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200202
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=set-auto-upgradable-config-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-auto-upgradable-config-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/set-auto-upgradable-config-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
17
17
  */
18
18
  export interface SummarizeManagementAgentCountsRequest extends common.BaseRequest {
19
19
  /**
@@ -28,6 +28,10 @@ export interface SummarizeManagementAgentCountsRequest extends common.BaseReques
28
28
  * When set to true then agents that have at least one plugin deployed will be returned. When set to false only agents that have no plugins deployed will be returned.
29
29
  */
30
30
  "hasPlugins"?: boolean;
31
+ /**
32
+ * A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
33
+ */
34
+ "installType"?: model.InstallTypes;
31
35
  /**
32
36
  * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
33
37
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
17
17
  */
18
18
  export interface SummarizeManagementAgentPluginCountsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
17
17
  */
18
18
  export interface UpdateManagementAgentInstallKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
17
17
  */
18
18
  export interface UpdateManagementAgentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200202
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetAutoUpgradableConfigResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.AutoUpgradableConfig instance.
23
+ */
24
+ "autoUpgradableConfig": model.AutoUpgradableConfig;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200202
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-auto-upgradable-config-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-auto-upgradable-config-response.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/response/get-auto-upgradable-config-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -20,6 +20,8 @@ import * as DeleteWorkRequestResponse from "./delete-work-request-response";
20
20
  export import DeleteWorkRequestResponse = DeleteWorkRequestResponse.DeleteWorkRequestResponse;
21
21
  import * as DeployPluginsResponse from "./deploy-plugins-response";
22
22
  export import DeployPluginsResponse = DeployPluginsResponse.DeployPluginsResponse;
23
+ import * as GetAutoUpgradableConfigResponse from "./get-auto-upgradable-config-response";
24
+ export import GetAutoUpgradableConfigResponse = GetAutoUpgradableConfigResponse.GetAutoUpgradableConfigResponse;
23
25
  import * as GetManagementAgentResponse from "./get-management-agent-response";
24
26
  export import GetManagementAgentResponse = GetManagementAgentResponse.GetManagementAgentResponse;
25
27
  import * as GetManagementAgentInstallKeyResponse from "./get-management-agent-install-key-response";
@@ -44,6 +46,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
44
46
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
45
47
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
46
48
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
49
+ import * as SetAutoUpgradableConfigResponse from "./set-auto-upgradable-config-response";
50
+ export import SetAutoUpgradableConfigResponse = SetAutoUpgradableConfigResponse.SetAutoUpgradableConfigResponse;
47
51
  import * as SummarizeManagementAgentCountsResponse from "./summarize-management-agent-counts-response";
48
52
  export import SummarizeManagementAgentCountsResponse = SummarizeManagementAgentCountsResponse.SummarizeManagementAgentCountsResponse;
49
53
  import * as SummarizeManagementAgentPluginCountsResponse from "./summarize-management-agent-plugin-counts-response";
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200202
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface SetAutoUpgradableConfigResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.AutoUpgradableConfig instance.
23
+ */
24
+ "autoUpgradableConfig": model.AutoUpgradableConfig;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200202
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=set-auto-upgradable-config-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-auto-upgradable-config-response.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/response/set-auto-upgradable-config-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-managementagent",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "description": "OCI NodeJS client for Management Agent Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.4.0",
19
- "oci-workrequests": "2.4.0"
18
+ "oci-common": "2.6.0",
19
+ "oci-workrequests": "2.6.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"