oci-managementagent 2.53.1 → 2.54.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.
- package/lib/client.d.ts +23 -23
- package/lib/client.js +26 -23
- package/lib/client.js.map +1 -1
- package/lib/model/architecture-types.d.ts +2 -0
- package/lib/model/architecture-types.js +2 -0
- package/lib/model/architecture-types.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +7 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/management-agent-image-summary.d.ts +1 -0
- package/lib/model/management-agent-image-summary.js +30 -2
- package/lib/model/management-agent-image-summary.js.map +1 -1
- package/lib/model/management-agent-image.d.ts +1 -0
- package/lib/model/management-agent-image.js +30 -2
- package/lib/model/management-agent-image.js.map +1 -1
- package/lib/model/management-agent-plugin-summary.d.ts +1 -0
- package/lib/model/management-agent-plugin-summary.js +1 -0
- package/lib/model/management-agent-plugin-summary.js.map +1 -1
- package/lib/model/management-agent-plugin.d.ts +2 -1
- package/lib/model/management-agent-plugin.js +1 -0
- package/lib/model/management-agent-plugin.js.map +1 -1
- package/lib/model/management-agent-property.d.ts +36 -0
- package/lib/model/management-agent-property.js +31 -0
- package/lib/model/management-agent-property.js.map +1 -0
- package/lib/model/management-agent.d.ts +4 -0
- package/lib/model/management-agent.js +10 -0
- package/lib/model/management-agent.js.map +1 -1
- package/lib/model/object-details.d.ts +43 -0
- package/lib/model/object-details.js +31 -0
- package/lib/model/object-details.js.map +1 -0
- package/lib/model/platform-types.d.ts +1 -0
- package/lib/model/platform-types.js +1 -0
- package/lib/model/platform-types.js.map +1 -1
- package/lib/model/property-units.d.ts +30 -0
- package/lib/model/property-units.js +41 -0
- package/lib/model/property-units.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +3 -3
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-management-agent-request.d.ts +1 -1
- package/lib/request/delete-work-request-request.d.ts +1 -1
- package/lib/request/deploy-plugins-request.d.ts +1 -1
- package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
- package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/get-management-agent-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-availability-histories-request.d.ts +3 -3
- package/lib/request/list-management-agent-images-request.d.ts +1 -1
- package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
- package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
- package/lib/request/list-management-agents-request.d.ts +5 -1
- package/lib/request/list-management-agents-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
- package/lib/request/summarize-management-agent-counts-request.d.ts +5 -1
- package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +5 -1
- package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/update-management-agent-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare class ManagementAgentClient {
|
|
|
79
79
|
* @param CreateManagementAgentInstallKeyRequest
|
|
80
80
|
* @return CreateManagementAgentInstallKeyResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
83
83
|
*/
|
|
84
84
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
|
|
85
85
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class ManagementAgentClient {
|
|
|
88
88
|
* @param DeleteManagementAgentRequest
|
|
89
89
|
* @return DeleteManagementAgentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
92
92
|
*/
|
|
93
93
|
deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
|
|
94
94
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class ManagementAgentClient {
|
|
|
97
97
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
98
98
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
101
101
|
*/
|
|
102
102
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
|
|
103
103
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class ManagementAgentClient {
|
|
|
106
106
|
* @param DeleteWorkRequestRequest
|
|
107
107
|
* @return DeleteWorkRequestResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
110
110
|
*/
|
|
111
111
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ManagementAgentClient {
|
|
|
116
116
|
* @param DeployPluginsRequest
|
|
117
117
|
* @return DeployPluginsResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
120
120
|
*/
|
|
121
121
|
deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
|
|
122
122
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class ManagementAgentClient {
|
|
|
127
127
|
* @param GetAutoUpgradableConfigRequest
|
|
128
128
|
* @return GetAutoUpgradableConfigResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
131
131
|
*/
|
|
132
132
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
|
|
133
133
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class ManagementAgentClient {
|
|
|
136
136
|
* @param GetManagementAgentRequest
|
|
137
137
|
* @return GetManagementAgentResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
140
140
|
*/
|
|
141
141
|
getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
|
|
142
142
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class ManagementAgentClient {
|
|
|
145
145
|
* @param GetManagementAgentInstallKeyRequest
|
|
146
146
|
* @return GetManagementAgentInstallKeyResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
149
149
|
*/
|
|
150
150
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
|
|
151
151
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class ManagementAgentClient {
|
|
|
155
155
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
156
156
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
159
159
|
*/
|
|
160
160
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class ManagementAgentClient {
|
|
|
164
164
|
* @param GetWorkRequestRequest
|
|
165
165
|
* @return GetWorkRequestResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
168
168
|
*/
|
|
169
169
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class ManagementAgentClient {
|
|
|
173
173
|
* @param ListAvailabilityHistoriesRequest
|
|
174
174
|
* @return ListAvailabilityHistoriesResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
177
177
|
*/
|
|
178
178
|
listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
|
|
179
179
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class ManagementAgentClient {
|
|
|
215
215
|
* @param ListManagementAgentImagesRequest
|
|
216
216
|
* @return ListManagementAgentImagesResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
219
219
|
*/
|
|
220
220
|
listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
|
|
221
221
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class ManagementAgentClient {
|
|
|
257
257
|
* @param ListManagementAgentInstallKeysRequest
|
|
258
258
|
* @return ListManagementAgentInstallKeysResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
261
261
|
*/
|
|
262
262
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
|
|
263
263
|
/**
|
|
@@ -299,7 +299,7 @@ export declare class ManagementAgentClient {
|
|
|
299
299
|
* @param ListManagementAgentPluginsRequest
|
|
300
300
|
* @return ListManagementAgentPluginsResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
303
303
|
*/
|
|
304
304
|
listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
|
|
305
305
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class ManagementAgentClient {
|
|
|
343
343
|
* @param ListManagementAgentsRequest
|
|
344
344
|
* @return ListManagementAgentsResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
347
347
|
*/
|
|
348
348
|
listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
|
|
349
349
|
/**
|
|
@@ -385,7 +385,7 @@ export declare class ManagementAgentClient {
|
|
|
385
385
|
* @param ListWorkRequestErrorsRequest
|
|
386
386
|
* @return ListWorkRequestErrorsResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
389
389
|
*/
|
|
390
390
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
391
391
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class ManagementAgentClient {
|
|
|
427
427
|
* @param ListWorkRequestLogsRequest
|
|
428
428
|
* @return ListWorkRequestLogsResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
431
431
|
*/
|
|
432
432
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
433
433
|
/**
|
|
@@ -469,7 +469,7 @@ export declare class ManagementAgentClient {
|
|
|
469
469
|
* @param ListWorkRequestsRequest
|
|
470
470
|
* @return ListWorkRequestsResponse
|
|
471
471
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
473
473
|
*/
|
|
474
474
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
475
475
|
/**
|
|
@@ -512,7 +512,7 @@ export declare class ManagementAgentClient {
|
|
|
512
512
|
* @param SetAutoUpgradableConfigRequest
|
|
513
513
|
* @return SetAutoUpgradableConfigResponse
|
|
514
514
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
516
516
|
*/
|
|
517
517
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
|
|
518
518
|
/**
|
|
@@ -523,7 +523,7 @@ export declare class ManagementAgentClient {
|
|
|
523
523
|
* @param SummarizeManagementAgentCountsRequest
|
|
524
524
|
* @return SummarizeManagementAgentCountsResponse
|
|
525
525
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
527
527
|
*/
|
|
528
528
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
|
|
529
529
|
/**
|
|
@@ -534,7 +534,7 @@ export declare class ManagementAgentClient {
|
|
|
534
534
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
535
535
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
536
536
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
538
538
|
*/
|
|
539
539
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
|
|
540
540
|
/**
|
|
@@ -544,7 +544,7 @@ export declare class ManagementAgentClient {
|
|
|
544
544
|
* @param UpdateManagementAgentRequest
|
|
545
545
|
* @return UpdateManagementAgentResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
548
548
|
*/
|
|
549
549
|
updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
|
|
550
550
|
/**
|
|
@@ -554,7 +554,7 @@ export declare class ManagementAgentClient {
|
|
|
554
554
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
555
555
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
556
556
|
* @throws OciError when an error occurs
|
|
557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
558
558
|
*/
|
|
559
559
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
|
|
560
560
|
}
|
package/lib/client.js
CHANGED
|
@@ -160,7 +160,7 @@ class ManagementAgentClient {
|
|
|
160
160
|
* @param CreateManagementAgentInstallKeyRequest
|
|
161
161
|
* @return CreateManagementAgentInstallKeyResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
164
164
|
*/
|
|
165
165
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
|
|
166
166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ class ManagementAgentClient {
|
|
|
223
223
|
* @param DeleteManagementAgentRequest
|
|
224
224
|
* @return DeleteManagementAgentResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
227
227
|
*/
|
|
228
228
|
deleteManagementAgent(deleteManagementAgentRequest) {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -278,7 +278,7 @@ class ManagementAgentClient {
|
|
|
278
278
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
279
279
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
280
280
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
282
282
|
*/
|
|
283
283
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
|
|
284
284
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -333,7 +333,7 @@ class ManagementAgentClient {
|
|
|
333
333
|
* @param DeleteWorkRequestRequest
|
|
334
334
|
* @return DeleteWorkRequestResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
337
337
|
*/
|
|
338
338
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
339
339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -389,7 +389,7 @@ class ManagementAgentClient {
|
|
|
389
389
|
* @param DeployPluginsRequest
|
|
390
390
|
* @return DeployPluginsResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
393
393
|
*/
|
|
394
394
|
deployPlugins(deployPluginsRequest) {
|
|
395
395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -450,7 +450,7 @@ class ManagementAgentClient {
|
|
|
450
450
|
* @param GetAutoUpgradableConfigRequest
|
|
451
451
|
* @return GetAutoUpgradableConfigResponse
|
|
452
452
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
454
454
|
*/
|
|
455
455
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
|
|
456
456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -508,7 +508,7 @@ class ManagementAgentClient {
|
|
|
508
508
|
* @param GetManagementAgentRequest
|
|
509
509
|
* @return GetManagementAgentResponse
|
|
510
510
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
512
512
|
*/
|
|
513
513
|
getManagementAgent(getManagementAgentRequest) {
|
|
514
514
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -571,7 +571,7 @@ class ManagementAgentClient {
|
|
|
571
571
|
* @param GetManagementAgentInstallKeyRequest
|
|
572
572
|
* @return GetManagementAgentInstallKeyResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
575
575
|
*/
|
|
576
576
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
|
|
577
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -635,7 +635,7 @@ class ManagementAgentClient {
|
|
|
635
635
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
636
636
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
637
637
|
* @throws OciError when an error occurs
|
|
638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
639
639
|
*/
|
|
640
640
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
|
|
641
641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -704,7 +704,7 @@ class ManagementAgentClient {
|
|
|
704
704
|
* @param GetWorkRequestRequest
|
|
705
705
|
* @return GetWorkRequestResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
708
708
|
*/
|
|
709
709
|
getWorkRequest(getWorkRequestRequest) {
|
|
710
710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -772,7 +772,7 @@ class ManagementAgentClient {
|
|
|
772
772
|
* @param ListAvailabilityHistoriesRequest
|
|
773
773
|
* @return ListAvailabilityHistoriesResponse
|
|
774
774
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
776
776
|
*/
|
|
777
777
|
listAvailabilityHistories(listAvailabilityHistoriesRequest) {
|
|
778
778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -883,7 +883,7 @@ class ManagementAgentClient {
|
|
|
883
883
|
* @param ListManagementAgentImagesRequest
|
|
884
884
|
* @return ListManagementAgentImagesResponse
|
|
885
885
|
* @throws OciError when an error occurs
|
|
886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
887
887
|
*/
|
|
888
888
|
listManagementAgentImages(listManagementAgentImagesRequest) {
|
|
889
889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +995,7 @@ class ManagementAgentClient {
|
|
|
995
995
|
* @param ListManagementAgentInstallKeysRequest
|
|
996
996
|
* @return ListManagementAgentInstallKeysResponse
|
|
997
997
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
999
999
|
*/
|
|
1000
1000
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
|
|
1001
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1106,7 +1106,7 @@ class ManagementAgentClient {
|
|
|
1106
1106
|
* @param ListManagementAgentPluginsRequest
|
|
1107
1107
|
* @return ListManagementAgentPluginsResponse
|
|
1108
1108
|
* @throws OciError when an error occurs
|
|
1109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
1110
1110
|
*/
|
|
1111
1111
|
listManagementAgentPlugins(listManagementAgentPluginsRequest) {
|
|
1112
1112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1220,7 +1220,7 @@ class ManagementAgentClient {
|
|
|
1220
1220
|
* @param ListManagementAgentsRequest
|
|
1221
1221
|
* @return ListManagementAgentsResponse
|
|
1222
1222
|
* @throws OciError when an error occurs
|
|
1223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
1224
1224
|
*/
|
|
1225
1225
|
listManagementAgents(listManagementAgentsRequest) {
|
|
1226
1226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1240,6 +1240,7 @@ class ManagementAgentClient {
|
|
|
1240
1240
|
"platformType": listManagementAgentsRequest.platformType,
|
|
1241
1241
|
"isCustomerDeployed": listManagementAgentsRequest.isCustomerDeployed,
|
|
1242
1242
|
"installType": listManagementAgentsRequest.installType,
|
|
1243
|
+
"gatewayId": listManagementAgentsRequest.gatewayId,
|
|
1243
1244
|
"limit": listManagementAgentsRequest.limit,
|
|
1244
1245
|
"page": listManagementAgentsRequest.page,
|
|
1245
1246
|
"sortOrder": listManagementAgentsRequest.sortOrder,
|
|
@@ -1339,7 +1340,7 @@ class ManagementAgentClient {
|
|
|
1339
1340
|
* @param ListWorkRequestErrorsRequest
|
|
1340
1341
|
* @return ListWorkRequestErrorsResponse
|
|
1341
1342
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1343
1344
|
*/
|
|
1344
1345
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1345
1346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1448,7 +1449,7 @@ class ManagementAgentClient {
|
|
|
1448
1449
|
* @param ListWorkRequestLogsRequest
|
|
1449
1450
|
* @return ListWorkRequestLogsResponse
|
|
1450
1451
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1452
1453
|
*/
|
|
1453
1454
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1454
1455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1557,7 +1558,7 @@ class ManagementAgentClient {
|
|
|
1557
1558
|
* @param ListWorkRequestsRequest
|
|
1558
1559
|
* @return ListWorkRequestsResponse
|
|
1559
1560
|
* @throws OciError when an error occurs
|
|
1560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1561
1562
|
*/
|
|
1562
1563
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1563
1564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1670,7 +1671,7 @@ class ManagementAgentClient {
|
|
|
1670
1671
|
* @param SetAutoUpgradableConfigRequest
|
|
1671
1672
|
* @return SetAutoUpgradableConfigResponse
|
|
1672
1673
|
* @throws OciError when an error occurs
|
|
1673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
1674
1675
|
*/
|
|
1675
1676
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
|
|
1676
1677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1730,7 +1731,7 @@ class ManagementAgentClient {
|
|
|
1730
1731
|
* @param SummarizeManagementAgentCountsRequest
|
|
1731
1732
|
* @return SummarizeManagementAgentCountsResponse
|
|
1732
1733
|
* @throws OciError when an error occurs
|
|
1733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
1734
1735
|
*/
|
|
1735
1736
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
|
|
1736
1737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1744,6 +1745,7 @@ class ManagementAgentClient {
|
|
|
1744
1745
|
"groupBy": summarizeManagementAgentCountsRequest.groupBy,
|
|
1745
1746
|
"hasPlugins": summarizeManagementAgentCountsRequest.hasPlugins,
|
|
1746
1747
|
"installType": summarizeManagementAgentCountsRequest.installType,
|
|
1748
|
+
"compartmentIdInSubtree": summarizeManagementAgentCountsRequest.compartmentIdInSubtree,
|
|
1747
1749
|
"page": summarizeManagementAgentCountsRequest.page
|
|
1748
1750
|
};
|
|
1749
1751
|
let headerParams = {
|
|
@@ -1799,7 +1801,7 @@ class ManagementAgentClient {
|
|
|
1799
1801
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
1800
1802
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
1801
1803
|
* @throws OciError when an error occurs
|
|
1802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
1803
1805
|
*/
|
|
1804
1806
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
|
|
1805
1807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1811,6 +1813,7 @@ class ManagementAgentClient {
|
|
|
1811
1813
|
const queryParams = {
|
|
1812
1814
|
"compartmentId": summarizeManagementAgentPluginCountsRequest.compartmentId,
|
|
1813
1815
|
"groupBy": summarizeManagementAgentPluginCountsRequest.groupBy,
|
|
1816
|
+
"compartmentIdInSubtree": summarizeManagementAgentPluginCountsRequest.compartmentIdInSubtree,
|
|
1814
1817
|
"page": summarizeManagementAgentPluginCountsRequest.page
|
|
1815
1818
|
};
|
|
1816
1819
|
let headerParams = {
|
|
@@ -1865,7 +1868,7 @@ class ManagementAgentClient {
|
|
|
1865
1868
|
* @param UpdateManagementAgentRequest
|
|
1866
1869
|
* @return UpdateManagementAgentResponse
|
|
1867
1870
|
* @throws OciError when an error occurs
|
|
1868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
1869
1872
|
*/
|
|
1870
1873
|
updateManagementAgent(updateManagementAgentRequest) {
|
|
1871
1874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1932,7 +1935,7 @@ class ManagementAgentClient {
|
|
|
1932
1935
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
1933
1936
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
1934
1937
|
* @throws OciError when an error occurs
|
|
1935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
1936
1939
|
*/
|
|
1937
1940
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
|
|
1938
1941
|
return __awaiter(this, void 0, void 0, function* () {
|