oci-stackmonitoring 2.77.0 → 2.77.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 +120 -59
- package/lib/client.js +439 -58
- package/lib/client.js.map +1 -1
- package/lib/model/change-process-set-compartment-details.d.ts +27 -0
- package/lib/model/change-process-set-compartment-details.js +29 -0
- package/lib/model/change-process-set-compartment-details.js.map +1 -0
- package/lib/model/create-process-set-details.d.ts +50 -0
- package/lib/model/create-process-set-details.js +57 -0
- package/lib/model/create-process-set-details.js.map +1 -0
- package/lib/model/discovery-details.d.ts +1 -0
- package/lib/model/discovery-details.js +1 -0
- package/lib/model/discovery-details.js.map +1 -1
- package/lib/model/discovery-job-summary.d.ts +1 -0
- package/lib/model/discovery-job-summary.js +1 -0
- package/lib/model/discovery-job-summary.js.map +1 -1
- package/lib/model/index.d.ts +16 -0
- package/lib/model/index.js +19 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/process-set-collection.d.ts +26 -0
- package/lib/model/process-set-collection.js +61 -0
- package/lib/model/process-set-collection.js.map +1 -0
- package/lib/model/process-set-specification-details.d.ts +37 -0
- package/lib/model/process-set-specification-details.js +29 -0
- package/lib/model/process-set-specification-details.js.map +1 -0
- package/lib/model/process-set-specification.d.ts +26 -0
- package/lib/model/process-set-specification.js +61 -0
- package/lib/model/process-set-specification.js.map +1 -0
- package/lib/model/process-set-summary.d.ts +81 -0
- package/lib/model/process-set-summary.js +57 -0
- package/lib/model/process-set-summary.js.map +1 -0
- package/lib/model/process-set.d.ts +81 -0
- package/lib/model/process-set.js +57 -0
- package/lib/model/process-set.js.map +1 -0
- package/lib/model/update-process-set-details.d.ts +45 -0
- package/lib/model/update-process-set-details.js +57 -0
- package/lib/model/update-process-set-details.js.map +1 -0
- package/lib/request/associate-monitored-resources-request.d.ts +1 -1
- package/lib/request/change-config-compartment-request.d.ts +1 -1
- package/lib/request/change-metric-extension-compartment-request.d.ts +1 -1
- package/lib/request/change-monitored-resource-compartment-request.d.ts +1 -1
- package/lib/request/change-monitored-resource-task-compartment-request.d.ts +1 -1
- package/lib/request/change-process-set-compartment-request.d.ts +51 -0
- package/lib/request/change-process-set-compartment-request.js +15 -0
- package/lib/request/change-process-set-compartment-request.js.map +1 -0
- package/lib/request/create-baselineable-metric-request.d.ts +1 -1
- package/lib/request/create-config-request.d.ts +1 -1
- package/lib/request/create-discovery-job-request.d.ts +1 -1
- package/lib/request/create-metric-extension-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/create-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/create-process-set-request.d.ts +38 -0
- package/lib/request/create-process-set-request.js +15 -0
- package/lib/request/create-process-set-request.js.map +1 -0
- package/lib/request/delete-baselineable-metric-request.d.ts +1 -1
- package/lib/request/delete-config-request.d.ts +1 -1
- package/lib/request/delete-discovery-job-request.d.ts +1 -1
- package/lib/request/delete-metric-extension-request.d.ts +1 -1
- package/lib/request/delete-monitored-resource-request.d.ts +1 -1
- package/lib/request/delete-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/delete-process-set-request.d.ts +37 -0
- package/lib/request/delete-process-set-request.js +15 -0
- package/lib/request/delete-process-set-request.js.map +1 -0
- package/lib/request/disable-external-database-request.d.ts +1 -1
- package/lib/request/disable-metric-extension-request.d.ts +1 -1
- package/lib/request/disassociate-monitored-resources-request.d.ts +1 -1
- package/lib/request/enable-metric-extension-request.d.ts +1 -1
- package/lib/request/evaluate-baselineable-metric-request.d.ts +1 -1
- package/lib/request/export-metric-extension-request.d.ts +1 -1
- package/lib/request/get-baselineable-metric-request.d.ts +1 -1
- package/lib/request/get-config-request.d.ts +1 -1
- package/lib/request/get-discovery-job-request.d.ts +1 -1
- package/lib/request/get-metric-extension-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/get-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/get-process-set-request.d.ts +28 -0
- package/lib/request/get-process-set-request.js +15 -0
- package/lib/request/get-process-set-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-baselineable-metrics-request.d.ts +1 -1
- package/lib/request/list-configs-request.d.ts +1 -1
- package/lib/request/list-discovery-job-logs-request.d.ts +1 -1
- package/lib/request/list-discovery-jobs-request.d.ts +1 -1
- package/lib/request/list-metric-extensions-request.d.ts +1 -1
- package/lib/request/list-monitored-resource-tasks-request.d.ts +1 -1
- package/lib/request/list-monitored-resource-types-request.d.ts +1 -1
- package/lib/request/list-monitored-resources-request.d.ts +1 -1
- package/lib/request/list-process-sets-request.d.ts +63 -0
- package/lib/request/list-process-sets-request.js +24 -0
- package/lib/request/list-process-sets-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/manage-license-request.d.ts +1 -1
- package/lib/request/publish-metric-extension-request.d.ts +1 -1
- package/lib/request/request-monitored-resources-summarized-count-request.d.ts +1 -1
- package/lib/request/search-associated-resources-request.d.ts +1 -1
- package/lib/request/search-monitored-resource-associations-request.d.ts +1 -1
- package/lib/request/search-monitored-resource-members-request.d.ts +1 -1
- package/lib/request/search-monitored-resources-request.d.ts +1 -1
- package/lib/request/test-metric-extension-request.d.ts +1 -1
- package/lib/request/update-and-propagate-tags-request.d.ts +1 -1
- package/lib/request/update-baselineable-metric-request.d.ts +1 -1
- package/lib/request/update-config-request.d.ts +1 -1
- package/lib/request/update-metric-extension-request.d.ts +1 -1
- package/lib/request/update-monitored-resource-request.d.ts +1 -1
- package/lib/request/update-monitored-resource-task-request.d.ts +1 -1
- package/lib/request/update-monitored-resource-type-request.d.ts +1 -1
- package/lib/request/update-process-set-request.d.ts +42 -0
- package/lib/request/update-process-set-request.js +15 -0
- package/lib/request/update-process-set-request.js.map +1 -0
- package/lib/response/change-process-set-compartment-response.d.ts +20 -0
- package/lib/response/change-process-set-compartment-response.js +15 -0
- package/lib/response/change-process-set-compartment-response.js.map +1 -0
- package/lib/response/create-process-set-response.d.ts +30 -0
- package/lib/response/create-process-set-response.js +15 -0
- package/lib/response/create-process-set-response.js.map +1 -0
- package/lib/response/delete-process-set-response.d.ts +20 -0
- package/lib/response/delete-process-set-response.js +15 -0
- package/lib/response/delete-process-set-response.js.map +1 -0
- package/lib/response/get-process-set-response.d.ts +30 -0
- package/lib/response/get-process-set-response.js +15 -0
- package/lib/response/get-process-set-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-process-sets-response.d.ts +32 -0
- package/lib/response/list-process-sets-response.js +15 -0
- package/lib/response/list-process-sets-response.js.map +1 -0
- package/lib/response/update-process-set-response.d.ts +30 -0
- package/lib/response/update-process-set-response.js +15 -0
- package/lib/response/update-process-set-response.js.map +1 -0
- package/lib/stackmonitoring-waiter.d.ts +8 -0
- package/lib/stackmonitoring-waiter.js +12 -0
- package/lib/stackmonitoring-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
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
|
+
/**
|
|
15
|
+
* Summary of a Process Set, used to construct a list of Process Sets when fetching all Process Sets in a compartment.
|
|
16
|
+
*/
|
|
17
|
+
export interface ProcessSetSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Process Set.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The current state of the Resource.
|
|
30
|
+
*/
|
|
31
|
+
"lifecycleState": model.LifecycleState;
|
|
32
|
+
/**
|
|
33
|
+
* Name of the Process Set.
|
|
34
|
+
*/
|
|
35
|
+
"displayName": string;
|
|
36
|
+
"specification": model.ProcessSetSpecification;
|
|
37
|
+
/**
|
|
38
|
+
* The time the process set was created. An RFC3339 formatted datetime string.
|
|
39
|
+
*/
|
|
40
|
+
"timeCreated": Date;
|
|
41
|
+
/**
|
|
42
|
+
* The time the process set was last updated. An RFC3339 formatted datetime string.
|
|
43
|
+
*/
|
|
44
|
+
"timeUpdated"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* The current revision of the Process Set.
|
|
47
|
+
*/
|
|
48
|
+
"revision": string;
|
|
49
|
+
/**
|
|
50
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"freeformTags"?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"definedTags"?: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
69
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"systemTags"?: {
|
|
73
|
+
[key: string]: {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
export declare namespace ProcessSetSummary {
|
|
79
|
+
function getJsonObj(obj: ProcessSetSummary): object;
|
|
80
|
+
function getDeserializedJsonObj(obj: ProcessSetSummary): object;
|
|
81
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ProcessSetSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ProcessSetSummary;
|
|
37
|
+
(function (ProcessSetSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"specification": obj.specification
|
|
41
|
+
? model.ProcessSetSpecification.getJsonObj(obj.specification)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
ProcessSetSummary.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"specification": obj.specification
|
|
50
|
+
? model.ProcessSetSpecification.getDeserializedJsonObj(obj.specification)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ProcessSetSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(ProcessSetSummary = exports.ProcessSetSummary || (exports.ProcessSetSummary = {}));
|
|
57
|
+
//# sourceMappingURL=process-set-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-set-summary.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/process-set-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,iBAAiB,CAyBjC;AAzBD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAyBjC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
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
|
+
/**
|
|
15
|
+
* The Process Set details.
|
|
16
|
+
*/
|
|
17
|
+
export interface ProcessSet {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Process Set.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The current state of the Resource.
|
|
30
|
+
*/
|
|
31
|
+
"lifecycleState": model.LifecycleState;
|
|
32
|
+
/**
|
|
33
|
+
* Name of the Process Set.
|
|
34
|
+
*/
|
|
35
|
+
"displayName": string;
|
|
36
|
+
"specification": model.ProcessSetSpecification;
|
|
37
|
+
/**
|
|
38
|
+
* The time the process set was created. An RFC3339 formatted datetime string.
|
|
39
|
+
*/
|
|
40
|
+
"timeCreated": Date;
|
|
41
|
+
/**
|
|
42
|
+
* The time the process set was last updated. An RFC3339 formatted datetime string.
|
|
43
|
+
*/
|
|
44
|
+
"timeUpdated"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* The current revision of the Process Set.
|
|
47
|
+
*/
|
|
48
|
+
"revision": string;
|
|
49
|
+
/**
|
|
50
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"freeformTags"?: {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"definedTags"?: {
|
|
63
|
+
[key: string]: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
69
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"systemTags"?: {
|
|
73
|
+
[key: string]: {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
export declare namespace ProcessSet {
|
|
79
|
+
function getJsonObj(obj: ProcessSet): object;
|
|
80
|
+
function getDeserializedJsonObj(obj: ProcessSet): object;
|
|
81
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ProcessSet = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ProcessSet;
|
|
37
|
+
(function (ProcessSet) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"specification": obj.specification
|
|
41
|
+
? model.ProcessSetSpecification.getJsonObj(obj.specification)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
ProcessSet.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"specification": obj.specification
|
|
50
|
+
? model.ProcessSetSpecification.getDeserializedJsonObj(obj.specification)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ProcessSet.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(ProcessSet = exports.ProcessSet || (exports.ProcessSet = {}));
|
|
57
|
+
//# sourceMappingURL=process-set.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"process-set.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/process-set.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0DlC,IAAiB,UAAU,CAyB1B;AAzBD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAyB1B"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stack Monitoring API
|
|
3
|
+
* Stack Monitoring API.
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
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
|
+
/**
|
|
15
|
+
* Process Set update payload model.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateProcessSetDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Name of the Process Set.
|
|
20
|
+
*/
|
|
21
|
+
"displayName"?: string;
|
|
22
|
+
"specification"?: model.ProcessSetSpecification;
|
|
23
|
+
/**
|
|
24
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
25
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"freeformTags"?: {
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
33
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"definedTags"?: {
|
|
37
|
+
[key: string]: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export declare namespace UpdateProcessSetDetails {
|
|
43
|
+
function getJsonObj(obj: UpdateProcessSetDetails): object;
|
|
44
|
+
function getDeserializedJsonObj(obj: UpdateProcessSetDetails): object;
|
|
45
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Stack Monitoring API
|
|
4
|
+
* Stack Monitoring API.
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.UpdateProcessSetDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateProcessSetDetails;
|
|
37
|
+
(function (UpdateProcessSetDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"specification": obj.specification
|
|
41
|
+
? model.ProcessSetSpecification.getJsonObj(obj.specification)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
UpdateProcessSetDetails.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"specification": obj.specification
|
|
50
|
+
? model.ProcessSetSpecification.getDeserializedJsonObj(obj.specification)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
UpdateProcessSetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(UpdateProcessSetDetails = exports.UpdateProcessSetDetails || (exports.UpdateProcessSetDetails = {}));
|
|
57
|
+
//# sourceMappingURL=update-process-set-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-process-set-details.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/model/update-process-set-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,kCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
|
|
@@ -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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/AssociateMonitoredResources.ts.html |here} to see how to use AssociateMonitoredResourcesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AssociateMonitoredResourcesRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ChangeConfigCompartment.ts.html |here} to see how to use ChangeConfigCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeConfigCompartmentRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ChangeMetricExtensionCompartment.ts.html |here} to see how to use ChangeMetricExtensionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMetricExtensionCompartmentRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ChangeMonitoredResourceCompartment.ts.html |here} to see how to use ChangeMonitoredResourceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMonitoredResourceCompartmentRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ChangeMonitoredResourceTaskCompartment.ts.html |here} to see how to use ChangeMonitoredResourceTaskCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMonitoredResourceTaskCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
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.77.1/stackmonitoring/ChangeProcessSetCompartment.ts.html |here} to see how to use ChangeProcessSetCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeProcessSetCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The Process Set ID
|
|
21
|
+
*/
|
|
22
|
+
"processSetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The information to be updated.
|
|
25
|
+
*/
|
|
26
|
+
"changeProcessSetCompartmentDetails": model.ChangeProcessSetCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
38
|
+
* particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
44
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
45
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
46
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
47
|
+
* might be rejected.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"opcRetryToken"?: string;
|
|
51
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
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=change-process-set-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-process-set-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/change-process-set-compartment-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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateBaselineableMetric.ts.html |here} to see how to use CreateBaselineableMetricRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBaselineableMetricRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateConfig.ts.html |here} to see how to use CreateConfigRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConfigRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateDiscoveryJob.ts.html |here} to see how to use CreateDiscoveryJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDiscoveryJobRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateMetricExtension.ts.html |here} to see how to use CreateMetricExtensionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMetricExtensionRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateMonitoredResource.ts.html |here} to see how to use CreateMonitoredResourceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMonitoredResourceRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateMonitoredResourceTask.ts.html |here} to see how to use CreateMonitoredResourceTaskRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMonitoredResourceTaskRequest 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.77.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/CreateMonitoredResourceType.ts.html |here} to see how to use CreateMonitoredResourceTypeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMonitoredResourceTypeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210330
|
|
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.77.1/stackmonitoring/CreateProcessSet.ts.html |here} to see how to use CreateProcessSetRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateProcessSetRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Summary of process set details.
|
|
21
|
+
*/
|
|
22
|
+
"createProcessSetDetails": model.CreateProcessSetDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
25
|
+
* particular request, please provide the request ID.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcRequestId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
31
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
32
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
33
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
34
|
+
* might be rejected.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRetryToken"?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210330
|
|
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-process-set-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-process-set-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/create-process-set-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|