oci-monitoring 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +101 -14
- package/lib/client.js +383 -14
- package/lib/client.js.map +1 -1
- package/lib/model/aggregated-datapoint.d.ts +3 -3
- package/lib/model/aggregated-datapoint.js +1 -1
- package/lib/model/alarm-dimension-states-collection.d.ts +4 -4
- package/lib/model/alarm-dimension-states-collection.js +1 -1
- package/lib/model/alarm-dimension-states-entry.d.ts +3 -3
- package/lib/model/alarm-dimension-states-entry.js +1 -1
- package/lib/model/alarm-history-collection.d.ts +2 -2
- package/lib/model/alarm-history-collection.js +1 -1
- package/lib/model/alarm-history-entry.d.ts +5 -5
- package/lib/model/alarm-history-entry.js +1 -1
- package/lib/model/alarm-status-summary.d.ts +6 -6
- package/lib/model/alarm-status-summary.js +1 -1
- package/lib/model/alarm-summary.d.ts +18 -12
- package/lib/model/alarm-summary.js +1 -1
- package/lib/model/alarm-summary.js.map +1 -1
- package/lib/model/alarm-suppression-alarm-target.d.ts +32 -0
- package/lib/model/alarm-suppression-alarm-target.js +58 -0
- package/lib/model/alarm-suppression-alarm-target.js.map +1 -0
- package/lib/model/alarm-suppression-collection.d.ts +32 -0
- package/lib/model/alarm-suppression-collection.js +65 -0
- package/lib/model/alarm-suppression-collection.js.map +1 -0
- package/lib/model/alarm-suppression-history-item-collection.d.ts +32 -0
- package/lib/model/alarm-suppression-history-item-collection.js +65 -0
- package/lib/model/alarm-suppression-history-item-collection.js.map +1 -0
- package/lib/model/alarm-suppression-history-item.d.ts +87 -0
- package/lib/model/alarm-suppression-history-item.js +71 -0
- package/lib/model/alarm-suppression-history-item.js.map +1 -0
- package/lib/model/alarm-suppression-summary.d.ts +114 -0
- package/lib/model/alarm-suppression-summary.js +61 -0
- package/lib/model/alarm-suppression-summary.js.map +1 -0
- package/lib/model/alarm-suppression-target.d.ts +26 -0
- package/lib/model/alarm-suppression-target.js +72 -0
- package/lib/model/alarm-suppression-target.js.map +1 -0
- package/lib/model/alarm-suppression.d.ts +123 -0
- package/lib/model/alarm-suppression.js +71 -0
- package/lib/model/alarm-suppression.js.map +1 -0
- package/lib/model/alarm.d.ts +26 -27
- package/lib/model/alarm.js +1 -1
- package/lib/model/alarm.js.map +1 -1
- package/lib/model/change-alarm-compartment-details.d.ts +1 -1
- package/lib/model/change-alarm-compartment-details.js +1 -1
- package/lib/model/create-alarm-details.d.ts +23 -24
- package/lib/model/create-alarm-details.js +1 -1
- package/lib/model/create-alarm-details.js.map +1 -1
- package/lib/model/create-alarm-suppression-details.d.ts +91 -0
- package/lib/model/create-alarm-suppression-details.js +61 -0
- package/lib/model/create-alarm-suppression-details.js.map +1 -0
- package/lib/model/datapoint.d.ts +3 -3
- package/lib/model/datapoint.js +1 -1
- package/lib/model/failed-metric-record.d.ts +1 -1
- package/lib/model/failed-metric-record.js +1 -1
- package/lib/model/index.d.ts +19 -1
- package/lib/model/index.js +20 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/list-metrics-details.d.ts +9 -9
- package/lib/model/list-metrics-details.js +1 -1
- package/lib/model/metric-data-details.d.ts +8 -8
- package/lib/model/metric-data-details.js +1 -1
- package/lib/model/metric-data.d.ts +8 -8
- package/lib/model/metric-data.js +1 -1
- package/lib/model/metric.d.ts +5 -5
- package/lib/model/metric.js +1 -1
- package/lib/model/post-metric-data-details.d.ts +2 -2
- package/lib/model/post-metric-data-details.js +1 -1
- package/lib/model/post-metric-data-response-details.d.ts +1 -1
- package/lib/model/post-metric-data-response-details.js +1 -1
- package/lib/model/retrieve-dimension-states-details.d.ts +4 -4
- package/lib/model/retrieve-dimension-states-details.js +1 -1
- package/lib/model/summarize-alarm-suppression-history-details.d.ts +58 -0
- package/lib/model/summarize-alarm-suppression-history-details.js +33 -0
- package/lib/model/summarize-alarm-suppression-history-details.js.map +1 -0
- package/lib/model/summarize-metrics-data-details.d.ts +12 -9
- package/lib/model/summarize-metrics-data-details.js +1 -1
- package/lib/model/summarize-metrics-data-details.js.map +1 -1
- package/lib/model/suppression.d.ts +6 -5
- package/lib/model/suppression.js +1 -1
- package/lib/model/suppression.js.map +1 -1
- package/lib/model/update-alarm-details.d.ts +22 -23
- package/lib/model/update-alarm-details.js +1 -1
- package/lib/model/update-alarm-details.js.map +1 -1
- package/lib/monitoring-waiter.d.ts +9 -1
- package/lib/monitoring-waiter.js +13 -1
- package/lib/monitoring-waiter.js.map +1 -1
- package/lib/request/change-alarm-compartment-request.d.ts +2 -2
- package/lib/request/create-alarm-request.d.ts +1 -1
- package/lib/request/create-alarm-suppression-request.d.ts +39 -0
- package/lib/request/create-alarm-suppression-request.js +15 -0
- package/lib/request/create-alarm-suppression-request.js.map +1 -0
- package/lib/request/delete-alarm-request.d.ts +2 -2
- package/lib/request/delete-alarm-suppression-request.d.ts +35 -0
- package/lib/request/delete-alarm-suppression-request.js +15 -0
- package/lib/request/delete-alarm-suppression-request.js.map +1 -0
- package/lib/request/get-alarm-history-request.d.ts +5 -5
- package/lib/request/get-alarm-request.d.ts +1 -1
- package/lib/request/get-alarm-suppression-request.d.ts +28 -0
- package/lib/request/get-alarm-suppression-request.js +15 -0
- package/lib/request/get-alarm-suppression-request.js.map +1 -0
- package/lib/request/index.d.ts +11 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alarm-suppressions-request.d.ts +83 -0
- package/lib/request/list-alarm-suppressions-request.js +30 -0
- package/lib/request/list-alarm-suppressions-request.js.map +1 -0
- package/lib/request/list-alarms-request.d.ts +5 -5
- package/lib/request/list-alarms-status-request.d.ts +15 -16
- package/lib/request/list-alarms-status-request.js.map +1 -1
- package/lib/request/list-metrics-request.d.ts +3 -3
- package/lib/request/post-metric-data-request.d.ts +1 -1
- package/lib/request/remove-alarm-suppression-request.d.ts +2 -2
- package/lib/request/retrieve-dimension-states-request.d.ts +2 -2
- package/lib/request/summarize-alarm-suppression-history-request.d.ts +52 -0
- package/lib/request/summarize-alarm-suppression-history-request.js +15 -0
- package/lib/request/summarize-alarm-suppression-history-request.js.map +1 -0
- package/lib/request/summarize-metrics-data-request.d.ts +2 -2
- package/lib/request/update-alarm-request.d.ts +2 -2
- package/lib/response/create-alarm-response.d.ts +1 -1
- package/lib/response/create-alarm-suppression-response.d.ts +30 -0
- package/lib/response/create-alarm-suppression-response.js +15 -0
- package/lib/response/create-alarm-suppression-response.js.map +1 -0
- package/lib/response/delete-alarm-suppression-response.d.ts +20 -0
- package/lib/response/delete-alarm-suppression-response.js +15 -0
- package/lib/response/delete-alarm-suppression-response.js.map +1 -0
- package/lib/response/get-alarm-response.d.ts +1 -1
- package/lib/response/get-alarm-suppression-response.d.ts +30 -0
- package/lib/response/get-alarm-suppression-response.js +15 -0
- package/lib/response/get-alarm-suppression-response.js.map +1 -0
- package/lib/response/index.d.ts +11 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-alarm-suppressions-response.d.ts +39 -0
- package/lib/response/list-alarm-suppressions-response.js +15 -0
- package/lib/response/list-alarm-suppressions-response.js.map +1 -0
- package/lib/response/summarize-alarm-suppression-history-response.d.ts +39 -0
- package/lib/response/summarize-alarm-suppression-history-response.js +15 -0
- package/lib/response/summarize-alarm-suppression-history-response.js.map +1 -0
- package/lib/response/update-alarm-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monitoring API
|
|
3
|
+
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
|
+
For more information, see
|
|
6
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20180401
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
import * as model from "../model";
|
|
18
|
+
/**
|
|
19
|
+
* The configuration details for a dimension-specific alarm suppression.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface AlarmSuppression {
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the alarm suppression.
|
|
25
|
+
*/
|
|
26
|
+
"id": string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the alarm suppression.
|
|
29
|
+
*/
|
|
30
|
+
"compartmentId": string;
|
|
31
|
+
"alarmSuppressionTarget": model.AlarmSuppressionAlarmTarget;
|
|
32
|
+
/**
|
|
33
|
+
* A user-friendly name for the alarm suppression. It does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
34
|
+
*/
|
|
35
|
+
"displayName": string;
|
|
36
|
+
/**
|
|
37
|
+
* Human-readable reason for this alarm suppression.
|
|
38
|
+
* It does not have to be unique, and it's changeable.
|
|
39
|
+
* Avoid entering confidential information.
|
|
40
|
+
* <p>
|
|
41
|
+
Oracle recommends including tracking information for the event or associated work,
|
|
42
|
+
* such as a ticket number.
|
|
43
|
+
* <p>
|
|
44
|
+
Example: {@code Planned outage due to change IT-1234.}
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"description"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Configured dimension filter for suppressing alarm state entries that include the set of specified dimension key-value pairs.
|
|
50
|
+
* <p>
|
|
51
|
+
Example: {@code {\"resourceId\": \"ocid1.instance.region1.phx.exampleuniqueID\"}}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"dimensions": {
|
|
55
|
+
[key: string]: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* The start date and time for the suppression to take place, inclusive. Format defined by RFC3339.
|
|
59
|
+
* <p>
|
|
60
|
+
Example: {@code 2018-02-01T01:02:29.600Z}
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
"timeSuppressFrom": Date;
|
|
64
|
+
/**
|
|
65
|
+
* The end date and time for the suppression to take place, inclusive. Format defined by RFC3339.
|
|
66
|
+
* <p>
|
|
67
|
+
Example: {@code 2018-02-01T02:02:29.600Z}
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"timeSuppressUntil": Date;
|
|
71
|
+
/**
|
|
72
|
+
* The current lifecycle state of the alarm suppression.
|
|
73
|
+
* <p>
|
|
74
|
+
Example: {@code DELETED}
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"lifecycleState": AlarmSuppression.LifecycleState;
|
|
78
|
+
/**
|
|
79
|
+
* The date and time the alarm suppression was created. Format defined by RFC3339.
|
|
80
|
+
* <p>
|
|
81
|
+
Example: {@code 2018-02-01T01:02:29.600Z}
|
|
82
|
+
*
|
|
83
|
+
*/
|
|
84
|
+
"timeCreated": Date;
|
|
85
|
+
/**
|
|
86
|
+
* The date and time the alarm suppression was last updated (deleted). Format defined by RFC3339.
|
|
87
|
+
* <p>
|
|
88
|
+
Example: {@code 2018-02-03T01:02:29.600Z}
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"timeUpdated": Date;
|
|
92
|
+
/**
|
|
93
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
94
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
"freeformTags"?: {
|
|
98
|
+
[key: string]: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Usage of predefined tag keys. These predefined keys are scoped to namespaces.
|
|
102
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
"definedTags"?: {
|
|
106
|
+
[key: string]: {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
export declare namespace AlarmSuppression {
|
|
112
|
+
enum LifecycleState {
|
|
113
|
+
Active = "ACTIVE",
|
|
114
|
+
Deleted = "DELETED",
|
|
115
|
+
/**
|
|
116
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
117
|
+
* version of the SDK.
|
|
118
|
+
*/
|
|
119
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
120
|
+
}
|
|
121
|
+
function getJsonObj(obj: AlarmSuppression): object;
|
|
122
|
+
function getDeserializedJsonObj(obj: AlarmSuppression): object;
|
|
123
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Monitoring API
|
|
4
|
+
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
|
+
For more information, see
|
|
7
|
+
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20180401
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.AlarmSuppression = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var AlarmSuppression;
|
|
41
|
+
(function (AlarmSuppression) {
|
|
42
|
+
let LifecycleState;
|
|
43
|
+
(function (LifecycleState) {
|
|
44
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
45
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
46
|
+
/**
|
|
47
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
48
|
+
* version of the SDK.
|
|
49
|
+
*/
|
|
50
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
51
|
+
})(LifecycleState = AlarmSuppression.LifecycleState || (AlarmSuppression.LifecycleState = {}));
|
|
52
|
+
function getJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"alarmSuppressionTarget": obj.alarmSuppressionTarget
|
|
55
|
+
? model.AlarmSuppressionTarget.getJsonObj(obj.alarmSuppressionTarget)
|
|
56
|
+
: undefined
|
|
57
|
+
});
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
AlarmSuppression.getJsonObj = getJsonObj;
|
|
61
|
+
function getDeserializedJsonObj(obj) {
|
|
62
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
63
|
+
"alarmSuppressionTarget": obj.alarmSuppressionTarget
|
|
64
|
+
? model.AlarmSuppressionTarget.getDeserializedJsonObj(obj.alarmSuppressionTarget)
|
|
65
|
+
: undefined
|
|
66
|
+
});
|
|
67
|
+
return jsonObj;
|
|
68
|
+
}
|
|
69
|
+
AlarmSuppression.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
70
|
+
})(AlarmSuppression = exports.AlarmSuppression || (exports.AlarmSuppression = {}));
|
|
71
|
+
//# sourceMappingURL=alarm-suppression.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alarm-suppression.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm-suppression.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyFlC,IAAiB,gBAAgB,CAmChC;AAnCD,WAAiB,gBAAgB;IAC/B,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAsB,yBAWrC,CAAA;AACH,CAAC,EAnCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAmChC"}
|
package/lib/model/alarm.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Monitoring API
|
|
3
3
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
4
|
-
Endpoints vary by operation. For
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -41,7 +41,7 @@ export interface Alarm {
|
|
|
41
41
|
* <p>
|
|
42
42
|
This value determines the title of each alarm notification.
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code High CPU Utilization}
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
"displayName": string;
|
|
@@ -63,14 +63,14 @@ export interface Alarm {
|
|
|
63
63
|
* then the call is rejected. When false, the alarm evaluates metrics from only the compartment specified
|
|
64
64
|
* in metricCompartmentId. Default is false.
|
|
65
65
|
* <p>
|
|
66
|
-
Example:
|
|
66
|
+
Example: {@code true}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"metricCompartmentIdInSubtree"?: boolean;
|
|
70
70
|
/**
|
|
71
71
|
* The source service or application emitting the metric that is evaluated by the alarm.
|
|
72
72
|
* <p>
|
|
73
|
-
Example:
|
|
73
|
+
Example: {@code oci_computeagent}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"namespace": string;
|
|
@@ -78,7 +78,7 @@ export interface Alarm {
|
|
|
78
78
|
* Resource group to match for metric data retrieved by the alarm. A resource group is a custom string that you can match when retrieving custom metrics. Only one resource group can be applied per metric.
|
|
79
79
|
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
80
80
|
* <p>
|
|
81
|
-
Example:
|
|
81
|
+
Example: {@code frontend-fleet}
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
84
|
"resourceGroup"?: string;
|
|
@@ -89,7 +89,7 @@ export interface Alarm {
|
|
|
89
89
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
90
90
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
91
91
|
* interval values are supported for smaller time ranges. You can optionally
|
|
92
|
-
* specify dimensions and grouping functions. Supported grouping functions:
|
|
92
|
+
* specify dimensions and grouping functions. Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
93
93
|
* For information about writing MQL expressions, see
|
|
94
94
|
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
95
95
|
* For details about MQL, see
|
|
@@ -116,7 +116,7 @@ export interface Alarm {
|
|
|
116
116
|
*/
|
|
117
117
|
"query": string;
|
|
118
118
|
/**
|
|
119
|
-
* The time between calculated aggregation windows for the alarm. Supported value:
|
|
119
|
+
* The time between calculated aggregation windows for the alarm. Supported value: {@code 1m}
|
|
120
120
|
*
|
|
121
121
|
*/
|
|
122
122
|
"resolution"?: string;
|
|
@@ -126,7 +126,7 @@ export interface Alarm {
|
|
|
126
126
|
* alarm must persist in breaching the condition for five minutes before the alarm updates its
|
|
127
127
|
* state to \"FIRING\".
|
|
128
128
|
* <p>
|
|
129
|
-
The duration is specified as a string in ISO 8601 format (
|
|
129
|
+
The duration is specified as a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
|
|
130
130
|
* for one hour). Minimum: PT1M. Maximum: PT1H. Default: PT1M.
|
|
131
131
|
* <p>
|
|
132
132
|
Under the default value of PT1M, the first evaluation that breaches the alarm updates the
|
|
@@ -135,37 +135,37 @@ export interface Alarm {
|
|
|
135
135
|
The alarm updates its status to \"OK\" when the breaching condition has been clear for
|
|
136
136
|
* the most recent minute.
|
|
137
137
|
* <p>
|
|
138
|
-
Example:
|
|
138
|
+
Example: {@code PT5M}
|
|
139
139
|
*
|
|
140
140
|
*/
|
|
141
141
|
"pendingDuration"?: string;
|
|
142
142
|
/**
|
|
143
143
|
* The perceived type of response required when the alarm is in the \"FIRING\" state.
|
|
144
144
|
* <p>
|
|
145
|
-
Example:
|
|
145
|
+
Example: {@code CRITICAL}
|
|
146
146
|
*
|
|
147
147
|
*/
|
|
148
148
|
"severity": Alarm.Severity;
|
|
149
149
|
/**
|
|
150
150
|
* The human-readable content of the delivered alarm notification. Oracle recommends providing guidance
|
|
151
151
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
152
|
-
* practices.
|
|
152
|
+
* practices. Avoid entering confidential information.
|
|
153
153
|
* <p>
|
|
154
|
-
Example:
|
|
154
|
+
Example: {@code High CPU usage alert. Follow runbook instructions for resolution.}
|
|
155
155
|
*
|
|
156
156
|
*/
|
|
157
157
|
"body"?: string;
|
|
158
158
|
/**
|
|
159
|
-
* When set to
|
|
160
|
-
* When set to
|
|
159
|
+
* When set to {@code true}, splits alarm notifications per metric stream.
|
|
160
|
+
* When set to {@code false}, groups alarm notifications across metric streams.
|
|
161
161
|
*
|
|
162
162
|
*/
|
|
163
163
|
"isNotificationsPerMetricDimensionEnabled"?: boolean;
|
|
164
164
|
/**
|
|
165
165
|
* The format to use for alarm notifications. The formats are:
|
|
166
|
-
* *
|
|
167
|
-
* *
|
|
168
|
-
* *
|
|
166
|
+
* * {@code RAW} - Raw JSON blob. Default value. When the {@code destinations} attribute specifies {@code Streaming}, all alarm notifications use this format.
|
|
167
|
+
* * {@code PRETTY_JSON}: JSON with new lines and indents. Available when the {@code destinations} attribute specifies {@code Notifications} only.
|
|
168
|
+
* * {@code ONS_OPTIMIZED}: Simplified, user-friendly layout. Available when the {@code destinations} attribute specifies {@code Notifications} only. Applies to Email subscription types only.
|
|
169
169
|
*
|
|
170
170
|
*/
|
|
171
171
|
"messageFormat"?: Alarm.MessageFormat;
|
|
@@ -173,20 +173,19 @@ export interface Alarm {
|
|
|
173
173
|
* A list of destinations for alarm notifications.
|
|
174
174
|
* Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
175
175
|
* of a related resource, such as a {@link NotificationTopic}.
|
|
176
|
-
* Supported destination services: Notifications
|
|
177
|
-
* , Streaming.
|
|
176
|
+
* Supported destination services: Notifications, Streaming.
|
|
178
177
|
* Limit: One destination per supported destination service.
|
|
179
178
|
*
|
|
180
179
|
*/
|
|
181
180
|
"destinations": Array<string>;
|
|
182
181
|
/**
|
|
183
182
|
* The frequency for re-submitting alarm notifications, if the alarm keeps firing without
|
|
184
|
-
* interruption. Format defined by ISO 8601. For example,
|
|
183
|
+
* interruption. Format defined by ISO 8601. For example, {@code PT4H} indicates four hours.
|
|
185
184
|
* Minimum: PT1M. Maximum: P30D.
|
|
186
185
|
* <p>
|
|
187
186
|
Default value: null (notifications are not re-submitted).
|
|
188
187
|
* <p>
|
|
189
|
-
Example:
|
|
188
|
+
Example: {@code PT2H}
|
|
190
189
|
*
|
|
191
190
|
*/
|
|
192
191
|
"repeatNotificationDuration"?: string;
|
|
@@ -198,13 +197,13 @@ export interface Alarm {
|
|
|
198
197
|
/**
|
|
199
198
|
* Whether the alarm is enabled.
|
|
200
199
|
* <p>
|
|
201
|
-
Example:
|
|
200
|
+
Example: {@code true}
|
|
202
201
|
*
|
|
203
202
|
*/
|
|
204
203
|
"isEnabled": boolean;
|
|
205
204
|
/**
|
|
206
205
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
207
|
-
* Example:
|
|
206
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
208
207
|
*
|
|
209
208
|
*/
|
|
210
209
|
"freeformTags"?: {
|
|
@@ -212,7 +211,7 @@ export interface Alarm {
|
|
|
212
211
|
};
|
|
213
212
|
/**
|
|
214
213
|
* Usage of predefined tag keys. These predefined keys are scoped to namespaces.
|
|
215
|
-
* Example:
|
|
214
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
216
215
|
*
|
|
217
216
|
*/
|
|
218
217
|
"definedTags"?: {
|
|
@@ -223,21 +222,21 @@ export interface Alarm {
|
|
|
223
222
|
/**
|
|
224
223
|
* The current lifecycle state of the alarm.
|
|
225
224
|
* <p>
|
|
226
|
-
Example:
|
|
225
|
+
Example: {@code DELETED}
|
|
227
226
|
*
|
|
228
227
|
*/
|
|
229
228
|
"lifecycleState": Alarm.LifecycleState;
|
|
230
229
|
/**
|
|
231
230
|
* The date and time the alarm was created. Format defined by RFC3339.
|
|
232
231
|
* <p>
|
|
233
|
-
Example:
|
|
232
|
+
Example: {@code 2023-02-01T01:02:29.600Z}
|
|
234
233
|
*
|
|
235
234
|
*/
|
|
236
235
|
"timeCreated": Date;
|
|
237
236
|
/**
|
|
238
237
|
* The date and time the alarm was last updated. Format defined by RFC3339.
|
|
239
238
|
* <p>
|
|
240
|
-
Example:
|
|
239
|
+
Example: {@code 2023-02-03T01:02:29.600Z}
|
|
241
240
|
*
|
|
242
241
|
*/
|
|
243
242
|
"timeUpdated": Date;
|
package/lib/model/alarm.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Monitoring API
|
|
4
4
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
5
|
-
Endpoints vary by operation. For
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
package/lib/model/alarm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"alarm.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/alarm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgOlC,IAAiB,KAAK,CAyDrB;AAzDD,WAAiB,KAAK;IACpB,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,iCAAqB,CAAA;QACrB,2BAAe,CAAA;QACf,+BAAmB,CAAA;QACnB,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,cAAQ,KAAR,cAAQ,QAUnB;IAED,IAAY,aASX;IATD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;QAC9B;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EATW,aAAa,GAAb,mBAAa,KAAb,mBAAa,QASxB;IAED,IAAY,cASX;IATD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gBAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAsB,yBAWrC,CAAA;AACH,CAAC,EAzDgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAyDrB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Monitoring API
|
|
3
3
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
4
|
-
Endpoints vary by operation. For
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Monitoring API
|
|
4
4
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
5
|
-
Endpoints vary by operation. For
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Monitoring API
|
|
3
3
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
4
|
-
Endpoints vary by operation. For
|
|
4
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
5
5
|
For more information, see
|
|
6
6
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
7
7
|
|
|
@@ -26,7 +26,7 @@ export interface CreateAlarmDetails {
|
|
|
26
26
|
* <p>
|
|
27
27
|
This value determines the title of each alarm notification.
|
|
28
28
|
* <p>
|
|
29
|
-
Example:
|
|
29
|
+
Example: {@code High CPU Utilization}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"displayName": string;
|
|
@@ -48,14 +48,14 @@ export interface CreateAlarmDetails {
|
|
|
48
48
|
* then the call is rejected. When false, the alarm evaluates metrics from only the compartment specified
|
|
49
49
|
* in metricCompartmentId. Default is false.
|
|
50
50
|
* <p>
|
|
51
|
-
Example:
|
|
51
|
+
Example: {@code true}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"metricCompartmentIdInSubtree"?: boolean;
|
|
55
55
|
/**
|
|
56
56
|
* The source service or application emitting the metric that is evaluated by the alarm.
|
|
57
57
|
* <p>
|
|
58
|
-
Example:
|
|
58
|
+
Example: {@code oci_computeagent}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"namespace": string;
|
|
@@ -64,7 +64,7 @@ export interface CreateAlarmDetails {
|
|
|
64
64
|
* A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($).
|
|
65
65
|
* Avoid entering confidential information.
|
|
66
66
|
* <p>
|
|
67
|
-
Example:
|
|
67
|
+
Example: {@code frontend-fleet}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"resourceGroup"?: string;
|
|
@@ -75,7 +75,7 @@ export interface CreateAlarmDetails {
|
|
|
75
75
|
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
76
76
|
* rule (threshold or absence). Supported values for interval depend on the specified time range. More
|
|
77
77
|
* interval values are supported for smaller time ranges. You can optionally
|
|
78
|
-
* specify dimensions and grouping functions. Supported grouping functions:
|
|
78
|
+
* specify dimensions and grouping functions. Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
79
79
|
* For information about writing MQL expressions, see
|
|
80
80
|
* [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
|
|
81
81
|
* For details about MQL, see
|
|
@@ -102,7 +102,7 @@ export interface CreateAlarmDetails {
|
|
|
102
102
|
*/
|
|
103
103
|
"query": string;
|
|
104
104
|
/**
|
|
105
|
-
* The time between calculated aggregation windows for the alarm. Supported value:
|
|
105
|
+
* The time between calculated aggregation windows for the alarm. Supported value: {@code 1m}
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
108
108
|
"resolution"?: string;
|
|
@@ -112,7 +112,7 @@ export interface CreateAlarmDetails {
|
|
|
112
112
|
* alarm must persist in breaching the condition for five minutes before the alarm updates its
|
|
113
113
|
* state to \"FIRING\".
|
|
114
114
|
* <p>
|
|
115
|
-
The duration is specified as a string in ISO 8601 format (
|
|
115
|
+
The duration is specified as a string in ISO 8601 format ({@code PT10M} for ten minutes or {@code PT1H}
|
|
116
116
|
* for one hour). Minimum: PT1M. Maximum: PT1H. Default: PT1M.
|
|
117
117
|
* <p>
|
|
118
118
|
Under the default value of PT1M, the first evaluation that breaches the alarm updates the
|
|
@@ -121,14 +121,14 @@ export interface CreateAlarmDetails {
|
|
|
121
121
|
The alarm updates its status to \"OK\" when the breaching condition has been clear for
|
|
122
122
|
* the most recent minute.
|
|
123
123
|
* <p>
|
|
124
|
-
Example:
|
|
124
|
+
Example: {@code PT5M}
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
"pendingDuration"?: string;
|
|
128
128
|
/**
|
|
129
129
|
* The perceived type of response required when the alarm is in the \"FIRING\" state.
|
|
130
130
|
* <p>
|
|
131
|
-
Example:
|
|
131
|
+
Example: {@code CRITICAL}
|
|
132
132
|
*
|
|
133
133
|
*/
|
|
134
134
|
"severity": string;
|
|
@@ -137,22 +137,22 @@ export interface CreateAlarmDetails {
|
|
|
137
137
|
* to operators for resolving the alarm condition. Consider adding links to standard runbook
|
|
138
138
|
* practices. Avoid entering confidential information.
|
|
139
139
|
* <p>
|
|
140
|
-
Example:
|
|
140
|
+
Example: {@code High CPU usage alert. Follow runbook instructions for resolution.}
|
|
141
141
|
*
|
|
142
142
|
*/
|
|
143
143
|
"body"?: string;
|
|
144
144
|
/**
|
|
145
|
-
* When set to
|
|
146
|
-
* When set to
|
|
147
|
-
* Example:
|
|
145
|
+
* When set to {@code true}, splits alarm notifications per metric stream.
|
|
146
|
+
* When set to {@code false}, groups alarm notifications across metric streams.
|
|
147
|
+
* Example: {@code true}
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
"isNotificationsPerMetricDimensionEnabled"?: boolean;
|
|
151
151
|
/**
|
|
152
152
|
* The format to use for alarm notifications. The formats are:
|
|
153
|
-
* *
|
|
154
|
-
* *
|
|
155
|
-
* *
|
|
153
|
+
* * {@code RAW} - Raw JSON blob. Default value. When the {@code destinations} attribute specifies {@code Streaming}, all alarm notifications use this format.
|
|
154
|
+
* * {@code PRETTY_JSON}: JSON with new lines and indents. Available when the {@code destinations} attribute specifies {@code Notifications} only.
|
|
155
|
+
* * {@code ONS_OPTIMIZED}: Simplified, user-friendly layout. Available when the {@code destinations} attribute specifies {@code Notifications} only. Applies to Email subscription types only.
|
|
156
156
|
*
|
|
157
157
|
*/
|
|
158
158
|
"messageFormat"?: CreateAlarmDetails.MessageFormat;
|
|
@@ -160,20 +160,19 @@ export interface CreateAlarmDetails {
|
|
|
160
160
|
* A list of destinations for alarm notifications.
|
|
161
161
|
* Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
162
162
|
* of a related resource, such as a {@link NotificationTopic}.
|
|
163
|
-
* Supported destination services: Notifications
|
|
164
|
-
* , Streaming.
|
|
163
|
+
* Supported destination services: Notifications, Streaming.
|
|
165
164
|
* Limit: One destination per supported destination service.
|
|
166
165
|
*
|
|
167
166
|
*/
|
|
168
167
|
"destinations": Array<string>;
|
|
169
168
|
/**
|
|
170
169
|
* The frequency for re-submitting alarm notifications, if the alarm keeps firing without
|
|
171
|
-
* interruption. Format defined by ISO 8601. For example,
|
|
170
|
+
* interruption. Format defined by ISO 8601. For example, {@code PT4H} indicates four hours.
|
|
172
171
|
* Minimum: PT1M. Maximum: P30D.
|
|
173
172
|
* <p>
|
|
174
173
|
Default value: null (notifications are not re-submitted).
|
|
175
174
|
* <p>
|
|
176
|
-
Example:
|
|
175
|
+
Example: {@code PT2H}
|
|
177
176
|
*
|
|
178
177
|
*/
|
|
179
178
|
"repeatNotificationDuration"?: string;
|
|
@@ -185,13 +184,13 @@ export interface CreateAlarmDetails {
|
|
|
185
184
|
/**
|
|
186
185
|
* Whether the alarm is enabled.
|
|
187
186
|
* <p>
|
|
188
|
-
Example:
|
|
187
|
+
Example: {@code true}
|
|
189
188
|
*
|
|
190
189
|
*/
|
|
191
190
|
"isEnabled": boolean;
|
|
192
191
|
/**
|
|
193
192
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
194
|
-
* Example:
|
|
193
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
195
194
|
*
|
|
196
195
|
*/
|
|
197
196
|
"freeformTags"?: {
|
|
@@ -199,7 +198,7 @@ export interface CreateAlarmDetails {
|
|
|
199
198
|
};
|
|
200
199
|
/**
|
|
201
200
|
* Usage of predefined tag keys. These predefined keys are scoped to namespaces.
|
|
202
|
-
* Example:
|
|
201
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
203
202
|
*
|
|
204
203
|
*/
|
|
205
204
|
"definedTags"?: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Monitoring API
|
|
4
4
|
* Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
|
|
5
|
-
Endpoints vary by operation. For
|
|
5
|
+
Endpoints vary by operation. For PostMetricData, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
|
|
6
6
|
For more information, see
|
|
7
7
|
[the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
|
|
8
8
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/create-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/create-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8LlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;IAChC,CAAC,EAJW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|