oci-managementagent 2.78.0 → 2.79.1
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 +105 -24
- package/lib/client.js +401 -123
- package/lib/client.js.map +1 -1
- package/lib/model/architecture-types.d.ts +2 -0
- package/lib/model/architecture-types.js +2 -0
- package/lib/model/architecture-types.js.map +1 -1
- package/lib/model/create-data-source-details.d.ts +33 -0
- package/lib/model/create-data-source-details.js +68 -0
- package/lib/model/create-data-source-details.js.map +1 -0
- package/lib/model/create-prometheus-emitter-data-source-details.d.ts +67 -0
- package/lib/model/create-prometheus-emitter-data-source-details.js +68 -0
- package/lib/model/create-prometheus-emitter-data-source-details.js.map +1 -0
- package/lib/model/data-source-summary-item.d.ts +32 -0
- package/lib/model/data-source-summary-item.js +72 -0
- package/lib/model/data-source-summary-item.js.map +1 -0
- package/lib/model/data-source-summary.d.ts +32 -0
- package/lib/model/data-source-summary.js +72 -0
- package/lib/model/data-source-summary.js.map +1 -0
- package/lib/model/data-source-types.d.ts +33 -0
- package/lib/model/{datatypes.js → data-source-types.js} +20 -15
- package/lib/model/data-source-types.js.map +1 -0
- package/lib/model/data-source.d.ts +50 -0
- package/lib/model/data-source.js +72 -0
- package/lib/model/data-source.js.map +1 -0
- package/lib/model/index.d.ts +30 -4
- package/lib/model/index.js +32 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/kubernetes-cluster-data-source-summary-item.d.ts +31 -0
- package/lib/model/kubernetes-cluster-data-source-summary-item.js +56 -0
- package/lib/model/kubernetes-cluster-data-source-summary-item.js.map +1 -0
- package/lib/model/kubernetes-cluster-data-source-summary.d.ts +31 -0
- package/lib/model/kubernetes-cluster-data-source-summary.js +56 -0
- package/lib/model/kubernetes-cluster-data-source-summary.js.map +1 -0
- package/lib/model/kubernetes-cluster-data-source.d.ts +35 -0
- package/lib/model/kubernetes-cluster-data-source.js +56 -0
- package/lib/model/kubernetes-cluster-data-source.js.map +1 -0
- package/lib/model/management-agent-summary.d.ts +4 -0
- package/lib/model/management-agent-summary.js +10 -0
- package/lib/model/management-agent-summary.js.map +1 -1
- package/lib/model/management-agent.d.ts +4 -0
- package/lib/model/management-agent.js +10 -0
- package/lib/model/management-agent.js.map +1 -1
- package/lib/model/{datatypes.d.ts → metric-dimension.d.ts} +14 -11
- package/lib/model/{edit-modes.js → metric-dimension.js} +11 -17
- package/lib/model/metric-dimension.js.map +1 -0
- package/lib/model/operation-types.d.ts +3 -0
- package/lib/model/operation-types.js +3 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/prometheus-emitter-data-source-summary-item.d.ts +27 -0
- package/lib/model/prometheus-emitter-data-source-summary-item.js +56 -0
- package/lib/model/prometheus-emitter-data-source-summary-item.js.map +1 -0
- package/lib/model/prometheus-emitter-data-source-summary.d.ts +27 -0
- package/lib/model/prometheus-emitter-data-source-summary.js +56 -0
- package/lib/model/prometheus-emitter-data-source-summary.js.map +1 -0
- package/lib/model/prometheus-emitter-data-source.d.ts +67 -0
- package/lib/model/prometheus-emitter-data-source.js +68 -0
- package/lib/model/prometheus-emitter-data-source.js.map +1 -0
- package/lib/model/{edit-modes.d.ts → update-data-source-details.d.ts} +8 -9
- package/lib/model/update-data-source-details.js +68 -0
- package/lib/model/update-data-source-details.js.map +1 -0
- package/lib/model/update-prometheus-emitter-data-source-details.d.ts +63 -0
- package/lib/model/update-prometheus-emitter-data-source-details.js +68 -0
- package/lib/model/update-prometheus-emitter-data-source-details.js.map +1 -0
- package/lib/request/create-data-source-request.d.ts +49 -0
- package/lib/request/create-data-source-request.js +15 -0
- package/lib/request/create-data-source-request.js.map +1 -0
- package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
- package/lib/request/delete-data-source-request.d.ts +39 -0
- package/lib/request/delete-data-source-request.js +15 -0
- package/lib/request/delete-data-source-request.js.map +1 -0
- 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-data-source-request.d.ts +39 -0
- package/lib/request/get-data-source-request.js +15 -0
- package/lib/request/get-data-source-request.js.map +1 -0
- 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/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-availability-histories-request.d.ts +1 -1
- package/lib/request/list-data-sources-request.d.ts +57 -0
- package/lib/request/list-data-sources-request.js +29 -0
- package/lib/request/list-data-sources-request.js.map +1 -0
- 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 +9 -1
- package/lib/request/list-management-agents-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +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-data-source-request.d.ts +53 -0
- package/lib/request/update-data-source-request.js +15 -0
- package/lib/request/update-data-source-request.js.map +1 -0
- 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/lib/response/create-data-source-response.d.ts +25 -0
- package/lib/response/create-data-source-response.js +15 -0
- package/lib/response/create-data-source-response.js.map +1 -0
- package/lib/response/delete-data-source-response.d.ts +25 -0
- package/lib/response/delete-data-source-response.js +15 -0
- package/lib/response/delete-data-source-response.js.map +1 -0
- package/lib/response/get-data-source-response.d.ts +30 -0
- package/lib/response/get-data-source-response.js +15 -0
- package/lib/response/get-data-source-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-data-sources-response.d.ts +32 -0
- package/lib/response/list-data-sources-response.js +15 -0
- package/lib/response/list-data-sources-response.js.map +1 -0
- package/lib/response/update-data-source-response.d.ts +25 -0
- package/lib/response/update-data-source-response.js +15 -0
- package/lib/response/update-data-source-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/datatypes.js.map +0 -1
- package/lib/model/edit-modes.js.map +0 -1
package/lib/client.d.ts
CHANGED
|
@@ -49,7 +49,6 @@ export declare class ManagementAgentClient {
|
|
|
49
49
|
* @param endpoint The endpoint of the service.
|
|
50
50
|
*/
|
|
51
51
|
set endpoint(endpoint: string);
|
|
52
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
53
52
|
/**
|
|
54
53
|
* Determines whether realm specific endpoint should be used or not.
|
|
55
54
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -88,6 +87,16 @@ export declare class ManagementAgentClient {
|
|
|
88
87
|
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
89
88
|
*/
|
|
90
89
|
shutdownCircuitBreaker(): void;
|
|
90
|
+
/**
|
|
91
|
+
* Datasource creation request to given Management Agent.
|
|
92
|
+
*
|
|
93
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
94
|
+
* @param CreateDataSourceRequest
|
|
95
|
+
* @return CreateDataSourceResponse
|
|
96
|
+
* @throws OciError when an error occurs
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
|
|
98
|
+
*/
|
|
99
|
+
createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
|
|
91
100
|
/**
|
|
92
101
|
* User creates a new install key as part of this API.
|
|
93
102
|
*
|
|
@@ -95,16 +104,26 @@ export declare class ManagementAgentClient {
|
|
|
95
104
|
* @param CreateManagementAgentInstallKeyRequest
|
|
96
105
|
* @return CreateManagementAgentInstallKeyResponse
|
|
97
106
|
* @throws OciError when an error occurs
|
|
98
|
-
* @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.79.1/managementagent/CreateManagementAgentInstallKey.ts.html |here} to see how to use CreateManagementAgentInstallKey API.
|
|
99
108
|
*/
|
|
100
109
|
createManagementAgentInstallKey(createManagementAgentInstallKeyRequest: requests.CreateManagementAgentInstallKeyRequest): Promise<responses.CreateManagementAgentInstallKeyResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* Datasource delete request to given Management Agent.
|
|
112
|
+
*
|
|
113
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
114
|
+
* @param DeleteDataSourceRequest
|
|
115
|
+
* @return DeleteDataSourceResponse
|
|
116
|
+
* @throws OciError when an error occurs
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
|
|
118
|
+
*/
|
|
119
|
+
deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
|
|
101
120
|
/**
|
|
102
121
|
* Deletes a Management Agent resource by identifier
|
|
103
122
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
104
123
|
* @param DeleteManagementAgentRequest
|
|
105
124
|
* @return DeleteManagementAgentResponse
|
|
106
125
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteManagementAgent.ts.html |here} to see how to use DeleteManagementAgent API.
|
|
108
127
|
*/
|
|
109
128
|
deleteManagementAgent(deleteManagementAgentRequest: requests.DeleteManagementAgentRequest): Promise<responses.DeleteManagementAgentResponse>;
|
|
110
129
|
/**
|
|
@@ -113,7 +132,7 @@ export declare class ManagementAgentClient {
|
|
|
113
132
|
* @param DeleteManagementAgentInstallKeyRequest
|
|
114
133
|
* @return DeleteManagementAgentInstallKeyResponse
|
|
115
134
|
* @throws OciError when an error occurs
|
|
116
|
-
* @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.79.1/managementagent/DeleteManagementAgentInstallKey.ts.html |here} to see how to use DeleteManagementAgentInstallKey API.
|
|
117
136
|
*/
|
|
118
137
|
deleteManagementAgentInstallKey(deleteManagementAgentInstallKeyRequest: requests.DeleteManagementAgentInstallKeyRequest): Promise<responses.DeleteManagementAgentInstallKeyResponse>;
|
|
119
138
|
/**
|
|
@@ -122,7 +141,7 @@ export declare class ManagementAgentClient {
|
|
|
122
141
|
* @param DeleteWorkRequestRequest
|
|
123
142
|
* @return DeleteWorkRequestResponse
|
|
124
143
|
* @throws OciError when an error occurs
|
|
125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
126
145
|
*/
|
|
127
146
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
128
147
|
/**
|
|
@@ -132,7 +151,7 @@ export declare class ManagementAgentClient {
|
|
|
132
151
|
* @param DeployPluginsRequest
|
|
133
152
|
* @return DeployPluginsResponse
|
|
134
153
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/DeployPlugins.ts.html |here} to see how to use DeployPlugins API.
|
|
136
155
|
*/
|
|
137
156
|
deployPlugins(deployPluginsRequest: requests.DeployPluginsRequest): Promise<responses.DeployPluginsResponse>;
|
|
138
157
|
/**
|
|
@@ -143,16 +162,26 @@ export declare class ManagementAgentClient {
|
|
|
143
162
|
* @param GetAutoUpgradableConfigRequest
|
|
144
163
|
* @return GetAutoUpgradableConfigResponse
|
|
145
164
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetAutoUpgradableConfig.ts.html |here} to see how to use GetAutoUpgradableConfig API.
|
|
147
166
|
*/
|
|
148
167
|
getAutoUpgradableConfig(getAutoUpgradableConfigRequest: requests.GetAutoUpgradableConfigRequest): Promise<responses.GetAutoUpgradableConfigResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* Get Datasource details for given Id and given Management Agent.
|
|
170
|
+
*
|
|
171
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
172
|
+
* @param GetDataSourceRequest
|
|
173
|
+
* @return GetDataSourceResponse
|
|
174
|
+
* @throws OciError when an error occurs
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetDataSource.ts.html |here} to see how to use GetDataSource API.
|
|
176
|
+
*/
|
|
177
|
+
getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
|
|
149
178
|
/**
|
|
150
179
|
* Gets complete details of the inventory of a given agent id
|
|
151
180
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
152
181
|
* @param GetManagementAgentRequest
|
|
153
182
|
* @return GetManagementAgentResponse
|
|
154
183
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgent.ts.html |here} to see how to use GetManagementAgent API.
|
|
156
185
|
*/
|
|
157
186
|
getManagementAgent(getManagementAgentRequest: requests.GetManagementAgentRequest): Promise<responses.GetManagementAgentResponse>;
|
|
158
187
|
/**
|
|
@@ -161,7 +190,7 @@ export declare class ManagementAgentClient {
|
|
|
161
190
|
* @param GetManagementAgentInstallKeyRequest
|
|
162
191
|
* @return GetManagementAgentInstallKeyResponse
|
|
163
192
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetManagementAgentInstallKey.ts.html |here} to see how to use GetManagementAgentInstallKey API.
|
|
165
194
|
*/
|
|
166
195
|
getManagementAgentInstallKey(getManagementAgentInstallKeyRequest: requests.GetManagementAgentInstallKeyRequest): Promise<responses.GetManagementAgentInstallKeyResponse>;
|
|
167
196
|
/**
|
|
@@ -171,7 +200,7 @@ export declare class ManagementAgentClient {
|
|
|
171
200
|
* @param GetManagementAgentInstallKeyContentRequest
|
|
172
201
|
* @return GetManagementAgentInstallKeyContentResponse
|
|
173
202
|
* @throws OciError when an error occurs
|
|
174
|
-
* @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.79.1/managementagent/GetManagementAgentInstallKeyContent.ts.html |here} to see how to use GetManagementAgentInstallKeyContent API.
|
|
175
204
|
*/
|
|
176
205
|
getManagementAgentInstallKeyContent(getManagementAgentInstallKeyContentRequest: requests.GetManagementAgentInstallKeyContentRequest): Promise<responses.GetManagementAgentInstallKeyContentResponse>;
|
|
177
206
|
/**
|
|
@@ -180,7 +209,7 @@ export declare class ManagementAgentClient {
|
|
|
180
209
|
* @param GetWorkRequestRequest
|
|
181
210
|
* @return GetWorkRequestResponse
|
|
182
211
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
184
213
|
*/
|
|
185
214
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
186
215
|
/**
|
|
@@ -189,7 +218,7 @@ export declare class ManagementAgentClient {
|
|
|
189
218
|
* @param ListAvailabilityHistoriesRequest
|
|
190
219
|
* @return ListAvailabilityHistoriesResponse
|
|
191
220
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistories API.
|
|
193
222
|
*/
|
|
194
223
|
listAvailabilityHistories(listAvailabilityHistoriesRequest: requests.ListAvailabilityHistoriesRequest): Promise<responses.ListAvailabilityHistoriesResponse>;
|
|
195
224
|
/**
|
|
@@ -224,6 +253,48 @@ export declare class ManagementAgentClient {
|
|
|
224
253
|
* @param request a request which can be sent to the service operation
|
|
225
254
|
*/
|
|
226
255
|
listAvailabilityHistoriesResponseIterator(request: requests.ListAvailabilityHistoriesRequest): AsyncIterableIterator<responses.ListAvailabilityHistoriesResponse>;
|
|
256
|
+
/**
|
|
257
|
+
* A list of Management Agent Data Sources for the given Management Agent Id.
|
|
258
|
+
*
|
|
259
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
260
|
+
* @param ListDataSourcesRequest
|
|
261
|
+
* @return ListDataSourcesResponse
|
|
262
|
+
* @throws OciError when an error occurs
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSources API.
|
|
264
|
+
*/
|
|
265
|
+
listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* NOTE: This function is deprecated in favor of listDataSourcesRecordIterator function.
|
|
268
|
+
* Creates a new async iterator which will iterate over the models.DataSourceSummary objects
|
|
269
|
+
* contained in responses from the listDataSources operation. This iterator will fetch more data from the
|
|
270
|
+
* server as needed.
|
|
271
|
+
*
|
|
272
|
+
* @param request a request which can be sent to the service operation
|
|
273
|
+
*/
|
|
274
|
+
listAllDataSources(request: requests.ListDataSourcesRequest): AsyncIterableIterator<model.DataSourceSummary>;
|
|
275
|
+
/**
|
|
276
|
+
* NOTE: This function is deprecated in favor of listDataSourcesResponseIterator function.
|
|
277
|
+
* Creates a new async iterator which will iterate over the responses received from the listDataSources operation. This iterator
|
|
278
|
+
* will fetch more data from the server as needed.
|
|
279
|
+
*
|
|
280
|
+
* @param request a request which can be sent to the service operation
|
|
281
|
+
*/
|
|
282
|
+
listAllDataSourcesResponses(request: requests.ListDataSourcesRequest): AsyncIterableIterator<responses.ListDataSourcesResponse>;
|
|
283
|
+
/**
|
|
284
|
+
* Creates a new async iterator which will iterate over the models.DataSourceSummary objects
|
|
285
|
+
* contained in responses from the listDataSources operation. This iterator will fetch more data from the
|
|
286
|
+
* server as needed.
|
|
287
|
+
*
|
|
288
|
+
* @param request a request which can be sent to the service operation
|
|
289
|
+
*/
|
|
290
|
+
listDataSourcesRecordIterator(request: requests.ListDataSourcesRequest): AsyncIterableIterator<model.DataSourceSummary>;
|
|
291
|
+
/**
|
|
292
|
+
* Creates a new async iterator which will iterate over the responses received from the listDataSources operation. This iterator
|
|
293
|
+
* will fetch more data from the server as needed.
|
|
294
|
+
*
|
|
295
|
+
* @param request a request which can be sent to the service operation
|
|
296
|
+
*/
|
|
297
|
+
listDataSourcesResponseIterator(request: requests.ListDataSourcesRequest): AsyncIterableIterator<responses.ListDataSourcesResponse>;
|
|
227
298
|
/**
|
|
228
299
|
* Get supported agent image information
|
|
229
300
|
*
|
|
@@ -231,7 +302,7 @@ export declare class ManagementAgentClient {
|
|
|
231
302
|
* @param ListManagementAgentImagesRequest
|
|
232
303
|
* @return ListManagementAgentImagesResponse
|
|
233
304
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentImages.ts.html |here} to see how to use ListManagementAgentImages API.
|
|
235
306
|
*/
|
|
236
307
|
listManagementAgentImages(listManagementAgentImagesRequest: requests.ListManagementAgentImagesRequest): Promise<responses.ListManagementAgentImagesResponse>;
|
|
237
308
|
/**
|
|
@@ -273,7 +344,7 @@ export declare class ManagementAgentClient {
|
|
|
273
344
|
* @param ListManagementAgentInstallKeysRequest
|
|
274
345
|
* @return ListManagementAgentInstallKeysResponse
|
|
275
346
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentInstallKeys.ts.html |here} to see how to use ListManagementAgentInstallKeys API.
|
|
277
348
|
*/
|
|
278
349
|
listManagementAgentInstallKeys(listManagementAgentInstallKeysRequest: requests.ListManagementAgentInstallKeysRequest): Promise<responses.ListManagementAgentInstallKeysResponse>;
|
|
279
350
|
/**
|
|
@@ -315,7 +386,7 @@ export declare class ManagementAgentClient {
|
|
|
315
386
|
* @param ListManagementAgentPluginsRequest
|
|
316
387
|
* @return ListManagementAgentPluginsResponse
|
|
317
388
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgentPlugins.ts.html |here} to see how to use ListManagementAgentPlugins API.
|
|
319
390
|
*/
|
|
320
391
|
listManagementAgentPlugins(listManagementAgentPluginsRequest: requests.ListManagementAgentPluginsRequest): Promise<responses.ListManagementAgentPluginsResponse>;
|
|
321
392
|
/**
|
|
@@ -359,7 +430,7 @@ export declare class ManagementAgentClient {
|
|
|
359
430
|
* @param ListManagementAgentsRequest
|
|
360
431
|
* @return ListManagementAgentsResponse
|
|
361
432
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgents API.
|
|
363
434
|
*/
|
|
364
435
|
listManagementAgents(listManagementAgentsRequest: requests.ListManagementAgentsRequest): Promise<responses.ListManagementAgentsResponse>;
|
|
365
436
|
/**
|
|
@@ -401,7 +472,7 @@ export declare class ManagementAgentClient {
|
|
|
401
472
|
* @param ListWorkRequestErrorsRequest
|
|
402
473
|
* @return ListWorkRequestErrorsResponse
|
|
403
474
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
405
476
|
*/
|
|
406
477
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
407
478
|
/**
|
|
@@ -443,7 +514,7 @@ export declare class ManagementAgentClient {
|
|
|
443
514
|
* @param ListWorkRequestLogsRequest
|
|
444
515
|
* @return ListWorkRequestLogsResponse
|
|
445
516
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
447
518
|
*/
|
|
448
519
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
449
520
|
/**
|
|
@@ -485,7 +556,7 @@ export declare class ManagementAgentClient {
|
|
|
485
556
|
* @param ListWorkRequestsRequest
|
|
486
557
|
* @return ListWorkRequestsResponse
|
|
487
558
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
489
560
|
*/
|
|
490
561
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
491
562
|
/**
|
|
@@ -528,7 +599,7 @@ export declare class ManagementAgentClient {
|
|
|
528
599
|
* @param SetAutoUpgradableConfigRequest
|
|
529
600
|
* @return SetAutoUpgradableConfigResponse
|
|
530
601
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfig API.
|
|
532
603
|
*/
|
|
533
604
|
setAutoUpgradableConfig(setAutoUpgradableConfigRequest: requests.SetAutoUpgradableConfigRequest): Promise<responses.SetAutoUpgradableConfigResponse>;
|
|
534
605
|
/**
|
|
@@ -539,7 +610,7 @@ export declare class ManagementAgentClient {
|
|
|
539
610
|
* @param SummarizeManagementAgentCountsRequest
|
|
540
611
|
* @return SummarizeManagementAgentCountsResponse
|
|
541
612
|
* @throws OciError when an error occurs
|
|
542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCounts API.
|
|
543
614
|
*/
|
|
544
615
|
summarizeManagementAgentCounts(summarizeManagementAgentCountsRequest: requests.SummarizeManagementAgentCountsRequest): Promise<responses.SummarizeManagementAgentCountsResponse>;
|
|
545
616
|
/**
|
|
@@ -550,9 +621,19 @@ export declare class ManagementAgentClient {
|
|
|
550
621
|
* @param SummarizeManagementAgentPluginCountsRequest
|
|
551
622
|
* @return SummarizeManagementAgentPluginCountsResponse
|
|
552
623
|
* @throws OciError when an error occurs
|
|
553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
624
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCounts API.
|
|
554
625
|
*/
|
|
555
626
|
summarizeManagementAgentPluginCounts(summarizeManagementAgentPluginCountsRequest: requests.SummarizeManagementAgentPluginCountsRequest): Promise<responses.SummarizeManagementAgentPluginCountsResponse>;
|
|
627
|
+
/**
|
|
628
|
+
* Datasource update request to given Management Agent.
|
|
629
|
+
*
|
|
630
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
631
|
+
* @param UpdateDataSourceRequest
|
|
632
|
+
* @return UpdateDataSourceResponse
|
|
633
|
+
* @throws OciError when an error occurs
|
|
634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
|
|
635
|
+
*/
|
|
636
|
+
updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
|
|
556
637
|
/**
|
|
557
638
|
* API to update the console managed properties of the Management Agent.
|
|
558
639
|
*
|
|
@@ -560,7 +641,7 @@ export declare class ManagementAgentClient {
|
|
|
560
641
|
* @param UpdateManagementAgentRequest
|
|
561
642
|
* @return UpdateManagementAgentResponse
|
|
562
643
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgent API.
|
|
564
645
|
*/
|
|
565
646
|
updateManagementAgent(updateManagementAgentRequest: requests.UpdateManagementAgentRequest): Promise<responses.UpdateManagementAgentResponse>;
|
|
566
647
|
/**
|
|
@@ -570,7 +651,7 @@ export declare class ManagementAgentClient {
|
|
|
570
651
|
* @param UpdateManagementAgentInstallKeyRequest
|
|
571
652
|
* @return UpdateManagementAgentInstallKeyResponse
|
|
572
653
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKey API.
|
|
574
655
|
*/
|
|
575
656
|
updateManagementAgentInstallKey(updateManagementAgentInstallKeyRequest: requests.UpdateManagementAgentInstallKeyRequest): Promise<responses.UpdateManagementAgentInstallKeyResponse>;
|
|
576
657
|
}
|