oci-managementagent 2.78.0 → 2.79.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 +105 -23
- package/lib/client.js +391 -24
- 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 +70 -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 +74 -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 +74 -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 +74 -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 +70 -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
|
@@ -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.79.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.79.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.79.0/managementagent/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -12,8 +12,12 @@ For more information, see [Management Agent](https://docs.cloud.oracle.com/iaas/
|
|
|
12
12
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
|
+
import * as CreateDataSourceRequest from "./create-data-source-request";
|
|
16
|
+
export import CreateDataSourceRequest = CreateDataSourceRequest.CreateDataSourceRequest;
|
|
15
17
|
import * as CreateManagementAgentInstallKeyRequest from "./create-management-agent-install-key-request";
|
|
16
18
|
export import CreateManagementAgentInstallKeyRequest = CreateManagementAgentInstallKeyRequest.CreateManagementAgentInstallKeyRequest;
|
|
19
|
+
import * as DeleteDataSourceRequest from "./delete-data-source-request";
|
|
20
|
+
export import DeleteDataSourceRequest = DeleteDataSourceRequest.DeleteDataSourceRequest;
|
|
17
21
|
import * as DeleteManagementAgentRequest from "./delete-management-agent-request";
|
|
18
22
|
export import DeleteManagementAgentRequest = DeleteManagementAgentRequest.DeleteManagementAgentRequest;
|
|
19
23
|
import * as DeleteManagementAgentInstallKeyRequest from "./delete-management-agent-install-key-request";
|
|
@@ -24,6 +28,8 @@ import * as DeployPluginsRequest from "./deploy-plugins-request";
|
|
|
24
28
|
export import DeployPluginsRequest = DeployPluginsRequest.DeployPluginsRequest;
|
|
25
29
|
import * as GetAutoUpgradableConfigRequest from "./get-auto-upgradable-config-request";
|
|
26
30
|
export import GetAutoUpgradableConfigRequest = GetAutoUpgradableConfigRequest.GetAutoUpgradableConfigRequest;
|
|
31
|
+
import * as GetDataSourceRequest from "./get-data-source-request";
|
|
32
|
+
export import GetDataSourceRequest = GetDataSourceRequest.GetDataSourceRequest;
|
|
27
33
|
import * as GetManagementAgentRequest from "./get-management-agent-request";
|
|
28
34
|
export import GetManagementAgentRequest = GetManagementAgentRequest.GetManagementAgentRequest;
|
|
29
35
|
import * as GetManagementAgentInstallKeyRequest from "./get-management-agent-install-key-request";
|
|
@@ -34,6 +40,8 @@ import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
|
34
40
|
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
35
41
|
import * as ListAvailabilityHistoriesRequest from "./list-availability-histories-request";
|
|
36
42
|
export import ListAvailabilityHistoriesRequest = ListAvailabilityHistoriesRequest.ListAvailabilityHistoriesRequest;
|
|
43
|
+
import * as ListDataSourcesRequest from "./list-data-sources-request";
|
|
44
|
+
export import ListDataSourcesRequest = ListDataSourcesRequest.ListDataSourcesRequest;
|
|
37
45
|
import * as ListManagementAgentImagesRequest from "./list-management-agent-images-request";
|
|
38
46
|
export import ListManagementAgentImagesRequest = ListManagementAgentImagesRequest.ListManagementAgentImagesRequest;
|
|
39
47
|
import * as ListManagementAgentInstallKeysRequest from "./list-management-agent-install-keys-request";
|
|
@@ -54,6 +62,8 @@ import * as SummarizeManagementAgentCountsRequest from "./summarize-management-a
|
|
|
54
62
|
export import SummarizeManagementAgentCountsRequest = SummarizeManagementAgentCountsRequest.SummarizeManagementAgentCountsRequest;
|
|
55
63
|
import * as SummarizeManagementAgentPluginCountsRequest from "./summarize-management-agent-plugin-counts-request";
|
|
56
64
|
export import SummarizeManagementAgentPluginCountsRequest = SummarizeManagementAgentPluginCountsRequest.SummarizeManagementAgentPluginCountsRequest;
|
|
65
|
+
import * as UpdateDataSourceRequest from "./update-data-source-request";
|
|
66
|
+
export import UpdateDataSourceRequest = UpdateDataSourceRequest.UpdateDataSourceRequest;
|
|
57
67
|
import * as UpdateManagementAgentRequest from "./update-management-agent-request";
|
|
58
68
|
export import UpdateManagementAgentRequest = UpdateManagementAgentRequest.UpdateManagementAgentRequest;
|
|
59
69
|
import * as UpdateManagementAgentInstallKeyRequest from "./update-management-agent-install-key-request";
|
package/lib/request/index.js
CHANGED
|
@@ -33,9 +33,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
33
33
|
return result;
|
|
34
34
|
};
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListManagementAgentsRequest = exports.ListManagementAgentPluginsRequest = exports.ListManagementAgentInstallKeysRequest = exports.ListManagementAgentImagesRequest = exports.ListAvailabilityHistoriesRequest = void 0;
|
|
36
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListManagementAgentsRequest = exports.ListManagementAgentPluginsRequest = exports.ListManagementAgentInstallKeysRequest = exports.ListManagementAgentImagesRequest = exports.ListDataSourcesRequest = exports.ListAvailabilityHistoriesRequest = void 0;
|
|
37
37
|
const ListAvailabilityHistoriesRequest = __importStar(require("./list-availability-histories-request"));
|
|
38
38
|
exports.ListAvailabilityHistoriesRequest = ListAvailabilityHistoriesRequest.ListAvailabilityHistoriesRequest;
|
|
39
|
+
const ListDataSourcesRequest = __importStar(require("./list-data-sources-request"));
|
|
40
|
+
exports.ListDataSourcesRequest = ListDataSourcesRequest.ListDataSourcesRequest;
|
|
39
41
|
const ListManagementAgentImagesRequest = __importStar(require("./list-management-agent-images-request"));
|
|
40
42
|
exports.ListManagementAgentImagesRequest = ListManagementAgentImagesRequest.ListManagementAgentImagesRequest;
|
|
41
43
|
const ListManagementAgentInstallKeysRequest = __importStar(require("./list-management-agent-install-keys-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AA4BH,wGAA0F;AAC5E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListAvailabilityHistories.ts.html |here} to see how to use ListAvailabilityHistoriesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAvailabilityHistoriesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200202
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/ListDataSources.ts.html |here} to see how to use ListDataSourcesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListDataSourcesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Unique Management Agent identifier
|
|
20
|
+
*/
|
|
21
|
+
"managementAgentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
28
|
+
*/
|
|
29
|
+
"page"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The maximum number of items to return.
|
|
32
|
+
*/
|
|
33
|
+
"limit"?: number;
|
|
34
|
+
/**
|
|
35
|
+
* The sort order to use, either 'asc' or 'desc'.
|
|
36
|
+
*/
|
|
37
|
+
"sortOrder"?: ListDataSourcesRequest.SortOrder;
|
|
38
|
+
/**
|
|
39
|
+
* The field to sort by. Only one sort order may be provided. If no value is specified dataSourceName is default.
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"sortBy"?: ListDataSourcesRequest.SortBy;
|
|
43
|
+
/**
|
|
44
|
+
* Unique name of the dataSource.
|
|
45
|
+
*/
|
|
46
|
+
"name"?: Array<string>;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace ListDataSourcesRequest {
|
|
49
|
+
enum SortOrder {
|
|
50
|
+
Asc = "ASC",
|
|
51
|
+
Desc = "DESC"
|
|
52
|
+
}
|
|
53
|
+
enum SortBy {
|
|
54
|
+
DataSourceName = "dataSourceName",
|
|
55
|
+
DataSourceType = "dataSourceType"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200202
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListDataSourcesRequest = void 0;
|
|
16
|
+
var ListDataSourcesRequest;
|
|
17
|
+
(function (ListDataSourcesRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListDataSourcesRequest.SortOrder || (ListDataSourcesRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["DataSourceName"] = "dataSourceName";
|
|
26
|
+
SortBy["DataSourceType"] = "dataSourceType";
|
|
27
|
+
})(SortBy = ListDataSourcesRequest.SortBy || (ListDataSourcesRequest.SortBy = {}));
|
|
28
|
+
})(ListDataSourcesRequest = exports.ListDataSourcesRequest || (exports.ListDataSourcesRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-data-sources-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-data-sources-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-data-sources-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,sBAAsB,CAUtC;AAVD,WAAiB,sBAAsB;IACrC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,2CAAiC,CAAA;QACjC,2CAAiC,CAAA;IACnC,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EAVgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAUtC"}
|
|
@@ -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.79.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.79.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.79.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.79.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListManagementAgentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -90,6 +90,14 @@ export interface ListManagementAgentsRequest extends common.BaseRequest {
|
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"accessLevel"?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The type of the dataSource.
|
|
95
|
+
*/
|
|
96
|
+
"dataSourceType"?: model.DataSourceTypes;
|
|
97
|
+
/**
|
|
98
|
+
* Unique name of the dataSource.
|
|
99
|
+
*/
|
|
100
|
+
"dataSourceName"?: Array<string>;
|
|
93
101
|
}
|
|
94
102
|
export declare namespace ListManagementAgentsRequest {
|
|
95
103
|
enum SortOrder {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-management-agents-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-management-agents-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/list-management-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6FH,IAAiB,2BAA2B,CAe3C;AAfD,WAAiB,2BAA2B;IAC1C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;QACzC,6BAAmB,CAAA;IACrB,CAAC,EARW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAQjB;AACH,CAAC,EAfgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAe3C"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.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.79.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.79.0/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -43,7 +43,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
43
43
|
/**
|
|
44
44
|
* The OperationType of the workRequest
|
|
45
45
|
*/
|
|
46
|
-
"type"?: model.OperationTypes
|
|
46
|
+
"type"?: Array<model.OperationTypes>;
|
|
47
47
|
/**
|
|
48
48
|
* Filter for items with timeCreated greater or equal to provided value.
|
|
49
49
|
* given {@code timeCreatedGreaterThanOrEqualTo} to the current time, in \"YYYY-MM-ddThh:mmZ\" format with a
|
|
@@ -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.79.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.79.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.79.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface SummarizeManagementAgentPluginCountsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200202
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSourceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateDataSourceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Unique Management Agent identifier
|
|
21
|
+
*/
|
|
22
|
+
"managementAgentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Data source type and name identifier.
|
|
25
|
+
*/
|
|
26
|
+
"dataSourceKey": string;
|
|
27
|
+
/**
|
|
28
|
+
* Details of DataSource to be update for the given Management Agent.
|
|
29
|
+
*/
|
|
30
|
+
"updateDataSourceDetails": model.UpdatePrometheusEmitterDataSourceDetails;
|
|
31
|
+
/**
|
|
32
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
33
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
34
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
35
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
36
|
+
* might be rejected.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRetryToken"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The client request ID for tracing.
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
46
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
47
|
+
* etag from a previous GET or POST response for that resource.
|
|
48
|
+
* The resource will be updated or deleted only if the etag you
|
|
49
|
+
* provide matches the resource's current etag value.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"ifMatch"?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200202
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-data-source-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-data-source-request.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/request/update-data-source-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentInstallKeyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateManagementAgentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200202
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface CreateDataSourceResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200202
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-data-source-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-data-source-response.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/response/create-data-source-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200202
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteDataSourceResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200202
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-data-source-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-data-source-response.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/response/delete-data-source-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20200202
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetDataSourceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.DataSource instance.
|
|
28
|
+
*/
|
|
29
|
+
"dataSource": model.DataSource;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20200202
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-data-source-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-data-source-response.js","sourceRoot":"","sources":["../../../../../lib/managementagent/lib/response/get-data-source-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -12,8 +12,12 @@ For more information, see [Management Agent](https://docs.cloud.oracle.com/iaas/
|
|
|
12
12
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
14
14
|
*/
|
|
15
|
+
import * as CreateDataSourceResponse from "./create-data-source-response";
|
|
16
|
+
export import CreateDataSourceResponse = CreateDataSourceResponse.CreateDataSourceResponse;
|
|
15
17
|
import * as CreateManagementAgentInstallKeyResponse from "./create-management-agent-install-key-response";
|
|
16
18
|
export import CreateManagementAgentInstallKeyResponse = CreateManagementAgentInstallKeyResponse.CreateManagementAgentInstallKeyResponse;
|
|
19
|
+
import * as DeleteDataSourceResponse from "./delete-data-source-response";
|
|
20
|
+
export import DeleteDataSourceResponse = DeleteDataSourceResponse.DeleteDataSourceResponse;
|
|
17
21
|
import * as DeleteManagementAgentResponse from "./delete-management-agent-response";
|
|
18
22
|
export import DeleteManagementAgentResponse = DeleteManagementAgentResponse.DeleteManagementAgentResponse;
|
|
19
23
|
import * as DeleteManagementAgentInstallKeyResponse from "./delete-management-agent-install-key-response";
|
|
@@ -24,6 +28,8 @@ import * as DeployPluginsResponse from "./deploy-plugins-response";
|
|
|
24
28
|
export import DeployPluginsResponse = DeployPluginsResponse.DeployPluginsResponse;
|
|
25
29
|
import * as GetAutoUpgradableConfigResponse from "./get-auto-upgradable-config-response";
|
|
26
30
|
export import GetAutoUpgradableConfigResponse = GetAutoUpgradableConfigResponse.GetAutoUpgradableConfigResponse;
|
|
31
|
+
import * as GetDataSourceResponse from "./get-data-source-response";
|
|
32
|
+
export import GetDataSourceResponse = GetDataSourceResponse.GetDataSourceResponse;
|
|
27
33
|
import * as GetManagementAgentResponse from "./get-management-agent-response";
|
|
28
34
|
export import GetManagementAgentResponse = GetManagementAgentResponse.GetManagementAgentResponse;
|
|
29
35
|
import * as GetManagementAgentInstallKeyResponse from "./get-management-agent-install-key-response";
|
|
@@ -34,6 +40,8 @@ import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
|
34
40
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
35
41
|
import * as ListAvailabilityHistoriesResponse from "./list-availability-histories-response";
|
|
36
42
|
export import ListAvailabilityHistoriesResponse = ListAvailabilityHistoriesResponse.ListAvailabilityHistoriesResponse;
|
|
43
|
+
import * as ListDataSourcesResponse from "./list-data-sources-response";
|
|
44
|
+
export import ListDataSourcesResponse = ListDataSourcesResponse.ListDataSourcesResponse;
|
|
37
45
|
import * as ListManagementAgentImagesResponse from "./list-management-agent-images-response";
|
|
38
46
|
export import ListManagementAgentImagesResponse = ListManagementAgentImagesResponse.ListManagementAgentImagesResponse;
|
|
39
47
|
import * as ListManagementAgentInstallKeysResponse from "./list-management-agent-install-keys-response";
|
|
@@ -54,6 +62,8 @@ import * as SummarizeManagementAgentCountsResponse from "./summarize-management-
|
|
|
54
62
|
export import SummarizeManagementAgentCountsResponse = SummarizeManagementAgentCountsResponse.SummarizeManagementAgentCountsResponse;
|
|
55
63
|
import * as SummarizeManagementAgentPluginCountsResponse from "./summarize-management-agent-plugin-counts-response";
|
|
56
64
|
export import SummarizeManagementAgentPluginCountsResponse = SummarizeManagementAgentPluginCountsResponse.SummarizeManagementAgentPluginCountsResponse;
|
|
65
|
+
import * as UpdateDataSourceResponse from "./update-data-source-response";
|
|
66
|
+
export import UpdateDataSourceResponse = UpdateDataSourceResponse.UpdateDataSourceResponse;
|
|
57
67
|
import * as UpdateManagementAgentResponse from "./update-management-agent-response";
|
|
58
68
|
export import UpdateManagementAgentResponse = UpdateManagementAgentResponse.UpdateManagementAgentResponse;
|
|
59
69
|
import * as UpdateManagementAgentInstallKeyResponse from "./update-management-agent-install-key-response";
|