@azure/arm-impactreporting 1.0.0-alpha.20250718.1 → 1.0.0-alpha.20250721.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/dist/browser/api/connectors/index.js +46 -12
- package/dist/browser/api/connectors/index.js.map +1 -1
- package/dist/browser/api/impactCategories/index.js +18 -6
- package/dist/browser/api/impactCategories/index.js.map +1 -1
- package/dist/browser/api/impactContext.js +12 -9
- package/dist/browser/api/impactContext.js.map +1 -1
- package/dist/browser/api/insights/index.js +34 -8
- package/dist/browser/api/insights/index.js.map +1 -1
- package/dist/browser/api/operations/index.js +8 -2
- package/dist/browser/api/operations/index.js.map +1 -1
- package/dist/browser/api/workloadImpacts/index.js +36 -10
- package/dist/browser/api/workloadImpacts/index.js.map +1 -1
- package/dist/browser/classic/connectors/index.js +3 -1
- package/dist/browser/classic/connectors/index.js.map +1 -1
- package/dist/browser/classic/impactCategories/index.js +3 -1
- package/dist/browser/classic/impactCategories/index.js.map +1 -1
- package/dist/browser/classic/insights/index.js +3 -1
- package/dist/browser/classic/insights/index.js.map +1 -1
- package/dist/browser/classic/operations/index.js +3 -1
- package/dist/browser/classic/operations/index.js.map +1 -1
- package/dist/browser/classic/workloadImpacts/index.js +3 -1
- package/dist/browser/classic/workloadImpacts/index.js.map +1 -1
- package/dist/browser/impactClient.js +18 -3
- package/dist/browser/impactClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +11 -13
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +31 -50
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +14 -11
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/api/connectors/index.js +46 -12
- package/dist/commonjs/api/connectors/index.js.map +1 -1
- package/dist/commonjs/api/impactCategories/index.js +18 -6
- package/dist/commonjs/api/impactCategories/index.js.map +1 -1
- package/dist/commonjs/api/impactContext.js +12 -9
- package/dist/commonjs/api/impactContext.js.map +1 -1
- package/dist/commonjs/api/insights/index.js +34 -8
- package/dist/commonjs/api/insights/index.js.map +1 -1
- package/dist/commonjs/api/operations/index.js +8 -2
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/workloadImpacts/index.js +36 -10
- package/dist/commonjs/api/workloadImpacts/index.js.map +1 -1
- package/dist/commonjs/classic/connectors/index.js +3 -1
- package/dist/commonjs/classic/connectors/index.js.map +1 -1
- package/dist/commonjs/classic/impactCategories/index.js +3 -1
- package/dist/commonjs/classic/impactCategories/index.js.map +1 -1
- package/dist/commonjs/classic/insights/index.js +3 -1
- package/dist/commonjs/classic/insights/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.js +3 -1
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/workloadImpacts/index.js +3 -1
- package/dist/commonjs/classic/workloadImpacts/index.js.map +1 -1
- package/dist/commonjs/impactClient.js +18 -3
- package/dist/commonjs/impactClient.js.map +1 -1
- package/dist/commonjs/restorePollerHelpers.js +11 -13
- package/dist/commonjs/restorePollerHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/api/connectors/index.js +46 -12
- package/dist/esm/api/connectors/index.js.map +1 -1
- package/dist/esm/api/impactCategories/index.js +18 -6
- package/dist/esm/api/impactCategories/index.js.map +1 -1
- package/dist/esm/api/impactContext.js +12 -9
- package/dist/esm/api/impactContext.js.map +1 -1
- package/dist/esm/api/insights/index.js +34 -8
- package/dist/esm/api/insights/index.js.map +1 -1
- package/dist/esm/api/operations/index.js +8 -2
- package/dist/esm/api/operations/index.js.map +1 -1
- package/dist/esm/api/workloadImpacts/index.js +36 -10
- package/dist/esm/api/workloadImpacts/index.js.map +1 -1
- package/dist/esm/classic/connectors/index.js +3 -1
- package/dist/esm/classic/connectors/index.js.map +1 -1
- package/dist/esm/classic/impactCategories/index.js +3 -1
- package/dist/esm/classic/impactCategories/index.js.map +1 -1
- package/dist/esm/classic/insights/index.js +3 -1
- package/dist/esm/classic/insights/index.js.map +1 -1
- package/dist/esm/classic/operations/index.js +3 -1
- package/dist/esm/classic/operations/index.js.map +1 -1
- package/dist/esm/classic/workloadImpacts/index.js +3 -1
- package/dist/esm/classic/workloadImpacts/index.js.map +1 -1
- package/dist/esm/impactClient.js +18 -3
- package/dist/esm/impactClient.js.map +1 -1
- package/dist/esm/restorePollerHelpers.js +11 -13
- package/dist/esm/restorePollerHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pagingHelpers.js +31 -50
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +14 -11
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/react-native/api/connectors/index.js +46 -12
- package/dist/react-native/api/connectors/index.js.map +1 -1
- package/dist/react-native/api/impactCategories/index.js +18 -6
- package/dist/react-native/api/impactCategories/index.js.map +1 -1
- package/dist/react-native/api/impactContext.js +12 -9
- package/dist/react-native/api/impactContext.js.map +1 -1
- package/dist/react-native/api/insights/index.js +34 -8
- package/dist/react-native/api/insights/index.js.map +1 -1
- package/dist/react-native/api/operations/index.js +8 -2
- package/dist/react-native/api/operations/index.js.map +1 -1
- package/dist/react-native/api/workloadImpacts/index.js +36 -10
- package/dist/react-native/api/workloadImpacts/index.js.map +1 -1
- package/dist/react-native/classic/connectors/index.js +3 -1
- package/dist/react-native/classic/connectors/index.js.map +1 -1
- package/dist/react-native/classic/impactCategories/index.js +3 -1
- package/dist/react-native/classic/impactCategories/index.js.map +1 -1
- package/dist/react-native/classic/insights/index.js +3 -1
- package/dist/react-native/classic/insights/index.js.map +1 -1
- package/dist/react-native/classic/operations/index.js +3 -1
- package/dist/react-native/classic/operations/index.js.map +1 -1
- package/dist/react-native/classic/workloadImpacts/index.js +3 -1
- package/dist/react-native/classic/workloadImpacts/index.js.map +1 -1
- package/dist/react-native/impactClient.js +18 -3
- package/dist/react-native/impactClient.js.map +1 -1
- package/dist/react-native/restorePollerHelpers.js +11 -13
- package/dist/react-native/restorePollerHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
- package/package.json +2 -2
- package/review/arm-impactreporting-models-node.api.md +341 -341
- package/review/arm-impactreporting-node.api.md +496 -496
|
@@ -1,341 +1,341 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-impactreporting"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
// @public
|
|
8
|
-
export type ActionType = string;
|
|
9
|
-
|
|
10
|
-
// @public
|
|
11
|
-
export interface ClientIncidentDetails {
|
|
12
|
-
clientIncidentId?: string;
|
|
13
|
-
clientIncidentSource?: IncidentSource;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type ConfidenceLevel = string;
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export interface Connectivity {
|
|
21
|
-
port?: number;
|
|
22
|
-
protocol?: Protocol;
|
|
23
|
-
source?: SourceOrTarget;
|
|
24
|
-
target?: SourceOrTarget;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export interface Connector extends ProxyResource {
|
|
29
|
-
properties?: ConnectorProperties;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export interface ConnectorProperties {
|
|
34
|
-
readonly connectorId: string;
|
|
35
|
-
connectorType: Platform;
|
|
36
|
-
readonly lastRunTimeStamp: Date;
|
|
37
|
-
readonly provisioningState?: ProvisioningState;
|
|
38
|
-
readonly tenantId: string;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// @public
|
|
42
|
-
export interface ConnectorUpdate {
|
|
43
|
-
properties?: ConnectorUpdateProperties;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// @public
|
|
47
|
-
export interface ConnectorUpdateProperties {
|
|
48
|
-
connectorType?: Platform;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export interface Content {
|
|
53
|
-
description: string;
|
|
54
|
-
title: string;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// @public
|
|
58
|
-
export type CreatedByType = string;
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export interface ErrorAdditionalInfo {
|
|
62
|
-
readonly info?: Record<string, any>;
|
|
63
|
-
readonly type?: string;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// @public
|
|
67
|
-
export interface ErrorDetail {
|
|
68
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
69
|
-
readonly code?: string;
|
|
70
|
-
readonly details?: ErrorDetail[];
|
|
71
|
-
readonly message?: string;
|
|
72
|
-
readonly target?: string;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export interface ErrorDetailProperties {
|
|
77
|
-
errorCode?: string;
|
|
78
|
-
errorMessage?: string;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
// @public
|
|
82
|
-
export interface ErrorResponse {
|
|
83
|
-
error?: ErrorDetail;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
// @public
|
|
87
|
-
export interface ExpectedValueRange {
|
|
88
|
-
max: number;
|
|
89
|
-
min: number;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public
|
|
93
|
-
export interface ImpactCategory extends ProxyResource {
|
|
94
|
-
properties?: ImpactCategoryProperties;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// @public
|
|
98
|
-
export interface ImpactCategoryProperties {
|
|
99
|
-
categoryId: string;
|
|
100
|
-
description?: string;
|
|
101
|
-
parentCategoryId?: string;
|
|
102
|
-
readonly provisioningState?: ProvisioningState;
|
|
103
|
-
requiredImpactProperties?: RequiredImpactProperties[];
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// @public
|
|
107
|
-
export interface ImpactDetails {
|
|
108
|
-
endTime?: Date;
|
|
109
|
-
impactedResourceId: string;
|
|
110
|
-
impactId: string;
|
|
111
|
-
startTime: Date;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export type IncidentSource = string;
|
|
116
|
-
|
|
117
|
-
// @public
|
|
118
|
-
export interface Insight extends ProxyResource {
|
|
119
|
-
properties?: InsightProperties;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
// @public
|
|
123
|
-
export interface InsightProperties {
|
|
124
|
-
additionalDetails?: Record<string, any>;
|
|
125
|
-
category: string;
|
|
126
|
-
content: Content;
|
|
127
|
-
eventId?: string;
|
|
128
|
-
eventTime?: Date;
|
|
129
|
-
groupId?: string;
|
|
130
|
-
impact: ImpactDetails;
|
|
131
|
-
insightUniqueId: string;
|
|
132
|
-
readonly provisioningState?: ProvisioningState;
|
|
133
|
-
status?: string;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// @public
|
|
137
|
-
export enum KnownActionType {
|
|
138
|
-
Internal = "Internal"
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
// @public
|
|
142
|
-
export enum KnownConfidenceLevel {
|
|
143
|
-
High = "High",
|
|
144
|
-
Low = "Low",
|
|
145
|
-
Medium = "Medium"
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
// @public
|
|
149
|
-
export enum KnownCreatedByType {
|
|
150
|
-
Application = "Application",
|
|
151
|
-
Key = "Key",
|
|
152
|
-
ManagedIdentity = "ManagedIdentity",
|
|
153
|
-
User = "User"
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
export enum KnownIncidentSource {
|
|
158
|
-
AzureDevops = "AzureDevops",
|
|
159
|
-
ICM = "ICM",
|
|
160
|
-
Jira = "Jira",
|
|
161
|
-
Other = "Other",
|
|
162
|
-
ServiceNow = "ServiceNow"
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export enum KnownMetricUnit {
|
|
167
|
-
Bytes = "Bytes",
|
|
168
|
-
ByteSeconds = "ByteSeconds",
|
|
169
|
-
BytesPerSecond = "BytesPerSecond",
|
|
170
|
-
Cores = "Cores",
|
|
171
|
-
Count = "Count",
|
|
172
|
-
CountPerSecond = "CountPerSecond",
|
|
173
|
-
MilliCores = "MilliCores",
|
|
174
|
-
MilliSeconds = "MilliSeconds",
|
|
175
|
-
NanoCores = "NanoCores",
|
|
176
|
-
Other = "Other",
|
|
177
|
-
Percent = "Percent",
|
|
178
|
-
Seconds = "Seconds"
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
// @public
|
|
182
|
-
export enum KnownOrigin {
|
|
183
|
-
System = "system",
|
|
184
|
-
User = "user",
|
|
185
|
-
UserSystem = "user,system"
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
// @public
|
|
189
|
-
export enum KnownPlatform {
|
|
190
|
-
AzureMonitor = "AzureMonitor"
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
// @public
|
|
194
|
-
export enum KnownProtocol {
|
|
195
|
-
FTP = "FTP",
|
|
196
|
-
Http = "HTTP",
|
|
197
|
-
Https = "HTTPS",
|
|
198
|
-
Other = "Other",
|
|
199
|
-
RDP = "RDP",
|
|
200
|
-
SSH = "SSH",
|
|
201
|
-
TCP = "TCP",
|
|
202
|
-
UDP = "UDP"
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// @public
|
|
206
|
-
export enum KnownProvisioningState {
|
|
207
|
-
Canceled = "Canceled",
|
|
208
|
-
Failed = "Failed",
|
|
209
|
-
Succeeded = "Succeeded"
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
// @public
|
|
213
|
-
export enum KnownToolset {
|
|
214
|
-
Ansible = "Ansible",
|
|
215
|
-
ARM = "ARM",
|
|
216
|
-
Chef = "Chef",
|
|
217
|
-
Other = "Other",
|
|
218
|
-
Portal = "Portal",
|
|
219
|
-
Puppet = "Puppet",
|
|
220
|
-
SDK = "SDK",
|
|
221
|
-
Shell = "Shell",
|
|
222
|
-
Terraform = "Terraform"
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
// @public
|
|
226
|
-
export enum KnownVersions {
|
|
227
|
-
V20240501Preview = "2024-05-01-preview"
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
// @public
|
|
231
|
-
export type MetricUnit = string;
|
|
232
|
-
|
|
233
|
-
// @public
|
|
234
|
-
export interface Operation {
|
|
235
|
-
readonly actionType?: ActionType;
|
|
236
|
-
display?: OperationDisplay;
|
|
237
|
-
readonly isDataAction?: boolean;
|
|
238
|
-
readonly name?: string;
|
|
239
|
-
readonly origin?: Origin;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// @public
|
|
243
|
-
export interface OperationDisplay {
|
|
244
|
-
readonly description?: string;
|
|
245
|
-
readonly operation?: string;
|
|
246
|
-
readonly provider?: string;
|
|
247
|
-
readonly resource?: string;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
// @public
|
|
251
|
-
export type Origin = string;
|
|
252
|
-
|
|
253
|
-
// @public
|
|
254
|
-
export interface Performance {
|
|
255
|
-
actual?: number;
|
|
256
|
-
expected?: number;
|
|
257
|
-
expectedValueRange?: ExpectedValueRange;
|
|
258
|
-
metricName?: string;
|
|
259
|
-
unit?: MetricUnit;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export type Platform = string;
|
|
264
|
-
|
|
265
|
-
// @public
|
|
266
|
-
export type Protocol = string;
|
|
267
|
-
|
|
268
|
-
// @public
|
|
269
|
-
export type ProvisioningState = string;
|
|
270
|
-
|
|
271
|
-
// @public
|
|
272
|
-
export interface ProxyResource extends Resource {
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
// @public
|
|
276
|
-
export interface RequiredImpactProperties {
|
|
277
|
-
allowedValues?: string[];
|
|
278
|
-
name: string;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
// @public
|
|
282
|
-
export interface Resource {
|
|
283
|
-
readonly id?: string;
|
|
284
|
-
readonly name?: string;
|
|
285
|
-
readonly systemData?: SystemData;
|
|
286
|
-
readonly type?: string;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
// @public
|
|
290
|
-
export interface SourceOrTarget {
|
|
291
|
-
azureResourceId?: string;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
// @public
|
|
295
|
-
export interface SystemData {
|
|
296
|
-
createdAt?: Date;
|
|
297
|
-
createdBy?: string;
|
|
298
|
-
createdByType?: CreatedByType;
|
|
299
|
-
lastModifiedAt?: Date;
|
|
300
|
-
lastModifiedBy?: string;
|
|
301
|
-
lastModifiedByType?: CreatedByType;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
// @public
|
|
305
|
-
export type Toolset = string;
|
|
306
|
-
|
|
307
|
-
// @public
|
|
308
|
-
export interface Workload {
|
|
309
|
-
context?: string;
|
|
310
|
-
toolset?: Toolset;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
// @public
|
|
314
|
-
export interface WorkloadImpact extends ProxyResource {
|
|
315
|
-
properties?: WorkloadImpactProperties;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export interface WorkloadImpactProperties {
|
|
320
|
-
additionalProperties?: Record<string, any>;
|
|
321
|
-
armCorrelationIds?: string[];
|
|
322
|
-
clientIncidentDetails?: ClientIncidentDetails;
|
|
323
|
-
confidenceLevel?: ConfidenceLevel;
|
|
324
|
-
connectivity?: Connectivity;
|
|
325
|
-
endDateTime?: Date;
|
|
326
|
-
errorDetails?: ErrorDetailProperties;
|
|
327
|
-
impactCategory: string;
|
|
328
|
-
impactDescription?: string;
|
|
329
|
-
impactedResourceId: string;
|
|
330
|
-
impactGroupId?: string;
|
|
331
|
-
readonly impactUniqueId?: string;
|
|
332
|
-
performance?: Performance[];
|
|
333
|
-
readonly provisioningState?: ProvisioningState;
|
|
334
|
-
readonly reportedTimeUtc?: Date;
|
|
335
|
-
startDateTime: Date;
|
|
336
|
-
workload?: Workload;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// (No @packageDocumentation comment for this package)
|
|
340
|
-
|
|
341
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-impactreporting"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
// @public
|
|
8
|
+
export type ActionType = string;
|
|
9
|
+
|
|
10
|
+
// @public
|
|
11
|
+
export interface ClientIncidentDetails {
|
|
12
|
+
clientIncidentId?: string;
|
|
13
|
+
clientIncidentSource?: IncidentSource;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type ConfidenceLevel = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export interface Connectivity {
|
|
21
|
+
port?: number;
|
|
22
|
+
protocol?: Protocol;
|
|
23
|
+
source?: SourceOrTarget;
|
|
24
|
+
target?: SourceOrTarget;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface Connector extends ProxyResource {
|
|
29
|
+
properties?: ConnectorProperties;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface ConnectorProperties {
|
|
34
|
+
readonly connectorId: string;
|
|
35
|
+
connectorType: Platform;
|
|
36
|
+
readonly lastRunTimeStamp: Date;
|
|
37
|
+
readonly provisioningState?: ProvisioningState;
|
|
38
|
+
readonly tenantId: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface ConnectorUpdate {
|
|
43
|
+
properties?: ConnectorUpdateProperties;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface ConnectorUpdateProperties {
|
|
48
|
+
connectorType?: Platform;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export interface Content {
|
|
53
|
+
description: string;
|
|
54
|
+
title: string;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export type CreatedByType = string;
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export interface ErrorAdditionalInfo {
|
|
62
|
+
readonly info?: Record<string, any>;
|
|
63
|
+
readonly type?: string;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface ErrorDetail {
|
|
68
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
69
|
+
readonly code?: string;
|
|
70
|
+
readonly details?: ErrorDetail[];
|
|
71
|
+
readonly message?: string;
|
|
72
|
+
readonly target?: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export interface ErrorDetailProperties {
|
|
77
|
+
errorCode?: string;
|
|
78
|
+
errorMessage?: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface ErrorResponse {
|
|
83
|
+
error?: ErrorDetail;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export interface ExpectedValueRange {
|
|
88
|
+
max: number;
|
|
89
|
+
min: number;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export interface ImpactCategory extends ProxyResource {
|
|
94
|
+
properties?: ImpactCategoryProperties;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// @public
|
|
98
|
+
export interface ImpactCategoryProperties {
|
|
99
|
+
categoryId: string;
|
|
100
|
+
description?: string;
|
|
101
|
+
parentCategoryId?: string;
|
|
102
|
+
readonly provisioningState?: ProvisioningState;
|
|
103
|
+
requiredImpactProperties?: RequiredImpactProperties[];
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export interface ImpactDetails {
|
|
108
|
+
endTime?: Date;
|
|
109
|
+
impactedResourceId: string;
|
|
110
|
+
impactId: string;
|
|
111
|
+
startTime: Date;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export type IncidentSource = string;
|
|
116
|
+
|
|
117
|
+
// @public
|
|
118
|
+
export interface Insight extends ProxyResource {
|
|
119
|
+
properties?: InsightProperties;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// @public
|
|
123
|
+
export interface InsightProperties {
|
|
124
|
+
additionalDetails?: Record<string, any>;
|
|
125
|
+
category: string;
|
|
126
|
+
content: Content;
|
|
127
|
+
eventId?: string;
|
|
128
|
+
eventTime?: Date;
|
|
129
|
+
groupId?: string;
|
|
130
|
+
impact: ImpactDetails;
|
|
131
|
+
insightUniqueId: string;
|
|
132
|
+
readonly provisioningState?: ProvisioningState;
|
|
133
|
+
status?: string;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// @public
|
|
137
|
+
export enum KnownActionType {
|
|
138
|
+
Internal = "Internal"
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export enum KnownConfidenceLevel {
|
|
143
|
+
High = "High",
|
|
144
|
+
Low = "Low",
|
|
145
|
+
Medium = "Medium"
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export enum KnownCreatedByType {
|
|
150
|
+
Application = "Application",
|
|
151
|
+
Key = "Key",
|
|
152
|
+
ManagedIdentity = "ManagedIdentity",
|
|
153
|
+
User = "User"
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export enum KnownIncidentSource {
|
|
158
|
+
AzureDevops = "AzureDevops",
|
|
159
|
+
ICM = "ICM",
|
|
160
|
+
Jira = "Jira",
|
|
161
|
+
Other = "Other",
|
|
162
|
+
ServiceNow = "ServiceNow"
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export enum KnownMetricUnit {
|
|
167
|
+
Bytes = "Bytes",
|
|
168
|
+
ByteSeconds = "ByteSeconds",
|
|
169
|
+
BytesPerSecond = "BytesPerSecond",
|
|
170
|
+
Cores = "Cores",
|
|
171
|
+
Count = "Count",
|
|
172
|
+
CountPerSecond = "CountPerSecond",
|
|
173
|
+
MilliCores = "MilliCores",
|
|
174
|
+
MilliSeconds = "MilliSeconds",
|
|
175
|
+
NanoCores = "NanoCores",
|
|
176
|
+
Other = "Other",
|
|
177
|
+
Percent = "Percent",
|
|
178
|
+
Seconds = "Seconds"
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// @public
|
|
182
|
+
export enum KnownOrigin {
|
|
183
|
+
System = "system",
|
|
184
|
+
User = "user",
|
|
185
|
+
UserSystem = "user,system"
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
// @public
|
|
189
|
+
export enum KnownPlatform {
|
|
190
|
+
AzureMonitor = "AzureMonitor"
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export enum KnownProtocol {
|
|
195
|
+
FTP = "FTP",
|
|
196
|
+
Http = "HTTP",
|
|
197
|
+
Https = "HTTPS",
|
|
198
|
+
Other = "Other",
|
|
199
|
+
RDP = "RDP",
|
|
200
|
+
SSH = "SSH",
|
|
201
|
+
TCP = "TCP",
|
|
202
|
+
UDP = "UDP"
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// @public
|
|
206
|
+
export enum KnownProvisioningState {
|
|
207
|
+
Canceled = "Canceled",
|
|
208
|
+
Failed = "Failed",
|
|
209
|
+
Succeeded = "Succeeded"
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// @public
|
|
213
|
+
export enum KnownToolset {
|
|
214
|
+
Ansible = "Ansible",
|
|
215
|
+
ARM = "ARM",
|
|
216
|
+
Chef = "Chef",
|
|
217
|
+
Other = "Other",
|
|
218
|
+
Portal = "Portal",
|
|
219
|
+
Puppet = "Puppet",
|
|
220
|
+
SDK = "SDK",
|
|
221
|
+
Shell = "Shell",
|
|
222
|
+
Terraform = "Terraform"
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// @public
|
|
226
|
+
export enum KnownVersions {
|
|
227
|
+
V20240501Preview = "2024-05-01-preview"
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export type MetricUnit = string;
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export interface Operation {
|
|
235
|
+
readonly actionType?: ActionType;
|
|
236
|
+
display?: OperationDisplay;
|
|
237
|
+
readonly isDataAction?: boolean;
|
|
238
|
+
readonly name?: string;
|
|
239
|
+
readonly origin?: Origin;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export interface OperationDisplay {
|
|
244
|
+
readonly description?: string;
|
|
245
|
+
readonly operation?: string;
|
|
246
|
+
readonly provider?: string;
|
|
247
|
+
readonly resource?: string;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export type Origin = string;
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export interface Performance {
|
|
255
|
+
actual?: number;
|
|
256
|
+
expected?: number;
|
|
257
|
+
expectedValueRange?: ExpectedValueRange;
|
|
258
|
+
metricName?: string;
|
|
259
|
+
unit?: MetricUnit;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export type Platform = string;
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export type Protocol = string;
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export type ProvisioningState = string;
|
|
270
|
+
|
|
271
|
+
// @public
|
|
272
|
+
export interface ProxyResource extends Resource {
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export interface RequiredImpactProperties {
|
|
277
|
+
allowedValues?: string[];
|
|
278
|
+
name: string;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
// @public
|
|
282
|
+
export interface Resource {
|
|
283
|
+
readonly id?: string;
|
|
284
|
+
readonly name?: string;
|
|
285
|
+
readonly systemData?: SystemData;
|
|
286
|
+
readonly type?: string;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
// @public
|
|
290
|
+
export interface SourceOrTarget {
|
|
291
|
+
azureResourceId?: string;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// @public
|
|
295
|
+
export interface SystemData {
|
|
296
|
+
createdAt?: Date;
|
|
297
|
+
createdBy?: string;
|
|
298
|
+
createdByType?: CreatedByType;
|
|
299
|
+
lastModifiedAt?: Date;
|
|
300
|
+
lastModifiedBy?: string;
|
|
301
|
+
lastModifiedByType?: CreatedByType;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
// @public
|
|
305
|
+
export type Toolset = string;
|
|
306
|
+
|
|
307
|
+
// @public
|
|
308
|
+
export interface Workload {
|
|
309
|
+
context?: string;
|
|
310
|
+
toolset?: Toolset;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// @public
|
|
314
|
+
export interface WorkloadImpact extends ProxyResource {
|
|
315
|
+
properties?: WorkloadImpactProperties;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export interface WorkloadImpactProperties {
|
|
320
|
+
additionalProperties?: Record<string, any>;
|
|
321
|
+
armCorrelationIds?: string[];
|
|
322
|
+
clientIncidentDetails?: ClientIncidentDetails;
|
|
323
|
+
confidenceLevel?: ConfidenceLevel;
|
|
324
|
+
connectivity?: Connectivity;
|
|
325
|
+
endDateTime?: Date;
|
|
326
|
+
errorDetails?: ErrorDetailProperties;
|
|
327
|
+
impactCategory: string;
|
|
328
|
+
impactDescription?: string;
|
|
329
|
+
impactedResourceId: string;
|
|
330
|
+
impactGroupId?: string;
|
|
331
|
+
readonly impactUniqueId?: string;
|
|
332
|
+
performance?: Performance[];
|
|
333
|
+
readonly provisioningState?: ProvisioningState;
|
|
334
|
+
readonly reportedTimeUtc?: Date;
|
|
335
|
+
startDateTime: Date;
|
|
336
|
+
workload?: Workload;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// (No @packageDocumentation comment for this package)
|
|
340
|
+
|
|
341
|
+
```
|