oci-managementagent 2.77.1 → 2.78.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 +23 -23
- 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 +1 -1
- 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 +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 +1 -1
- package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -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
|
@@ -95,7 +95,7 @@ export declare class ManagementAgentClient {
|
|
|
95
95
|
* @param CreateManagementAgentInstallKeyRequest
|
|
96
96
|
* @return CreateManagementAgentInstallKeyResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
99
99
|
*/
|
|
100
100
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
|
|
101
101
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class ManagementAgentClient {
|
|
|
104
104
|
* @param DeleteManagementAgentRequest
|
|
105
105
|
* @return DeleteManagementAgentResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
108
108
|
*/
|
|
109
109
|
deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
|
|
110
110
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class ManagementAgentClient {
|
|
|
113
113
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
114
114
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
115
115
|
* @throws OciError when an error occurs
|
|
116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
117
117
|
*/
|
|
118
118
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class ManagementAgentClient {
|
|
|
122
122
|
* @param DeleteWorkRequestRequest
|
|
123
123
|
* @return DeleteWorkRequestResponse
|
|
124
124
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
126
126
|
*/
|
|
127
127
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
128
128
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class ManagementAgentClient {
|
|
|
132
132
|
* @param DeployPluginsRequest
|
|
133
133
|
* @return DeployPluginsResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
136
136
|
*/
|
|
137
137
|
deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
|
|
138
138
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class ManagementAgentClient {
|
|
|
143
143
|
* @param GetAutoUpgradableConfigRequest
|
|
144
144
|
* @return GetAutoUpgradableConfigResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
147
147
|
*/
|
|
148
148
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class ManagementAgentClient {
|
|
|
152
152
|
* @param GetManagementAgentRequest
|
|
153
153
|
* @return GetManagementAgentResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
156
156
|
*/
|
|
157
157
|
getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
|
|
158
158
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class ManagementAgentClient {
|
|
|
161
161
|
* @param GetManagementAgentInstallKeyRequest
|
|
162
162
|
* @return GetManagementAgentInstallKeyResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
165
165
|
*/
|
|
166
166
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
|
|
167
167
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class ManagementAgentClient {
|
|
|
171
171
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
172
172
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
175
175
|
*/
|
|
176
176
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
|
|
177
177
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ManagementAgentClient {
|
|
|
180
180
|
* @param GetWorkRequestRequest
|
|
181
181
|
* @return GetWorkRequestResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
184
184
|
*/
|
|
185
185
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
186
186
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class ManagementAgentClient {
|
|
|
189
189
|
* @param ListAvailabilityHistoriesRequest
|
|
190
190
|
* @return ListAvailabilityHistoriesResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
193
193
|
*/
|
|
194
194
|
listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
|
|
195
195
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class ManagementAgentClient {
|
|
|
231
231
|
* @param ListManagementAgentImagesRequest
|
|
232
232
|
* @return ListManagementAgentImagesResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
235
235
|
*/
|
|
236
236
|
listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
|
|
237
237
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class ManagementAgentClient {
|
|
|
273
273
|
* @param ListManagementAgentInstallKeysRequest
|
|
274
274
|
* @return ListManagementAgentInstallKeysResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
277
277
|
*/
|
|
278
278
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
|
|
279
279
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class ManagementAgentClient {
|
|
|
315
315
|
* @param ListManagementAgentPluginsRequest
|
|
316
316
|
* @return ListManagementAgentPluginsResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
319
319
|
*/
|
|
320
320
|
listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
|
|
321
321
|
/**
|
|
@@ -359,7 +359,7 @@ export declare class ManagementAgentClient {
|
|
|
359
359
|
* @param ListManagementAgentsRequest
|
|
360
360
|
* @return ListManagementAgentsResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
363
363
|
*/
|
|
364
364
|
listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
|
|
365
365
|
/**
|
|
@@ -401,7 +401,7 @@ export declare class ManagementAgentClient {
|
|
|
401
401
|
* @param ListWorkRequestErrorsRequest
|
|
402
402
|
* @return ListWorkRequestErrorsResponse
|
|
403
403
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
405
405
|
*/
|
|
406
406
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
407
407
|
/**
|
|
@@ -443,7 +443,7 @@ export declare class ManagementAgentClient {
|
|
|
443
443
|
* @param ListWorkRequestLogsRequest
|
|
444
444
|
* @return ListWorkRequestLogsResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
447
447
|
*/
|
|
448
448
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
449
449
|
/**
|
|
@@ -485,7 +485,7 @@ export declare class ManagementAgentClient {
|
|
|
485
485
|
* @param ListWorkRequestsRequest
|
|
486
486
|
* @return ListWorkRequestsResponse
|
|
487
487
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
489
489
|
*/
|
|
490
490
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
491
491
|
/**
|
|
@@ -528,7 +528,7 @@ export declare class ManagementAgentClient {
|
|
|
528
528
|
* @param SetAutoUpgradableConfigRequest
|
|
529
529
|
* @return SetAutoUpgradableConfigResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
532
532
|
*/
|
|
533
533
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
|
|
534
534
|
/**
|
|
@@ -539,7 +539,7 @@ export declare class ManagementAgentClient {
|
|
|
539
539
|
* @param SummarizeManagementAgentCountsRequest
|
|
540
540
|
* @return SummarizeManagementAgentCountsResponse
|
|
541
541
|
* @throws OciError when an error occurs
|
|
542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
543
543
|
*/
|
|
544
544
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
|
|
545
545
|
/**
|
|
@@ -550,7 +550,7 @@ export declare class ManagementAgentClient {
|
|
|
550
550
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
551
551
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
552
552
|
* @throws OciError when an error occurs
|
|
553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
554
554
|
*/
|
|
555
555
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
|
|
556
556
|
/**
|
|
@@ -560,7 +560,7 @@ export declare class ManagementAgentClient {
|
|
|
560
560
|
* @param UpdateManagementAgentRequest
|
|
561
561
|
* @return UpdateManagementAgentResponse
|
|
562
562
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
564
564
|
*/
|
|
565
565
|
updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
|
|
566
566
|
/**
|
|
@@ -570,7 +570,7 @@ export declare class ManagementAgentClient {
|
|
|
570
570
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
571
571
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
572
572
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
574
574
|
*/
|
|
575
575
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
|
|
576
576
|
}
|
package/lib/client.js
CHANGED
|
@@ -200,7 +200,7 @@ class ManagementAgentClient {
|
|
|
200
200
|
* @param CreateManagementAgentInstallKeyRequest
|
|
201
201
|
* @return CreateManagementAgentInstallKeyResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
204
204
|
*/
|
|
205
205
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
|
|
206
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class ManagementAgentClient {
|
|
|
263
263
|
* @param DeleteManagementAgentRequest
|
|
264
264
|
* @return DeleteManagementAgentResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
267
267
|
*/
|
|
268
268
|
deleteManagementAgent(deleteManagementAgentRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class ManagementAgentClient {
|
|
|
318
318
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
319
319
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
322
322
|
*/
|
|
323
323
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -373,7 +373,7 @@ class ManagementAgentClient {
|
|
|
373
373
|
* @param DeleteWorkRequestRequest
|
|
374
374
|
* @return DeleteWorkRequestResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
377
377
|
*/
|
|
378
378
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
379
379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +429,7 @@ class ManagementAgentClient {
|
|
|
429
429
|
* @param DeployPluginsRequest
|
|
430
430
|
* @return DeployPluginsResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
433
433
|
*/
|
|
434
434
|
deployPlugins(deployPluginsRequest) {
|
|
435
435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -490,7 +490,7 @@ class ManagementAgentClient {
|
|
|
490
490
|
* @param GetAutoUpgradableConfigRequest
|
|
491
491
|
* @return GetAutoUpgradableConfigResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
494
494
|
*/
|
|
495
495
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
|
|
496
496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +548,7 @@ class ManagementAgentClient {
|
|
|
548
548
|
* @param GetManagementAgentRequest
|
|
549
549
|
* @return GetManagementAgentResponse
|
|
550
550
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
552
552
|
*/
|
|
553
553
|
getManagementAgent(getManagementAgentRequest) {
|
|
554
554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -611,7 +611,7 @@ class ManagementAgentClient {
|
|
|
611
611
|
* @param GetManagementAgentInstallKeyRequest
|
|
612
612
|
* @return GetManagementAgentInstallKeyResponse
|
|
613
613
|
* @throws OciError when an error occurs
|
|
614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
615
615
|
*/
|
|
616
616
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
|
|
617
617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -675,7 +675,7 @@ class ManagementAgentClient {
|
|
|
675
675
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
676
676
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
677
677
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
679
679
|
*/
|
|
680
680
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
|
|
681
681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -744,7 +744,7 @@ class ManagementAgentClient {
|
|
|
744
744
|
* @param GetWorkRequestRequest
|
|
745
745
|
* @return GetWorkRequestResponse
|
|
746
746
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
748
748
|
*/
|
|
749
749
|
getWorkRequest(getWorkRequestRequest) {
|
|
750
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -812,7 +812,7 @@ class ManagementAgentClient {
|
|
|
812
812
|
* @param ListAvailabilityHistoriesRequest
|
|
813
813
|
* @return ListAvailabilityHistoriesResponse
|
|
814
814
|
* @throws OciError when an error occurs
|
|
815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
816
816
|
*/
|
|
817
817
|
listAvailabilityHistories(listAvailabilityHistoriesRequest) {
|
|
818
818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +923,7 @@ class ManagementAgentClient {
|
|
|
923
923
|
* @param ListManagementAgentImagesRequest
|
|
924
924
|
* @return ListManagementAgentImagesResponse
|
|
925
925
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
927
927
|
*/
|
|
928
928
|
listManagementAgentImages(listManagementAgentImagesRequest) {
|
|
929
929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1035,7 +1035,7 @@ class ManagementAgentClient {
|
|
|
1035
1035
|
* @param ListManagementAgentInstallKeysRequest
|
|
1036
1036
|
* @return ListManagementAgentInstallKeysResponse
|
|
1037
1037
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
1039
1039
|
*/
|
|
1040
1040
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
|
|
1041
1041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1146,7 +1146,7 @@ class ManagementAgentClient {
|
|
|
1146
1146
|
* @param ListManagementAgentPluginsRequest
|
|
1147
1147
|
* @return ListManagementAgentPluginsResponse
|
|
1148
1148
|
* @throws OciError when an error occurs
|
|
1149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
1150
1150
|
*/
|
|
1151
1151
|
listManagementAgentPlugins(listManagementAgentPluginsRequest) {
|
|
1152
1152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1260,7 +1260,7 @@ class ManagementAgentClient {
|
|
|
1260
1260
|
* @param ListManagementAgentsRequest
|
|
1261
1261
|
* @return ListManagementAgentsResponse
|
|
1262
1262
|
* @throws OciError when an error occurs
|
|
1263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
1264
1264
|
*/
|
|
1265
1265
|
listManagementAgents(listManagementAgentsRequest) {
|
|
1266
1266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1380,7 +1380,7 @@ class ManagementAgentClient {
|
|
|
1380
1380
|
* @param ListWorkRequestErrorsRequest
|
|
1381
1381
|
* @return ListWorkRequestErrorsResponse
|
|
1382
1382
|
* @throws OciError when an error occurs
|
|
1383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1384
1384
|
*/
|
|
1385
1385
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1386
1386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1489,7 +1489,7 @@ class ManagementAgentClient {
|
|
|
1489
1489
|
* @param ListWorkRequestLogsRequest
|
|
1490
1490
|
* @return ListWorkRequestLogsResponse
|
|
1491
1491
|
* @throws OciError when an error occurs
|
|
1492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1493
1493
|
*/
|
|
1494
1494
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1495
1495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1598,7 +1598,7 @@ class ManagementAgentClient {
|
|
|
1598
1598
|
* @param ListWorkRequestsRequest
|
|
1599
1599
|
* @return ListWorkRequestsResponse
|
|
1600
1600
|
* @throws OciError when an error occurs
|
|
1601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1602
1602
|
*/
|
|
1603
1603
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1604
1604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1711,7 +1711,7 @@ class ManagementAgentClient {
|
|
|
1711
1711
|
* @param SetAutoUpgradableConfigRequest
|
|
1712
1712
|
* @return SetAutoUpgradableConfigResponse
|
|
1713
1713
|
* @throws OciError when an error occurs
|
|
1714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
1715
1715
|
*/
|
|
1716
1716
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
|
|
1717
1717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1771,7 +1771,7 @@ class ManagementAgentClient {
|
|
|
1771
1771
|
* @param SummarizeManagementAgentCountsRequest
|
|
1772
1772
|
* @return SummarizeManagementAgentCountsResponse
|
|
1773
1773
|
* @throws OciError when an error occurs
|
|
1774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
1775
1775
|
*/
|
|
1776
1776
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
|
|
1777
1777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1841,7 +1841,7 @@ class ManagementAgentClient {
|
|
|
1841
1841
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
1842
1842
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
1843
1843
|
* @throws OciError when an error occurs
|
|
1844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
1845
1845
|
*/
|
|
1846
1846
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
|
|
1847
1847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1908,7 +1908,7 @@ class ManagementAgentClient {
|
|
|
1908
1908
|
* @param UpdateManagementAgentRequest
|
|
1909
1909
|
* @return UpdateManagementAgentResponse
|
|
1910
1910
|
* @throws OciError when an error occurs
|
|
1911
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
1912
1912
|
*/
|
|
1913
1913
|
updateManagementAgent(updateManagementAgentRequest) {
|
|
1914
1914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1975,7 +1975,7 @@ class ManagementAgentClient {
|
|
|
1975
1975
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
1976
1976
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
1977
1977
|
* @throws OciError when an error occurs
|
|
1978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
1979
1979
|
*/
|
|
1980
1980
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
|
|
1981
1981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPluginsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface DeployPluginsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfigRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoUpgradableConfigRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentImagesRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SetAutoUpgradableConfigRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagementAgentCountsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementagent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.78.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.78.0",
|
|
19
|
+
"oci-workrequests": "2.78.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|