oci-managementagent 2.76.1 → 2.77.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/model/management-agent-summary.d.ts +2 -2
- package/lib/model/management-agent.d.ts +2 -2
- package/lib/model/update-management-agent-details.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 +2 -2
- package/lib/request/delete-management-agent-request.d.ts +2 -2
- package/lib/request/delete-work-request-request.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/request/update-management-agent-request.d.ts +2 -2
- package/lib/response/create-management-agent-install-key-response.d.ts +1 -1
- package/lib/response/get-management-agent-install-key-response.d.ts +1 -1
- package/lib/response/get-management-agent-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-availability-histories-response.d.ts +1 -1
- package/lib/response/list-management-agent-images-response.d.ts +1 -1
- package/lib/response/list-management-agent-install-keys-response.d.ts +1 -1
- package/lib/response/list-management-agent-plugins-response.d.ts +1 -1
- package/lib/response/list-management-agents-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/summarize-management-agent-counts-response.d.ts +1 -1
- package/lib/response/summarize-management-agent-plugin-counts-response.d.ts +1 -1
- package/lib/response/update-management-agent-install-key-response.d.ts +1 -1
- package/lib/response/update-management-agent-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export declare class ManagementAgentClient {
|
|
|
90
90
|
* @param CreateManagementAgentInstallKeyRequest
|
|
91
91
|
* @return CreateManagementAgentInstallKeyResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
94
94
|
*/
|
|
95
95
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
|
|
96
96
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class ManagementAgentClient {
|
|
|
99
99
|
* @param DeleteManagementAgentRequest
|
|
100
100
|
* @return DeleteManagementAgentResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
103
103
|
*/
|
|
104
104
|
deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
|
|
105
105
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class ManagementAgentClient {
|
|
|
108
108
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
109
109
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
112
112
|
*/
|
|
113
113
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
|
|
114
114
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class ManagementAgentClient {
|
|
|
117
117
|
* @param DeleteWorkRequestRequest
|
|
118
118
|
* @return DeleteWorkRequestResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
121
121
|
*/
|
|
122
122
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
123
123
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class ManagementAgentClient {
|
|
|
127
127
|
* @param DeployPluginsRequest
|
|
128
128
|
* @return DeployPluginsResponse
|
|
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.77.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
131
131
|
*/
|
|
132
132
|
deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
|
|
133
133
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class ManagementAgentClient {
|
|
|
138
138
|
* @param GetAutoUpgradableConfigRequest
|
|
139
139
|
* @return GetAutoUpgradableConfigResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
142
142
|
*/
|
|
143
143
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
|
|
144
144
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class ManagementAgentClient {
|
|
|
147
147
|
* @param GetManagementAgentRequest
|
|
148
148
|
* @return GetManagementAgentResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
151
151
|
*/
|
|
152
152
|
getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
|
|
153
153
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class ManagementAgentClient {
|
|
|
156
156
|
* @param GetManagementAgentInstallKeyRequest
|
|
157
157
|
* @return GetManagementAgentInstallKeyResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
160
160
|
*/
|
|
161
161
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
|
|
162
162
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class ManagementAgentClient {
|
|
|
166
166
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
167
167
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
170
170
|
*/
|
|
171
171
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class ManagementAgentClient {
|
|
|
175
175
|
* @param GetWorkRequestRequest
|
|
176
176
|
* @return GetWorkRequestResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
179
179
|
*/
|
|
180
180
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class ManagementAgentClient {
|
|
|
184
184
|
* @param ListAvailabilityHistoriesRequest
|
|
185
185
|
* @return ListAvailabilityHistoriesResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
188
188
|
*/
|
|
189
189
|
listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
|
|
190
190
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class ManagementAgentClient {
|
|
|
226
226
|
* @param ListManagementAgentImagesRequest
|
|
227
227
|
* @return ListManagementAgentImagesResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
230
230
|
*/
|
|
231
231
|
listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
|
|
232
232
|
/**
|
|
@@ -268,7 +268,7 @@ export declare class ManagementAgentClient {
|
|
|
268
268
|
* @param ListManagementAgentInstallKeysRequest
|
|
269
269
|
* @return ListManagementAgentInstallKeysResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
272
272
|
*/
|
|
273
273
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
|
|
274
274
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class ManagementAgentClient {
|
|
|
310
310
|
* @param ListManagementAgentPluginsRequest
|
|
311
311
|
* @return ListManagementAgentPluginsResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
314
314
|
*/
|
|
315
315
|
listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
|
|
316
316
|
/**
|
|
@@ -354,7 +354,7 @@ export declare class ManagementAgentClient {
|
|
|
354
354
|
* @param ListManagementAgentsRequest
|
|
355
355
|
* @return ListManagementAgentsResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
358
358
|
*/
|
|
359
359
|
listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
|
|
360
360
|
/**
|
|
@@ -396,7 +396,7 @@ export declare class ManagementAgentClient {
|
|
|
396
396
|
* @param ListWorkRequestErrorsRequest
|
|
397
397
|
* @return ListWorkRequestErrorsResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
400
400
|
*/
|
|
401
401
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
402
402
|
/**
|
|
@@ -438,7 +438,7 @@ export declare class ManagementAgentClient {
|
|
|
438
438
|
* @param ListWorkRequestLogsRequest
|
|
439
439
|
* @return ListWorkRequestLogsResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
442
442
|
*/
|
|
443
443
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
444
444
|
/**
|
|
@@ -480,7 +480,7 @@ export declare class ManagementAgentClient {
|
|
|
480
480
|
* @param ListWorkRequestsRequest
|
|
481
481
|
* @return ListWorkRequestsResponse
|
|
482
482
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
484
484
|
*/
|
|
485
485
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
486
486
|
/**
|
|
@@ -523,7 +523,7 @@ export declare class ManagementAgentClient {
|
|
|
523
523
|
* @param SetAutoUpgradableConfigRequest
|
|
524
524
|
* @return SetAutoUpgradableConfigResponse
|
|
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.77.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
527
527
|
*/
|
|
528
528
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
|
|
529
529
|
/**
|
|
@@ -534,7 +534,7 @@ export declare class ManagementAgentClient {
|
|
|
534
534
|
* @param SummarizeManagementAgentCountsRequest
|
|
535
535
|
* @return SummarizeManagementAgentCountsResponse
|
|
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.77.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
538
538
|
*/
|
|
539
539
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
|
|
540
540
|
/**
|
|
@@ -545,7 +545,7 @@ export declare class ManagementAgentClient {
|
|
|
545
545
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
546
546
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
547
547
|
* @throws OciError when an error occurs
|
|
548
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
549
549
|
*/
|
|
550
550
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
|
|
551
551
|
/**
|
|
@@ -555,7 +555,7 @@ export declare class ManagementAgentClient {
|
|
|
555
555
|
* @param UpdateManagementAgentRequest
|
|
556
556
|
* @return UpdateManagementAgentResponse
|
|
557
557
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
559
559
|
*/
|
|
560
560
|
updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
|
|
561
561
|
/**
|
|
@@ -565,7 +565,7 @@ export declare class ManagementAgentClient {
|
|
|
565
565
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
566
566
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
569
569
|
*/
|
|
570
570
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
|
|
571
571
|
}
|
package/lib/client.js
CHANGED
|
@@ -191,7 +191,7 @@ class ManagementAgentClient {
|
|
|
191
191
|
* @param CreateManagementAgentInstallKeyRequest
|
|
192
192
|
* @return CreateManagementAgentInstallKeyResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
195
195
|
*/
|
|
196
196
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -254,7 +254,7 @@ class ManagementAgentClient {
|
|
|
254
254
|
* @param DeleteManagementAgentRequest
|
|
255
255
|
* @return DeleteManagementAgentResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
258
258
|
*/
|
|
259
259
|
deleteManagementAgent(deleteManagementAgentRequest) {
|
|
260
260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -309,7 +309,7 @@ class ManagementAgentClient {
|
|
|
309
309
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
310
310
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
313
313
|
*/
|
|
314
314
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest) {
|
|
315
315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -364,7 +364,7 @@ class ManagementAgentClient {
|
|
|
364
364
|
* @param DeleteWorkRequestRequest
|
|
365
365
|
* @return DeleteWorkRequestResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
368
368
|
*/
|
|
369
369
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
370
370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +420,7 @@ class ManagementAgentClient {
|
|
|
420
420
|
* @param DeployPluginsRequest
|
|
421
421
|
* @return DeployPluginsResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
424
424
|
*/
|
|
425
425
|
deployPlugins(deployPluginsRequest) {
|
|
426
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -481,7 +481,7 @@ class ManagementAgentClient {
|
|
|
481
481
|
* @param GetAutoUpgradableConfigRequest
|
|
482
482
|
* @return GetAutoUpgradableConfigResponse
|
|
483
483
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
485
485
|
*/
|
|
486
486
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest) {
|
|
487
487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -539,7 +539,7 @@ class ManagementAgentClient {
|
|
|
539
539
|
* @param GetManagementAgentRequest
|
|
540
540
|
* @return GetManagementAgentResponse
|
|
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.77.0/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
543
543
|
*/
|
|
544
544
|
getManagementAgent(getManagementAgentRequest) {
|
|
545
545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -602,7 +602,7 @@ class ManagementAgentClient {
|
|
|
602
602
|
* @param GetManagementAgentInstallKeyRequest
|
|
603
603
|
* @return GetManagementAgentInstallKeyResponse
|
|
604
604
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
606
606
|
*/
|
|
607
607
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest) {
|
|
608
608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -666,7 +666,7 @@ class ManagementAgentClient {
|
|
|
666
666
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
667
667
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
668
668
|
* @throws OciError when an error occurs
|
|
669
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
670
670
|
*/
|
|
671
671
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest) {
|
|
672
672
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -735,7 +735,7 @@ class ManagementAgentClient {
|
|
|
735
735
|
* @param GetWorkRequestRequest
|
|
736
736
|
* @return GetWorkRequestResponse
|
|
737
737
|
* @throws OciError when an error occurs
|
|
738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
739
739
|
*/
|
|
740
740
|
getWorkRequest(getWorkRequestRequest) {
|
|
741
741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class ManagementAgentClient {
|
|
|
803
803
|
* @param ListAvailabilityHistoriesRequest
|
|
804
804
|
* @return ListAvailabilityHistoriesResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
807
807
|
*/
|
|
808
808
|
listAvailabilityHistories(listAvailabilityHistoriesRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -914,7 +914,7 @@ class ManagementAgentClient {
|
|
|
914
914
|
* @param ListManagementAgentImagesRequest
|
|
915
915
|
* @return ListManagementAgentImagesResponse
|
|
916
916
|
* @throws OciError when an error occurs
|
|
917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
918
918
|
*/
|
|
919
919
|
listManagementAgentImages(listManagementAgentImagesRequest) {
|
|
920
920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1026,7 +1026,7 @@ class ManagementAgentClient {
|
|
|
1026
1026
|
* @param ListManagementAgentInstallKeysRequest
|
|
1027
1027
|
* @return ListManagementAgentInstallKeysResponse
|
|
1028
1028
|
* @throws OciError when an error occurs
|
|
1029
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1029
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
1030
1030
|
*/
|
|
1031
1031
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest) {
|
|
1032
1032
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1137,7 +1137,7 @@ class ManagementAgentClient {
|
|
|
1137
1137
|
* @param ListManagementAgentPluginsRequest
|
|
1138
1138
|
* @return ListManagementAgentPluginsResponse
|
|
1139
1139
|
* @throws OciError when an error occurs
|
|
1140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
1141
1141
|
*/
|
|
1142
1142
|
listManagementAgentPlugins(listManagementAgentPluginsRequest) {
|
|
1143
1143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1251,7 +1251,7 @@ class ManagementAgentClient {
|
|
|
1251
1251
|
* @param ListManagementAgentsRequest
|
|
1252
1252
|
* @return ListManagementAgentsResponse
|
|
1253
1253
|
* @throws OciError when an error occurs
|
|
1254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
1255
1255
|
*/
|
|
1256
1256
|
listManagementAgents(listManagementAgentsRequest) {
|
|
1257
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1371,7 +1371,7 @@ class ManagementAgentClient {
|
|
|
1371
1371
|
* @param ListWorkRequestErrorsRequest
|
|
1372
1372
|
* @return ListWorkRequestErrorsResponse
|
|
1373
1373
|
* @throws OciError when an error occurs
|
|
1374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1375
1375
|
*/
|
|
1376
1376
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1377
1377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1480,7 +1480,7 @@ class ManagementAgentClient {
|
|
|
1480
1480
|
* @param ListWorkRequestLogsRequest
|
|
1481
1481
|
* @return ListWorkRequestLogsResponse
|
|
1482
1482
|
* @throws OciError when an error occurs
|
|
1483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1484
1484
|
*/
|
|
1485
1485
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1486
1486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1589,7 +1589,7 @@ class ManagementAgentClient {
|
|
|
1589
1589
|
* @param ListWorkRequestsRequest
|
|
1590
1590
|
* @return ListWorkRequestsResponse
|
|
1591
1591
|
* @throws OciError when an error occurs
|
|
1592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1593
1593
|
*/
|
|
1594
1594
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1595
1595
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1702,7 +1702,7 @@ class ManagementAgentClient {
|
|
|
1702
1702
|
* @param SetAutoUpgradableConfigRequest
|
|
1703
1703
|
* @return SetAutoUpgradableConfigResponse
|
|
1704
1704
|
* @throws OciError when an error occurs
|
|
1705
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1705
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
1706
1706
|
*/
|
|
1707
1707
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest) {
|
|
1708
1708
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1762,7 +1762,7 @@ class ManagementAgentClient {
|
|
|
1762
1762
|
* @param SummarizeManagementAgentCountsRequest
|
|
1763
1763
|
* @return SummarizeManagementAgentCountsResponse
|
|
1764
1764
|
* @throws OciError when an error occurs
|
|
1765
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1765
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
1766
1766
|
*/
|
|
1767
1767
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest) {
|
|
1768
1768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1832,7 +1832,7 @@ class ManagementAgentClient {
|
|
|
1832
1832
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
1833
1833
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
1834
1834
|
* @throws OciError when an error occurs
|
|
1835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
1836
1836
|
*/
|
|
1837
1837
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest) {
|
|
1838
1838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1899,7 +1899,7 @@ class ManagementAgentClient {
|
|
|
1899
1899
|
* @param UpdateManagementAgentRequest
|
|
1900
1900
|
* @return UpdateManagementAgentResponse
|
|
1901
1901
|
* @throws OciError when an error occurs
|
|
1902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
1903
1903
|
*/
|
|
1904
1904
|
updateManagementAgent(updateManagementAgentRequest) {
|
|
1905
1905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1966,7 +1966,7 @@ class ManagementAgentClient {
|
|
|
1966
1966
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
1967
1967
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
1968
1968
|
* @throws OciError when an error occurs
|
|
1969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
1970
1970
|
*/
|
|
1971
1971
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest) {
|
|
1972
1972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -108,7 +108,7 @@ export interface ManagementAgentSummary {
|
|
|
108
108
|
"installType"?: model.InstallTypes;
|
|
109
109
|
/**
|
|
110
110
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
111
|
-
* Example:
|
|
111
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
112
112
|
*
|
|
113
113
|
*/
|
|
114
114
|
"freeformTags"?: {
|
|
@@ -116,7 +116,7 @@ export interface ManagementAgentSummary {
|
|
|
116
116
|
};
|
|
117
117
|
/**
|
|
118
118
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
119
|
-
* Example:
|
|
119
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
120
120
|
*
|
|
121
121
|
*/
|
|
122
122
|
"definedTags"?: {
|
|
@@ -116,7 +116,7 @@ export interface ManagementAgent {
|
|
|
116
116
|
"managementAgentProperties"?: Array<model.ManagementAgentProperty>;
|
|
117
117
|
/**
|
|
118
118
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
119
|
-
* Example:
|
|
119
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
120
120
|
*
|
|
121
121
|
*/
|
|
122
122
|
"freeformTags"?: {
|
|
@@ -124,7 +124,7 @@ export interface ManagementAgent {
|
|
|
124
124
|
};
|
|
125
125
|
/**
|
|
126
126
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
127
|
-
* Example:
|
|
127
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
128
128
|
*
|
|
129
129
|
*/
|
|
130
130
|
"definedTags"?: {
|
|
@@ -22,7 +22,7 @@ export interface UpdateManagementAgentDetails {
|
|
|
22
22
|
"displayName"?: string;
|
|
23
23
|
/**
|
|
24
24
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
25
|
-
* Example:
|
|
25
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"freeformTags"?: {
|
|
@@ -30,7 +30,7 @@ export interface UpdateManagementAgentDetails {
|
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
32
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
33
|
-
* Example:
|
|
33
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"definedTags"?: {
|
|
@@ -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.77.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.77.0/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteManagementAgentInstallKeyRequest extends common.BaseReque
|
|
|
21
21
|
"managementAgentInstallKeyId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagementAgentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteManagementAgentRequest extends common.BaseRequest {
|
|
|
21
21
|
"managementAgentId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface DeleteWorkRequestRequest extends common.BaseRequest {
|
|
|
25
25
|
"opcRequestId"?: string;
|
|
26
26
|
/**
|
|
27
27
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
-
* for a resource, set the
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
29
|
* etag from a previous GET or POST response for that resource.
|
|
30
30
|
* The resource will be updated or deleted only if the etag you
|
|
31
31
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.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.77.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -46,7 +46,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
46
46
|
"type"?: model.OperationTypes;
|
|
47
47
|
/**
|
|
48
48
|
* Filter for items with timeCreated greater or equal to provided value.
|
|
49
|
-
* given
|
|
49
|
+
* given {@code timeCreatedGreaterThanOrEqualTo} to the current time, in \"YYYY-MM-ddThh:mmZ\" format with a
|
|
50
50
|
* Z offset, as defined by RFC 3339.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
@@ -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.77.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.77.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.77.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.77.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -39,7 +39,7 @@ export interface UpdateManagementAgentInstallKeyRequest extends common.BaseReque
|
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
41
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
42
|
-
* for a resource, set the
|
|
42
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
43
43
|
* etag from a previous GET or POST response for that resource.
|
|
44
44
|
* The resource will be updated or deleted only if the etag you
|
|
45
45
|
* provide matches the resource's current etag value.
|
|
@@ -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.77.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -39,7 +39,7 @@ export interface UpdateManagementAgentRequest extends common.BaseRequest {
|
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
41
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
42
|
-
* for a resource, set the
|
|
42
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
43
43
|
* etag from a previous GET or POST response for that resource.
|
|
44
44
|
* The resource will be updated or deleted only if the etag you
|
|
45
45
|
* provide matches the resource's current etag value.
|
|
@@ -20,7 +20,7 @@ export interface ListAvailabilityHistoriesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListManagementAgentImagesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListManagementAgentInstallKeysResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListManagementAgentPluginsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListManagementAgentsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
-
* then a partial list might have been returned. Include this value as the
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SummarizeManagementAgentCountsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface SummarizeManagementAgentPluginCountsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
22
|
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-managementagent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.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.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|