@salesforce/b2c-tooling-sdk 1.18.0 → 1.19.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/esm/clients/index.d.ts +2 -0
- package/dist/esm/clients/index.js +1 -0
- package/dist/esm/clients/index.js.map +1 -1
- package/dist/esm/clients/metrics.d.ts +123 -0
- package/dist/esm/clients/metrics.generated.d.ts +1016 -0
- package/dist/esm/clients/metrics.generated.js +6 -0
- package/dist/esm/clients/metrics.generated.js.map +1 -0
- package/dist/esm/clients/metrics.js +65 -0
- package/dist/esm/clients/metrics.js.map +1 -0
- package/dist/esm/clients/middleware-registry.d.ts +1 -1
- package/dist/esm/clients/middleware-registry.js.map +1 -1
- package/dist/esm/discovery/detector.d.ts +1 -0
- package/dist/esm/discovery/detector.js +3 -1
- package/dist/esm/discovery/detector.js.map +1 -1
- package/dist/esm/discovery/index.d.ts +1 -1
- package/dist/esm/discovery/patterns/cartridges.js +4 -2
- package/dist/esm/discovery/patterns/cartridges.js.map +1 -1
- package/dist/esm/discovery/patterns/sfra.js +10 -5
- package/dist/esm/discovery/patterns/sfra.js.map +1 -1
- package/dist/esm/discovery/types.d.ts +20 -1
- package/dist/esm/index.d.ts +4 -2
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/operations/code/cartridges.d.ts +18 -0
- package/dist/esm/operations/code/cartridges.js +31 -20
- package/dist/esm/operations/code/cartridges.js.map +1 -1
- package/dist/esm/operations/logs/filter.d.ts +6 -1
- package/dist/esm/operations/logs/filter.js +7 -2
- package/dist/esm/operations/logs/filter.js.map +1 -1
- package/dist/esm/operations/metrics/index.d.ts +371 -0
- package/dist/esm/operations/metrics/index.js +478 -0
- package/dist/esm/operations/metrics/index.js.map +1 -0
- package/dist/esm/operations/metrics/tags.d.ts +148 -0
- package/dist/esm/operations/metrics/tags.js +235 -0
- package/dist/esm/operations/metrics/tags.js.map +1 -0
- package/package.json +6 -2
- package/specs/metrics-v1.json +1713 -0
|
@@ -0,0 +1,1016 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
export interface paths {
|
|
6
|
+
"/organizations/{organizationId}/metrics/overall": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
get: operations["getOverallMetrics"];
|
|
14
|
+
put?: never;
|
|
15
|
+
post?: never;
|
|
16
|
+
delete?: never;
|
|
17
|
+
options?: never;
|
|
18
|
+
head?: never;
|
|
19
|
+
patch?: never;
|
|
20
|
+
trace?: never;
|
|
21
|
+
};
|
|
22
|
+
"/organizations/{organizationId}/metrics/sales": {
|
|
23
|
+
parameters: {
|
|
24
|
+
query?: never;
|
|
25
|
+
header?: never;
|
|
26
|
+
path?: never;
|
|
27
|
+
cookie?: never;
|
|
28
|
+
};
|
|
29
|
+
get: operations["getSalesMetrics"];
|
|
30
|
+
put?: never;
|
|
31
|
+
post?: never;
|
|
32
|
+
delete?: never;
|
|
33
|
+
options?: never;
|
|
34
|
+
head?: never;
|
|
35
|
+
patch?: never;
|
|
36
|
+
trace?: never;
|
|
37
|
+
};
|
|
38
|
+
"/organizations/{organizationId}/metrics/ecdn": {
|
|
39
|
+
parameters: {
|
|
40
|
+
query?: never;
|
|
41
|
+
header?: never;
|
|
42
|
+
path?: never;
|
|
43
|
+
cookie?: never;
|
|
44
|
+
};
|
|
45
|
+
get: operations["getEcdnMetrics"];
|
|
46
|
+
put?: never;
|
|
47
|
+
post?: never;
|
|
48
|
+
delete?: never;
|
|
49
|
+
options?: never;
|
|
50
|
+
head?: never;
|
|
51
|
+
patch?: never;
|
|
52
|
+
trace?: never;
|
|
53
|
+
};
|
|
54
|
+
"/organizations/{organizationId}/metrics/third-party": {
|
|
55
|
+
parameters: {
|
|
56
|
+
query?: never;
|
|
57
|
+
header?: never;
|
|
58
|
+
path?: never;
|
|
59
|
+
cookie?: never;
|
|
60
|
+
};
|
|
61
|
+
get: operations["getThirdPartyMetrics"];
|
|
62
|
+
put?: never;
|
|
63
|
+
post?: never;
|
|
64
|
+
delete?: never;
|
|
65
|
+
options?: never;
|
|
66
|
+
head?: never;
|
|
67
|
+
patch?: never;
|
|
68
|
+
trace?: never;
|
|
69
|
+
};
|
|
70
|
+
"/organizations/{organizationId}/metrics/scapi": {
|
|
71
|
+
parameters: {
|
|
72
|
+
query?: never;
|
|
73
|
+
header?: never;
|
|
74
|
+
path?: never;
|
|
75
|
+
cookie?: never;
|
|
76
|
+
};
|
|
77
|
+
get: operations["getScapiMetrics"];
|
|
78
|
+
put?: never;
|
|
79
|
+
post?: never;
|
|
80
|
+
delete?: never;
|
|
81
|
+
options?: never;
|
|
82
|
+
head?: never;
|
|
83
|
+
patch?: never;
|
|
84
|
+
trace?: never;
|
|
85
|
+
};
|
|
86
|
+
"/organizations/{organizationId}/metrics/scapi-hooks": {
|
|
87
|
+
parameters: {
|
|
88
|
+
query?: never;
|
|
89
|
+
header?: never;
|
|
90
|
+
path?: never;
|
|
91
|
+
cookie?: never;
|
|
92
|
+
};
|
|
93
|
+
get: operations["getScapiHooksMetrics"];
|
|
94
|
+
put?: never;
|
|
95
|
+
post?: never;
|
|
96
|
+
delete?: never;
|
|
97
|
+
options?: never;
|
|
98
|
+
head?: never;
|
|
99
|
+
patch?: never;
|
|
100
|
+
trace?: never;
|
|
101
|
+
};
|
|
102
|
+
"/organizations/{organizationId}/metrics/mrt": {
|
|
103
|
+
parameters: {
|
|
104
|
+
query?: never;
|
|
105
|
+
header?: never;
|
|
106
|
+
path?: never;
|
|
107
|
+
cookie?: never;
|
|
108
|
+
};
|
|
109
|
+
get: operations["getMrtMetrics"];
|
|
110
|
+
put?: never;
|
|
111
|
+
post?: never;
|
|
112
|
+
delete?: never;
|
|
113
|
+
options?: never;
|
|
114
|
+
head?: never;
|
|
115
|
+
patch?: never;
|
|
116
|
+
trace?: never;
|
|
117
|
+
};
|
|
118
|
+
"/organizations/{organizationId}/metrics/controller": {
|
|
119
|
+
parameters: {
|
|
120
|
+
query?: never;
|
|
121
|
+
header?: never;
|
|
122
|
+
path?: never;
|
|
123
|
+
cookie?: never;
|
|
124
|
+
};
|
|
125
|
+
get: operations["getControllerMetrics"];
|
|
126
|
+
put?: never;
|
|
127
|
+
post?: never;
|
|
128
|
+
delete?: never;
|
|
129
|
+
options?: never;
|
|
130
|
+
head?: never;
|
|
131
|
+
patch?: never;
|
|
132
|
+
trace?: never;
|
|
133
|
+
};
|
|
134
|
+
"/organizations/{organizationId}/metrics/ocapi": {
|
|
135
|
+
parameters: {
|
|
136
|
+
query?: never;
|
|
137
|
+
header?: never;
|
|
138
|
+
path?: never;
|
|
139
|
+
cookie?: never;
|
|
140
|
+
};
|
|
141
|
+
get: operations["getOcapiMetrics"];
|
|
142
|
+
put?: never;
|
|
143
|
+
post?: never;
|
|
144
|
+
delete?: never;
|
|
145
|
+
options?: never;
|
|
146
|
+
head?: never;
|
|
147
|
+
patch?: never;
|
|
148
|
+
trace?: never;
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
export type webhooks = Record<string, never>;
|
|
152
|
+
export interface components {
|
|
153
|
+
schemas: {
|
|
154
|
+
OrganizationId: string;
|
|
155
|
+
MetricId: string;
|
|
156
|
+
DataSeriesId: string;
|
|
157
|
+
DataPoint: {
|
|
158
|
+
timestamp: number;
|
|
159
|
+
value: number;
|
|
160
|
+
};
|
|
161
|
+
DataSeries: {
|
|
162
|
+
id: components["schemas"]["DataSeriesId"];
|
|
163
|
+
name: string;
|
|
164
|
+
data: components["schemas"]["DataPoint"][];
|
|
165
|
+
};
|
|
166
|
+
Metric: {
|
|
167
|
+
metricId: components["schemas"]["MetricId"];
|
|
168
|
+
title: string;
|
|
169
|
+
description: string;
|
|
170
|
+
unit?: string;
|
|
171
|
+
dataSeries: components["schemas"]["DataSeries"][];
|
|
172
|
+
};
|
|
173
|
+
MetricsDataResponse: {
|
|
174
|
+
data: components["schemas"]["Metric"][];
|
|
175
|
+
};
|
|
176
|
+
ErrorResponse: {
|
|
177
|
+
title: string;
|
|
178
|
+
type: string;
|
|
179
|
+
detail: string;
|
|
180
|
+
instance?: string;
|
|
181
|
+
} & {
|
|
182
|
+
[key: string]: unknown;
|
|
183
|
+
};
|
|
184
|
+
InvalidTimeParameterErrorResponse: {
|
|
185
|
+
parameter: string;
|
|
186
|
+
} & components["schemas"]["ErrorResponse"];
|
|
187
|
+
InvalidTimeRangeErrorResponse: {
|
|
188
|
+
/** Format: int64 */
|
|
189
|
+
fromValue: number;
|
|
190
|
+
/** Format: int64 */
|
|
191
|
+
toValue: number;
|
|
192
|
+
} & components["schemas"]["ErrorResponse"];
|
|
193
|
+
CategoryNotFoundErrorResponse: {
|
|
194
|
+
category?: string;
|
|
195
|
+
organizationId?: components["schemas"]["OrganizationId"];
|
|
196
|
+
} & components["schemas"]["ErrorResponse"];
|
|
197
|
+
MetricsNotAvailableErrorResponse: {
|
|
198
|
+
organizationId?: components["schemas"]["OrganizationId"];
|
|
199
|
+
} & components["schemas"]["ErrorResponse"];
|
|
200
|
+
ThirdPartyServiceId: string;
|
|
201
|
+
InvalidThirdPartyServiceErrorResponse: {
|
|
202
|
+
thirdPartyServiceId: components["schemas"]["ThirdPartyServiceId"];
|
|
203
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
204
|
+
} & components["schemas"]["ErrorResponse"];
|
|
205
|
+
InvalidApiFilterErrorResponse: {
|
|
206
|
+
filterName: string;
|
|
207
|
+
filterValue: string;
|
|
208
|
+
} & components["schemas"]["ErrorResponse"];
|
|
209
|
+
};
|
|
210
|
+
responses: {
|
|
211
|
+
/** @description Successfully retrieved overall application metrics for the requested time window */
|
|
212
|
+
OverallMetricsResponse: {
|
|
213
|
+
headers: {
|
|
214
|
+
[name: string]: unknown;
|
|
215
|
+
};
|
|
216
|
+
content: {
|
|
217
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
/** @description Bad request — invalid time parameters */
|
|
221
|
+
BadRequestTimeResponse: {
|
|
222
|
+
headers: {
|
|
223
|
+
[name: string]: unknown;
|
|
224
|
+
};
|
|
225
|
+
content: {
|
|
226
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
230
|
+
"401unauthorized": {
|
|
231
|
+
headers: {
|
|
232
|
+
[name: string]: unknown;
|
|
233
|
+
};
|
|
234
|
+
content: {
|
|
235
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
239
|
+
"403forbidden": {
|
|
240
|
+
headers: {
|
|
241
|
+
[name: string]: unknown;
|
|
242
|
+
};
|
|
243
|
+
content: {
|
|
244
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
/** @description Metrics category not available for the organization */
|
|
248
|
+
CategoryNotFoundResponse: {
|
|
249
|
+
headers: {
|
|
250
|
+
[name: string]: unknown;
|
|
251
|
+
};
|
|
252
|
+
content: {
|
|
253
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
/** @description Metrics data temporarily unavailable */
|
|
257
|
+
ServiceUnavailableResponse: {
|
|
258
|
+
headers: {
|
|
259
|
+
[name: string]: unknown;
|
|
260
|
+
};
|
|
261
|
+
content: {
|
|
262
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
/** @description Successfully retrieved sales metrics for the requested time window */
|
|
266
|
+
SalesMetricsResponse: {
|
|
267
|
+
headers: {
|
|
268
|
+
[name: string]: unknown;
|
|
269
|
+
};
|
|
270
|
+
content: {
|
|
271
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
/** @description Successfully retrieved eCDN metrics for the requested time window */
|
|
275
|
+
EcdnMetricsResponse: {
|
|
276
|
+
headers: {
|
|
277
|
+
[name: string]: unknown;
|
|
278
|
+
};
|
|
279
|
+
content: {
|
|
280
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
/** @description Successfully retrieved third party service metrics for the requested time window */
|
|
284
|
+
ThirdPartyMetricsResponse: {
|
|
285
|
+
headers: {
|
|
286
|
+
[name: string]: unknown;
|
|
287
|
+
};
|
|
288
|
+
content: {
|
|
289
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
/** @description Bad request — invalid time parameters or third party service filter */
|
|
293
|
+
BadRequestThirdPartyResponse: {
|
|
294
|
+
headers: {
|
|
295
|
+
[name: string]: unknown;
|
|
296
|
+
};
|
|
297
|
+
content: {
|
|
298
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"] | components["schemas"]["InvalidThirdPartyServiceErrorResponse"];
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
/** @description Successfully retrieved SCAPI metrics for the requested time window */
|
|
302
|
+
ScapiMetricsResponse: {
|
|
303
|
+
headers: {
|
|
304
|
+
[name: string]: unknown;
|
|
305
|
+
};
|
|
306
|
+
content: {
|
|
307
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
/** @description Bad request — invalid time parameters or SCAPI filter value */
|
|
311
|
+
BadRequestScapiResponse: {
|
|
312
|
+
headers: {
|
|
313
|
+
[name: string]: unknown;
|
|
314
|
+
};
|
|
315
|
+
content: {
|
|
316
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"] | components["schemas"]["InvalidApiFilterErrorResponse"];
|
|
317
|
+
};
|
|
318
|
+
};
|
|
319
|
+
/** @description Successfully retrieved SCAPI hooks metrics for the requested time window */
|
|
320
|
+
ScapiHooksMetricsResponse: {
|
|
321
|
+
headers: {
|
|
322
|
+
[name: string]: unknown;
|
|
323
|
+
};
|
|
324
|
+
content: {
|
|
325
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
/** @description Successfully retrieved Managed Runtime metrics for the requested time window */
|
|
329
|
+
MrtMetricsResponse: {
|
|
330
|
+
headers: {
|
|
331
|
+
[name: string]: unknown;
|
|
332
|
+
};
|
|
333
|
+
content: {
|
|
334
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
335
|
+
};
|
|
336
|
+
};
|
|
337
|
+
/** @description Successfully retrieved controller metrics for the requested time window */
|
|
338
|
+
ControllerMetricsResponse: {
|
|
339
|
+
headers: {
|
|
340
|
+
[name: string]: unknown;
|
|
341
|
+
};
|
|
342
|
+
content: {
|
|
343
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
/** @description Successfully retrieved OCAPI metrics for the requested time window */
|
|
347
|
+
OcapiMetricsResponse: {
|
|
348
|
+
headers: {
|
|
349
|
+
[name: string]: unknown;
|
|
350
|
+
};
|
|
351
|
+
content: {
|
|
352
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
/** @description Bad request — invalid time parameters or OCAPI filter value */
|
|
356
|
+
BadRequestOcapiResponse: {
|
|
357
|
+
headers: {
|
|
358
|
+
[name: string]: unknown;
|
|
359
|
+
};
|
|
360
|
+
content: {
|
|
361
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"] | components["schemas"]["InvalidApiFilterErrorResponse"];
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
parameters: {
|
|
366
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
367
|
+
from: number;
|
|
368
|
+
to: number;
|
|
369
|
+
thirdPartyServiceId: components["schemas"]["ThirdPartyServiceId"];
|
|
370
|
+
apiFamily: string;
|
|
371
|
+
apiName: string;
|
|
372
|
+
ocapiCategory: string;
|
|
373
|
+
ocapiApi: string;
|
|
374
|
+
};
|
|
375
|
+
requestBodies: never;
|
|
376
|
+
headers: never;
|
|
377
|
+
pathItems: never;
|
|
378
|
+
}
|
|
379
|
+
export type $defs = Record<string, never>;
|
|
380
|
+
export interface operations {
|
|
381
|
+
getOverallMetrics: {
|
|
382
|
+
parameters: {
|
|
383
|
+
query?: {
|
|
384
|
+
from?: number;
|
|
385
|
+
to?: number;
|
|
386
|
+
};
|
|
387
|
+
header?: never;
|
|
388
|
+
path: {
|
|
389
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
390
|
+
};
|
|
391
|
+
cookie?: never;
|
|
392
|
+
};
|
|
393
|
+
requestBody?: never;
|
|
394
|
+
responses: {
|
|
395
|
+
/** @description Successfully retrieved overall application metrics for the requested time window */
|
|
396
|
+
200: {
|
|
397
|
+
headers: {
|
|
398
|
+
[name: string]: unknown;
|
|
399
|
+
};
|
|
400
|
+
content: {
|
|
401
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
/** @description Bad request — invalid time parameters */
|
|
405
|
+
400: {
|
|
406
|
+
headers: {
|
|
407
|
+
[name: string]: unknown;
|
|
408
|
+
};
|
|
409
|
+
content: {
|
|
410
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
414
|
+
401: {
|
|
415
|
+
headers: {
|
|
416
|
+
[name: string]: unknown;
|
|
417
|
+
};
|
|
418
|
+
content: {
|
|
419
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
423
|
+
403: {
|
|
424
|
+
headers: {
|
|
425
|
+
[name: string]: unknown;
|
|
426
|
+
};
|
|
427
|
+
content: {
|
|
428
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
/** @description Metrics category not available for the organization */
|
|
432
|
+
404: {
|
|
433
|
+
headers: {
|
|
434
|
+
[name: string]: unknown;
|
|
435
|
+
};
|
|
436
|
+
content: {
|
|
437
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
/** @description Metrics data temporarily unavailable */
|
|
441
|
+
503: {
|
|
442
|
+
headers: {
|
|
443
|
+
[name: string]: unknown;
|
|
444
|
+
};
|
|
445
|
+
content: {
|
|
446
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
};
|
|
451
|
+
getSalesMetrics: {
|
|
452
|
+
parameters: {
|
|
453
|
+
query?: {
|
|
454
|
+
from?: number;
|
|
455
|
+
to?: number;
|
|
456
|
+
};
|
|
457
|
+
header?: never;
|
|
458
|
+
path: {
|
|
459
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
460
|
+
};
|
|
461
|
+
cookie?: never;
|
|
462
|
+
};
|
|
463
|
+
requestBody?: never;
|
|
464
|
+
responses: {
|
|
465
|
+
/** @description Successfully retrieved sales metrics for the requested time window */
|
|
466
|
+
200: {
|
|
467
|
+
headers: {
|
|
468
|
+
[name: string]: unknown;
|
|
469
|
+
};
|
|
470
|
+
content: {
|
|
471
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
472
|
+
};
|
|
473
|
+
};
|
|
474
|
+
/** @description Bad request — invalid time parameters */
|
|
475
|
+
400: {
|
|
476
|
+
headers: {
|
|
477
|
+
[name: string]: unknown;
|
|
478
|
+
};
|
|
479
|
+
content: {
|
|
480
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
484
|
+
401: {
|
|
485
|
+
headers: {
|
|
486
|
+
[name: string]: unknown;
|
|
487
|
+
};
|
|
488
|
+
content: {
|
|
489
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
493
|
+
403: {
|
|
494
|
+
headers: {
|
|
495
|
+
[name: string]: unknown;
|
|
496
|
+
};
|
|
497
|
+
content: {
|
|
498
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
499
|
+
};
|
|
500
|
+
};
|
|
501
|
+
/** @description Metrics category not available for the organization */
|
|
502
|
+
404: {
|
|
503
|
+
headers: {
|
|
504
|
+
[name: string]: unknown;
|
|
505
|
+
};
|
|
506
|
+
content: {
|
|
507
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
/** @description Metrics data temporarily unavailable */
|
|
511
|
+
503: {
|
|
512
|
+
headers: {
|
|
513
|
+
[name: string]: unknown;
|
|
514
|
+
};
|
|
515
|
+
content: {
|
|
516
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
getEcdnMetrics: {
|
|
522
|
+
parameters: {
|
|
523
|
+
query?: {
|
|
524
|
+
from?: number;
|
|
525
|
+
to?: number;
|
|
526
|
+
};
|
|
527
|
+
header?: never;
|
|
528
|
+
path: {
|
|
529
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
530
|
+
};
|
|
531
|
+
cookie?: never;
|
|
532
|
+
};
|
|
533
|
+
requestBody?: never;
|
|
534
|
+
responses: {
|
|
535
|
+
/** @description Successfully retrieved eCDN metrics for the requested time window */
|
|
536
|
+
200: {
|
|
537
|
+
headers: {
|
|
538
|
+
[name: string]: unknown;
|
|
539
|
+
};
|
|
540
|
+
content: {
|
|
541
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
/** @description Bad request — invalid time parameters */
|
|
545
|
+
400: {
|
|
546
|
+
headers: {
|
|
547
|
+
[name: string]: unknown;
|
|
548
|
+
};
|
|
549
|
+
content: {
|
|
550
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
551
|
+
};
|
|
552
|
+
};
|
|
553
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
554
|
+
401: {
|
|
555
|
+
headers: {
|
|
556
|
+
[name: string]: unknown;
|
|
557
|
+
};
|
|
558
|
+
content: {
|
|
559
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
563
|
+
403: {
|
|
564
|
+
headers: {
|
|
565
|
+
[name: string]: unknown;
|
|
566
|
+
};
|
|
567
|
+
content: {
|
|
568
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
/** @description Metrics category not available for the organization */
|
|
572
|
+
404: {
|
|
573
|
+
headers: {
|
|
574
|
+
[name: string]: unknown;
|
|
575
|
+
};
|
|
576
|
+
content: {
|
|
577
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
/** @description Metrics data temporarily unavailable */
|
|
581
|
+
503: {
|
|
582
|
+
headers: {
|
|
583
|
+
[name: string]: unknown;
|
|
584
|
+
};
|
|
585
|
+
content: {
|
|
586
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
getThirdPartyMetrics: {
|
|
592
|
+
parameters: {
|
|
593
|
+
query?: {
|
|
594
|
+
from?: number;
|
|
595
|
+
to?: number;
|
|
596
|
+
thirdPartyServiceId?: components["schemas"]["ThirdPartyServiceId"];
|
|
597
|
+
};
|
|
598
|
+
header?: never;
|
|
599
|
+
path: {
|
|
600
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
601
|
+
};
|
|
602
|
+
cookie?: never;
|
|
603
|
+
};
|
|
604
|
+
requestBody?: never;
|
|
605
|
+
responses: {
|
|
606
|
+
/** @description Successfully retrieved third party service metrics for the requested time window */
|
|
607
|
+
200: {
|
|
608
|
+
headers: {
|
|
609
|
+
[name: string]: unknown;
|
|
610
|
+
};
|
|
611
|
+
content: {
|
|
612
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
/** @description Bad request — invalid time parameters or third party service filter */
|
|
616
|
+
400: {
|
|
617
|
+
headers: {
|
|
618
|
+
[name: string]: unknown;
|
|
619
|
+
};
|
|
620
|
+
content: {
|
|
621
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"] | components["schemas"]["InvalidThirdPartyServiceErrorResponse"];
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
625
|
+
401: {
|
|
626
|
+
headers: {
|
|
627
|
+
[name: string]: unknown;
|
|
628
|
+
};
|
|
629
|
+
content: {
|
|
630
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
634
|
+
403: {
|
|
635
|
+
headers: {
|
|
636
|
+
[name: string]: unknown;
|
|
637
|
+
};
|
|
638
|
+
content: {
|
|
639
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
640
|
+
};
|
|
641
|
+
};
|
|
642
|
+
/** @description Metrics category not available for the organization */
|
|
643
|
+
404: {
|
|
644
|
+
headers: {
|
|
645
|
+
[name: string]: unknown;
|
|
646
|
+
};
|
|
647
|
+
content: {
|
|
648
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
649
|
+
};
|
|
650
|
+
};
|
|
651
|
+
/** @description Metrics data temporarily unavailable */
|
|
652
|
+
503: {
|
|
653
|
+
headers: {
|
|
654
|
+
[name: string]: unknown;
|
|
655
|
+
};
|
|
656
|
+
content: {
|
|
657
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
};
|
|
662
|
+
getScapiMetrics: {
|
|
663
|
+
parameters: {
|
|
664
|
+
query?: {
|
|
665
|
+
from?: number;
|
|
666
|
+
to?: number;
|
|
667
|
+
apiFamily?: string;
|
|
668
|
+
apiName?: string;
|
|
669
|
+
};
|
|
670
|
+
header?: never;
|
|
671
|
+
path: {
|
|
672
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
673
|
+
};
|
|
674
|
+
cookie?: never;
|
|
675
|
+
};
|
|
676
|
+
requestBody?: never;
|
|
677
|
+
responses: {
|
|
678
|
+
/** @description Successfully retrieved SCAPI metrics for the requested time window */
|
|
679
|
+
200: {
|
|
680
|
+
headers: {
|
|
681
|
+
[name: string]: unknown;
|
|
682
|
+
};
|
|
683
|
+
content: {
|
|
684
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
685
|
+
};
|
|
686
|
+
};
|
|
687
|
+
/** @description Bad request — invalid time parameters or SCAPI filter value */
|
|
688
|
+
400: {
|
|
689
|
+
headers: {
|
|
690
|
+
[name: string]: unknown;
|
|
691
|
+
};
|
|
692
|
+
content: {
|
|
693
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"] | components["schemas"]["InvalidApiFilterErrorResponse"];
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
697
|
+
401: {
|
|
698
|
+
headers: {
|
|
699
|
+
[name: string]: unknown;
|
|
700
|
+
};
|
|
701
|
+
content: {
|
|
702
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
703
|
+
};
|
|
704
|
+
};
|
|
705
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
706
|
+
403: {
|
|
707
|
+
headers: {
|
|
708
|
+
[name: string]: unknown;
|
|
709
|
+
};
|
|
710
|
+
content: {
|
|
711
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
712
|
+
};
|
|
713
|
+
};
|
|
714
|
+
/** @description Metrics category not available for the organization */
|
|
715
|
+
404: {
|
|
716
|
+
headers: {
|
|
717
|
+
[name: string]: unknown;
|
|
718
|
+
};
|
|
719
|
+
content: {
|
|
720
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
721
|
+
};
|
|
722
|
+
};
|
|
723
|
+
/** @description Metrics data temporarily unavailable */
|
|
724
|
+
503: {
|
|
725
|
+
headers: {
|
|
726
|
+
[name: string]: unknown;
|
|
727
|
+
};
|
|
728
|
+
content: {
|
|
729
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
730
|
+
};
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
};
|
|
734
|
+
getScapiHooksMetrics: {
|
|
735
|
+
parameters: {
|
|
736
|
+
query?: {
|
|
737
|
+
from?: number;
|
|
738
|
+
to?: number;
|
|
739
|
+
};
|
|
740
|
+
header?: never;
|
|
741
|
+
path: {
|
|
742
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
743
|
+
};
|
|
744
|
+
cookie?: never;
|
|
745
|
+
};
|
|
746
|
+
requestBody?: never;
|
|
747
|
+
responses: {
|
|
748
|
+
/** @description Successfully retrieved SCAPI hooks metrics for the requested time window */
|
|
749
|
+
200: {
|
|
750
|
+
headers: {
|
|
751
|
+
[name: string]: unknown;
|
|
752
|
+
};
|
|
753
|
+
content: {
|
|
754
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
755
|
+
};
|
|
756
|
+
};
|
|
757
|
+
/** @description Bad request — invalid time parameters */
|
|
758
|
+
400: {
|
|
759
|
+
headers: {
|
|
760
|
+
[name: string]: unknown;
|
|
761
|
+
};
|
|
762
|
+
content: {
|
|
763
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
767
|
+
401: {
|
|
768
|
+
headers: {
|
|
769
|
+
[name: string]: unknown;
|
|
770
|
+
};
|
|
771
|
+
content: {
|
|
772
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
773
|
+
};
|
|
774
|
+
};
|
|
775
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
776
|
+
403: {
|
|
777
|
+
headers: {
|
|
778
|
+
[name: string]: unknown;
|
|
779
|
+
};
|
|
780
|
+
content: {
|
|
781
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
782
|
+
};
|
|
783
|
+
};
|
|
784
|
+
/** @description Metrics category not available for the organization */
|
|
785
|
+
404: {
|
|
786
|
+
headers: {
|
|
787
|
+
[name: string]: unknown;
|
|
788
|
+
};
|
|
789
|
+
content: {
|
|
790
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
791
|
+
};
|
|
792
|
+
};
|
|
793
|
+
/** @description Metrics data temporarily unavailable */
|
|
794
|
+
503: {
|
|
795
|
+
headers: {
|
|
796
|
+
[name: string]: unknown;
|
|
797
|
+
};
|
|
798
|
+
content: {
|
|
799
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
800
|
+
};
|
|
801
|
+
};
|
|
802
|
+
};
|
|
803
|
+
};
|
|
804
|
+
getMrtMetrics: {
|
|
805
|
+
parameters: {
|
|
806
|
+
query?: {
|
|
807
|
+
from?: number;
|
|
808
|
+
to?: number;
|
|
809
|
+
};
|
|
810
|
+
header?: never;
|
|
811
|
+
path: {
|
|
812
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
813
|
+
};
|
|
814
|
+
cookie?: never;
|
|
815
|
+
};
|
|
816
|
+
requestBody?: never;
|
|
817
|
+
responses: {
|
|
818
|
+
/** @description Successfully retrieved Managed Runtime metrics for the requested time window */
|
|
819
|
+
200: {
|
|
820
|
+
headers: {
|
|
821
|
+
[name: string]: unknown;
|
|
822
|
+
};
|
|
823
|
+
content: {
|
|
824
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
825
|
+
};
|
|
826
|
+
};
|
|
827
|
+
/** @description Bad request — invalid time parameters */
|
|
828
|
+
400: {
|
|
829
|
+
headers: {
|
|
830
|
+
[name: string]: unknown;
|
|
831
|
+
};
|
|
832
|
+
content: {
|
|
833
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
834
|
+
};
|
|
835
|
+
};
|
|
836
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
837
|
+
401: {
|
|
838
|
+
headers: {
|
|
839
|
+
[name: string]: unknown;
|
|
840
|
+
};
|
|
841
|
+
content: {
|
|
842
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
843
|
+
};
|
|
844
|
+
};
|
|
845
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
846
|
+
403: {
|
|
847
|
+
headers: {
|
|
848
|
+
[name: string]: unknown;
|
|
849
|
+
};
|
|
850
|
+
content: {
|
|
851
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
852
|
+
};
|
|
853
|
+
};
|
|
854
|
+
/** @description Metrics category not available for the organization */
|
|
855
|
+
404: {
|
|
856
|
+
headers: {
|
|
857
|
+
[name: string]: unknown;
|
|
858
|
+
};
|
|
859
|
+
content: {
|
|
860
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
861
|
+
};
|
|
862
|
+
};
|
|
863
|
+
/** @description Metrics data temporarily unavailable */
|
|
864
|
+
503: {
|
|
865
|
+
headers: {
|
|
866
|
+
[name: string]: unknown;
|
|
867
|
+
};
|
|
868
|
+
content: {
|
|
869
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
};
|
|
873
|
+
};
|
|
874
|
+
getControllerMetrics: {
|
|
875
|
+
parameters: {
|
|
876
|
+
query?: {
|
|
877
|
+
from?: number;
|
|
878
|
+
to?: number;
|
|
879
|
+
};
|
|
880
|
+
header?: never;
|
|
881
|
+
path: {
|
|
882
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
883
|
+
};
|
|
884
|
+
cookie?: never;
|
|
885
|
+
};
|
|
886
|
+
requestBody?: never;
|
|
887
|
+
responses: {
|
|
888
|
+
/** @description Successfully retrieved controller metrics for the requested time window */
|
|
889
|
+
200: {
|
|
890
|
+
headers: {
|
|
891
|
+
[name: string]: unknown;
|
|
892
|
+
};
|
|
893
|
+
content: {
|
|
894
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
895
|
+
};
|
|
896
|
+
};
|
|
897
|
+
/** @description Bad request — invalid time parameters */
|
|
898
|
+
400: {
|
|
899
|
+
headers: {
|
|
900
|
+
[name: string]: unknown;
|
|
901
|
+
};
|
|
902
|
+
content: {
|
|
903
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"];
|
|
904
|
+
};
|
|
905
|
+
};
|
|
906
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
907
|
+
401: {
|
|
908
|
+
headers: {
|
|
909
|
+
[name: string]: unknown;
|
|
910
|
+
};
|
|
911
|
+
content: {
|
|
912
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
913
|
+
};
|
|
914
|
+
};
|
|
915
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
916
|
+
403: {
|
|
917
|
+
headers: {
|
|
918
|
+
[name: string]: unknown;
|
|
919
|
+
};
|
|
920
|
+
content: {
|
|
921
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
922
|
+
};
|
|
923
|
+
};
|
|
924
|
+
/** @description Metrics category not available for the organization */
|
|
925
|
+
404: {
|
|
926
|
+
headers: {
|
|
927
|
+
[name: string]: unknown;
|
|
928
|
+
};
|
|
929
|
+
content: {
|
|
930
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
931
|
+
};
|
|
932
|
+
};
|
|
933
|
+
/** @description Metrics data temporarily unavailable */
|
|
934
|
+
503: {
|
|
935
|
+
headers: {
|
|
936
|
+
[name: string]: unknown;
|
|
937
|
+
};
|
|
938
|
+
content: {
|
|
939
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
940
|
+
};
|
|
941
|
+
};
|
|
942
|
+
};
|
|
943
|
+
};
|
|
944
|
+
getOcapiMetrics: {
|
|
945
|
+
parameters: {
|
|
946
|
+
query?: {
|
|
947
|
+
from?: number;
|
|
948
|
+
to?: number;
|
|
949
|
+
ocapiCategory?: string;
|
|
950
|
+
ocapiApi?: string;
|
|
951
|
+
};
|
|
952
|
+
header?: never;
|
|
953
|
+
path: {
|
|
954
|
+
organizationId: components["schemas"]["OrganizationId"];
|
|
955
|
+
};
|
|
956
|
+
cookie?: never;
|
|
957
|
+
};
|
|
958
|
+
requestBody?: never;
|
|
959
|
+
responses: {
|
|
960
|
+
/** @description Successfully retrieved OCAPI metrics for the requested time window */
|
|
961
|
+
200: {
|
|
962
|
+
headers: {
|
|
963
|
+
[name: string]: unknown;
|
|
964
|
+
};
|
|
965
|
+
content: {
|
|
966
|
+
"application/json": components["schemas"]["MetricsDataResponse"];
|
|
967
|
+
};
|
|
968
|
+
};
|
|
969
|
+
/** @description Bad request — invalid time parameters or OCAPI filter value */
|
|
970
|
+
400: {
|
|
971
|
+
headers: {
|
|
972
|
+
[name: string]: unknown;
|
|
973
|
+
};
|
|
974
|
+
content: {
|
|
975
|
+
"application/problem+json": components["schemas"]["InvalidTimeParameterErrorResponse"] | components["schemas"]["InvalidTimeRangeErrorResponse"] | components["schemas"]["InvalidApiFilterErrorResponse"];
|
|
976
|
+
};
|
|
977
|
+
};
|
|
978
|
+
/** @description Your access token is invalid or expired and can’t be used to identify a user. */
|
|
979
|
+
401: {
|
|
980
|
+
headers: {
|
|
981
|
+
[name: string]: unknown;
|
|
982
|
+
};
|
|
983
|
+
content: {
|
|
984
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
985
|
+
};
|
|
986
|
+
};
|
|
987
|
+
/** @description Forbidden. Your access token is valid, but you don’t have the required permissions to access the resource. */
|
|
988
|
+
403: {
|
|
989
|
+
headers: {
|
|
990
|
+
[name: string]: unknown;
|
|
991
|
+
};
|
|
992
|
+
content: {
|
|
993
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
994
|
+
};
|
|
995
|
+
};
|
|
996
|
+
/** @description Metrics category not available for the organization */
|
|
997
|
+
404: {
|
|
998
|
+
headers: {
|
|
999
|
+
[name: string]: unknown;
|
|
1000
|
+
};
|
|
1001
|
+
content: {
|
|
1002
|
+
"application/problem+json": components["schemas"]["CategoryNotFoundErrorResponse"];
|
|
1003
|
+
};
|
|
1004
|
+
};
|
|
1005
|
+
/** @description Metrics data temporarily unavailable */
|
|
1006
|
+
503: {
|
|
1007
|
+
headers: {
|
|
1008
|
+
[name: string]: unknown;
|
|
1009
|
+
};
|
|
1010
|
+
content: {
|
|
1011
|
+
"application/problem+json": components["schemas"]["MetricsNotAvailableErrorResponse"];
|
|
1012
|
+
};
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
};
|
|
1016
|
+
}
|