@vantage-sh/vantage-client 2.3.0 → 2.4.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/README.md +15 -0
- package/dist/index.d.mts +869 -382
- package/dist/index.d.ts +869 -382
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -2
package/dist/index.d.ts
CHANGED
|
@@ -461,7 +461,11 @@ interface paths {
|
|
|
461
461
|
get: operations["getBusinessMetricValues"];
|
|
462
462
|
put?: never;
|
|
463
463
|
post?: never;
|
|
464
|
-
|
|
464
|
+
/**
|
|
465
|
+
* Delete business metric values
|
|
466
|
+
* @description Deletes Business Metric values (historical or forecasted unit metrics).
|
|
467
|
+
*/
|
|
468
|
+
delete: operations["deleteBusinessMetricValues"];
|
|
465
469
|
options?: never;
|
|
466
470
|
head?: never;
|
|
467
471
|
patch?: never;
|
|
@@ -599,6 +603,26 @@ interface paths {
|
|
|
599
603
|
patch?: never;
|
|
600
604
|
trace?: never;
|
|
601
605
|
};
|
|
606
|
+
"/cost_providers": {
|
|
607
|
+
parameters: {
|
|
608
|
+
query?: never;
|
|
609
|
+
header?: never;
|
|
610
|
+
path?: never;
|
|
611
|
+
cookie?: never;
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
614
|
+
* Get cost providers
|
|
615
|
+
* @description List CostProviders available to query in a given Workspace.
|
|
616
|
+
*/
|
|
617
|
+
get: operations["getCostProviders"];
|
|
618
|
+
put?: never;
|
|
619
|
+
post?: never;
|
|
620
|
+
delete?: never;
|
|
621
|
+
options?: never;
|
|
622
|
+
head?: never;
|
|
623
|
+
patch?: never;
|
|
624
|
+
trace?: never;
|
|
625
|
+
};
|
|
602
626
|
"/cost_provider_accounts": {
|
|
603
627
|
parameters: {
|
|
604
628
|
query?: never;
|
|
@@ -731,6 +755,26 @@ interface paths {
|
|
|
731
755
|
patch?: never;
|
|
732
756
|
trace?: never;
|
|
733
757
|
};
|
|
758
|
+
"/cost_services": {
|
|
759
|
+
parameters: {
|
|
760
|
+
query?: never;
|
|
761
|
+
header?: never;
|
|
762
|
+
path?: never;
|
|
763
|
+
cookie?: never;
|
|
764
|
+
};
|
|
765
|
+
/**
|
|
766
|
+
* Get cost services
|
|
767
|
+
* @description List CostServices available to query in a given Workspace.
|
|
768
|
+
*/
|
|
769
|
+
get: operations["getCostServices"];
|
|
770
|
+
put?: never;
|
|
771
|
+
post?: never;
|
|
772
|
+
delete?: never;
|
|
773
|
+
options?: never;
|
|
774
|
+
head?: never;
|
|
775
|
+
patch?: never;
|
|
776
|
+
trace?: never;
|
|
777
|
+
};
|
|
734
778
|
"/dashboards": {
|
|
735
779
|
parameters: {
|
|
736
780
|
query?: never;
|
|
@@ -1455,66 +1499,6 @@ interface paths {
|
|
|
1455
1499
|
patch?: never;
|
|
1456
1500
|
trace?: never;
|
|
1457
1501
|
};
|
|
1458
|
-
"/cost_providers": {
|
|
1459
|
-
parameters: {
|
|
1460
|
-
query?: never;
|
|
1461
|
-
header?: never;
|
|
1462
|
-
path?: never;
|
|
1463
|
-
cookie?: never;
|
|
1464
|
-
};
|
|
1465
|
-
/**
|
|
1466
|
-
* Get cost providers
|
|
1467
|
-
* @description List CostProviders available to query in a given Workspace.
|
|
1468
|
-
*/
|
|
1469
|
-
get: operations["getCostProviders"];
|
|
1470
|
-
put?: never;
|
|
1471
|
-
post?: never;
|
|
1472
|
-
delete?: never;
|
|
1473
|
-
options?: never;
|
|
1474
|
-
head?: never;
|
|
1475
|
-
patch?: never;
|
|
1476
|
-
trace?: never;
|
|
1477
|
-
};
|
|
1478
|
-
"/cost_services": {
|
|
1479
|
-
parameters: {
|
|
1480
|
-
query?: never;
|
|
1481
|
-
header?: never;
|
|
1482
|
-
path?: never;
|
|
1483
|
-
cookie?: never;
|
|
1484
|
-
};
|
|
1485
|
-
/**
|
|
1486
|
-
* Get cost services
|
|
1487
|
-
* @description List CostServices available to query in a given Workspace.
|
|
1488
|
-
*/
|
|
1489
|
-
get: operations["getCostServices"];
|
|
1490
|
-
put?: never;
|
|
1491
|
-
post?: never;
|
|
1492
|
-
delete?: never;
|
|
1493
|
-
options?: never;
|
|
1494
|
-
head?: never;
|
|
1495
|
-
patch?: never;
|
|
1496
|
-
trace?: never;
|
|
1497
|
-
};
|
|
1498
|
-
"/user_feedback": {
|
|
1499
|
-
parameters: {
|
|
1500
|
-
query?: never;
|
|
1501
|
-
header?: never;
|
|
1502
|
-
path?: never;
|
|
1503
|
-
cookie?: never;
|
|
1504
|
-
};
|
|
1505
|
-
get?: never;
|
|
1506
|
-
put?: never;
|
|
1507
|
-
/**
|
|
1508
|
-
* Submit user feedback
|
|
1509
|
-
* @description Provide UserFeedback for our product and features.
|
|
1510
|
-
*/
|
|
1511
|
-
post: operations["createUserFeedback"];
|
|
1512
|
-
delete?: never;
|
|
1513
|
-
options?: never;
|
|
1514
|
-
head?: never;
|
|
1515
|
-
patch?: never;
|
|
1516
|
-
trace?: never;
|
|
1517
|
-
};
|
|
1518
1502
|
"/network_flow_reports": {
|
|
1519
1503
|
parameters: {
|
|
1520
1504
|
query?: never;
|
|
@@ -1567,6 +1551,23 @@ interface paths {
|
|
|
1567
1551
|
patch?: never;
|
|
1568
1552
|
trace?: never;
|
|
1569
1553
|
};
|
|
1554
|
+
"/ping": {
|
|
1555
|
+
parameters: {
|
|
1556
|
+
query?: never;
|
|
1557
|
+
header?: never;
|
|
1558
|
+
path?: never;
|
|
1559
|
+
cookie?: never;
|
|
1560
|
+
};
|
|
1561
|
+
/** @description This is a health check endpoint that can be used to determine Vantage API healthiness. It will return 200 if everything is running smoothly. */
|
|
1562
|
+
get: operations["ping"];
|
|
1563
|
+
put?: never;
|
|
1564
|
+
post?: never;
|
|
1565
|
+
delete?: never;
|
|
1566
|
+
options?: never;
|
|
1567
|
+
head?: never;
|
|
1568
|
+
patch?: never;
|
|
1569
|
+
trace?: never;
|
|
1570
|
+
};
|
|
1570
1571
|
"/products/{product_id}/prices": {
|
|
1571
1572
|
parameters: {
|
|
1572
1573
|
query?: never;
|
|
@@ -2247,6 +2248,26 @@ interface paths {
|
|
|
2247
2248
|
patch?: never;
|
|
2248
2249
|
trace?: never;
|
|
2249
2250
|
};
|
|
2251
|
+
"/user_feedback": {
|
|
2252
|
+
parameters: {
|
|
2253
|
+
query?: never;
|
|
2254
|
+
header?: never;
|
|
2255
|
+
path?: never;
|
|
2256
|
+
cookie?: never;
|
|
2257
|
+
};
|
|
2258
|
+
get?: never;
|
|
2259
|
+
put?: never;
|
|
2260
|
+
/**
|
|
2261
|
+
* Submit user feedback
|
|
2262
|
+
* @description Provide UserFeedback for our product and features.
|
|
2263
|
+
*/
|
|
2264
|
+
post: operations["createUserFeedback"];
|
|
2265
|
+
delete?: never;
|
|
2266
|
+
options?: never;
|
|
2267
|
+
head?: never;
|
|
2268
|
+
patch?: never;
|
|
2269
|
+
trace?: never;
|
|
2270
|
+
};
|
|
2250
2271
|
"/users": {
|
|
2251
2272
|
parameters: {
|
|
2252
2273
|
query?: never;
|
|
@@ -2445,24 +2466,11 @@ interface paths {
|
|
|
2445
2466
|
*/
|
|
2446
2467
|
put: operations["updateWorkspace"];
|
|
2447
2468
|
post?: never;
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
};
|
|
2454
|
-
"/ping": {
|
|
2455
|
-
parameters: {
|
|
2456
|
-
query?: never;
|
|
2457
|
-
header?: never;
|
|
2458
|
-
path?: never;
|
|
2459
|
-
cookie?: never;
|
|
2460
|
-
};
|
|
2461
|
-
/** @description This is a health check endpoint that can be used to determine Vantage API healthiness. It will return 200 if everything is running smoothly. */
|
|
2462
|
-
get: operations["ping"];
|
|
2463
|
-
put?: never;
|
|
2464
|
-
post?: never;
|
|
2465
|
-
delete?: never;
|
|
2469
|
+
/**
|
|
2470
|
+
* Delete workspace
|
|
2471
|
+
* @description Delete a workspace
|
|
2472
|
+
*/
|
|
2473
|
+
delete: operations["deleteWorkspace"];
|
|
2466
2474
|
options?: never;
|
|
2467
2475
|
head?: never;
|
|
2468
2476
|
patch?: never;
|
|
@@ -3353,11 +3361,12 @@ interface components {
|
|
|
3353
3361
|
* @example datadog_metrics
|
|
3354
3362
|
* @enum {string|null}
|
|
3355
3363
|
*/
|
|
3356
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
3364
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
3357
3365
|
/** @description The Integration token used to import the BusinessMetric. */
|
|
3358
3366
|
integration_token: string | null;
|
|
3359
3367
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
3360
3368
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
3369
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
3361
3370
|
};
|
|
3362
3371
|
AttachedCostReportForBusinessMetric: {
|
|
3363
3372
|
/**
|
|
@@ -3412,6 +3421,13 @@ interface components {
|
|
|
3412
3421
|
*/
|
|
3413
3422
|
query: string;
|
|
3414
3423
|
};
|
|
3424
|
+
SnowflakeMetricFields: {
|
|
3425
|
+
/**
|
|
3426
|
+
* @description The SQL query used to import Snowflake metrics.
|
|
3427
|
+
* @example SELECT date, value, label FROM my_metrics_table
|
|
3428
|
+
*/
|
|
3429
|
+
sql_query: string;
|
|
3430
|
+
};
|
|
3415
3431
|
/** @description BusinessMetricValues model */
|
|
3416
3432
|
BusinessMetricValues: {
|
|
3417
3433
|
values: components["schemas"]["BusinessMetricValue"][];
|
|
@@ -3543,6 +3559,15 @@ interface components {
|
|
|
3543
3559
|
}[];
|
|
3544
3560
|
};
|
|
3545
3561
|
};
|
|
3562
|
+
/** @description BusinessMetricValuesDeleteResponse model */
|
|
3563
|
+
BusinessMetricValuesDeleteResponse: {
|
|
3564
|
+
/**
|
|
3565
|
+
* Format: int32
|
|
3566
|
+
* @description Number of unit metric rows removed.
|
|
3567
|
+
* @example 120
|
|
3568
|
+
*/
|
|
3569
|
+
deleted_count: number;
|
|
3570
|
+
};
|
|
3546
3571
|
/** @description CostAlertEvents model */
|
|
3547
3572
|
CostAlertEvents: {
|
|
3548
3573
|
links?: components["schemas"]["Links"];
|
|
@@ -3761,6 +3786,11 @@ interface components {
|
|
|
3761
3786
|
* @default true
|
|
3762
3787
|
*/
|
|
3763
3788
|
show_previous_period?: boolean | null;
|
|
3789
|
+
/**
|
|
3790
|
+
* @description Report will restrict date ranges to completed periods only.
|
|
3791
|
+
* @default false
|
|
3792
|
+
*/
|
|
3793
|
+
complete_period?: boolean | null;
|
|
3764
3794
|
};
|
|
3765
3795
|
/**
|
|
3766
3796
|
* @description The date and time, in UTC, the report was created. ISO 8601 Formatted.
|
|
@@ -3845,7 +3875,7 @@ interface components {
|
|
|
3845
3875
|
* @example aws
|
|
3846
3876
|
* @enum {string}
|
|
3847
3877
|
*/
|
|
3848
|
-
provider: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "all";
|
|
3878
|
+
provider: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci" | "all";
|
|
3849
3879
|
/**
|
|
3850
3880
|
* @description The service for the forecasted cost. Will be 'all' for all combined services
|
|
3851
3881
|
* @example Amazon Elastic Compute Cloud - Compute
|
|
@@ -3921,6 +3951,11 @@ interface components {
|
|
|
3921
3951
|
* @default true
|
|
3922
3952
|
*/
|
|
3923
3953
|
show_previous_period?: boolean;
|
|
3954
|
+
/**
|
|
3955
|
+
* @description Report will restrict date ranges to completed periods only.
|
|
3956
|
+
* @default false
|
|
3957
|
+
*/
|
|
3958
|
+
complete_period?: boolean;
|
|
3924
3959
|
};
|
|
3925
3960
|
/** @description The previous period start date of the CostReport. ISO 8601 Formatted. */
|
|
3926
3961
|
previous_period_start_date?: string;
|
|
@@ -3946,7 +3981,7 @@ interface components {
|
|
|
3946
3981
|
* @default cumulative
|
|
3947
3982
|
* @enum {string}
|
|
3948
3983
|
*/
|
|
3949
|
-
date_bin?: "cumulative" | "day" | "week" | "month" | "quarter";
|
|
3984
|
+
date_bin?: "cumulative" | "day" | "week" | "month" | "quarter" | "hour";
|
|
3950
3985
|
/** @description Report chart settings. */
|
|
3951
3986
|
chart_settings?: {
|
|
3952
3987
|
/** @description The dimension used to group or label data along the x-axis (e.g., by date, region, or service). NOTE: Only one value is allowed at this time. Defaults to ['date']. */
|
|
@@ -3998,6 +4033,8 @@ interface components {
|
|
|
3998
4033
|
aggregate_by?: string | null;
|
|
3999
4034
|
/** @description Report will show previous period costs or usage comparison. */
|
|
4000
4035
|
show_previous_period?: boolean | null;
|
|
4036
|
+
/** @description Report will restrict date ranges to completed periods only. */
|
|
4037
|
+
complete_period?: boolean;
|
|
4001
4038
|
};
|
|
4002
4039
|
/** @description Report chart settings. */
|
|
4003
4040
|
chart_settings?: {
|
|
@@ -4030,7 +4067,7 @@ interface components {
|
|
|
4030
4067
|
* @default cumulative
|
|
4031
4068
|
* @enum {string}
|
|
4032
4069
|
*/
|
|
4033
|
-
date_bin?: "cumulative" | "day" | "week" | "month" | "quarter";
|
|
4070
|
+
date_bin?: "cumulative" | "day" | "week" | "month" | "quarter" | "hour";
|
|
4034
4071
|
};
|
|
4035
4072
|
/** @description Generate a DataExport of costs. */
|
|
4036
4073
|
createCostExport: {
|
|
@@ -4044,17 +4081,62 @@ interface components {
|
|
|
4044
4081
|
start_date?: string;
|
|
4045
4082
|
/** @description Last date you would like to filter costs to. ISO 8601 formatted. */
|
|
4046
4083
|
end_date?: string;
|
|
4084
|
+
/** @description Group the results by specific field(s). Defaults to provider, service, account_id. Valid groupings: account_id, billing_account_id, charge_type, cost_category, cost_subcategory, provider, region, resource_id, service, tagged, tag:<tag_value>. If providing multiple groupings, join as comma separated values: groupings=provider,service,region */
|
|
4085
|
+
groupings?: string[];
|
|
4047
4086
|
/**
|
|
4048
4087
|
* @description The date bin of the costs. Defaults to the report's default or day.
|
|
4049
4088
|
* @enum {string}
|
|
4050
4089
|
*/
|
|
4051
|
-
date_bin?: "day" | "week" | "month" | "quarter";
|
|
4090
|
+
date_bin?: "day" | "week" | "month" | "quarter" | "hour";
|
|
4052
4091
|
/**
|
|
4053
4092
|
* @description The schema of the data export.
|
|
4054
4093
|
* @default vntg
|
|
4055
4094
|
* @enum {string}
|
|
4056
4095
|
*/
|
|
4057
4096
|
schema?: "vntg" | "focus" | "comparison";
|
|
4097
|
+
/** @description Cost-related settings. */
|
|
4098
|
+
settings?: {
|
|
4099
|
+
/**
|
|
4100
|
+
* @description Results will include credits.
|
|
4101
|
+
* @default false
|
|
4102
|
+
*/
|
|
4103
|
+
include_credits?: boolean;
|
|
4104
|
+
/**
|
|
4105
|
+
* @description Results will include refunds.
|
|
4106
|
+
* @default false
|
|
4107
|
+
*/
|
|
4108
|
+
include_refunds?: boolean;
|
|
4109
|
+
/**
|
|
4110
|
+
* @description Results will include discounts.
|
|
4111
|
+
* @default true
|
|
4112
|
+
*/
|
|
4113
|
+
include_discounts?: boolean;
|
|
4114
|
+
/**
|
|
4115
|
+
* @description Results will include tax.
|
|
4116
|
+
* @default true
|
|
4117
|
+
*/
|
|
4118
|
+
include_tax?: boolean;
|
|
4119
|
+
/**
|
|
4120
|
+
* @description Results will amortize.
|
|
4121
|
+
* @default true
|
|
4122
|
+
*/
|
|
4123
|
+
amortize?: boolean;
|
|
4124
|
+
/**
|
|
4125
|
+
* @description Results will show unallocated costs.
|
|
4126
|
+
* @default false
|
|
4127
|
+
*/
|
|
4128
|
+
unallocated?: boolean;
|
|
4129
|
+
/**
|
|
4130
|
+
* @description Results will aggregate by cost or usage.
|
|
4131
|
+
* @default cost
|
|
4132
|
+
*/
|
|
4133
|
+
aggregate_by?: string;
|
|
4134
|
+
/**
|
|
4135
|
+
* @description Results will show previous period costs or usage comparison.
|
|
4136
|
+
* @default true
|
|
4137
|
+
*/
|
|
4138
|
+
show_previous_period?: boolean;
|
|
4139
|
+
};
|
|
4058
4140
|
};
|
|
4059
4141
|
/** @description Costs model */
|
|
4060
4142
|
Costs: {
|
|
@@ -4113,7 +4195,7 @@ interface components {
|
|
|
4113
4195
|
* @example aws
|
|
4114
4196
|
* @enum {string|null}
|
|
4115
4197
|
*/
|
|
4116
|
-
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | null;
|
|
4198
|
+
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci" | null;
|
|
4117
4199
|
/**
|
|
4118
4200
|
* @description The cost provider's billing account id that incurred the cost.
|
|
4119
4201
|
* @example 9109237192
|
|
@@ -4139,6 +4221,11 @@ interface components {
|
|
|
4139
4221
|
* @example arn:aws:ec2:us-east-1:123456789012:instance/i-1234567890abcdef0
|
|
4140
4222
|
*/
|
|
4141
4223
|
resource_id?: string | null;
|
|
4224
|
+
/**
|
|
4225
|
+
* @description The human-readable resource name when Vantage can enrich the resource id.
|
|
4226
|
+
* @example claude_code_key_name
|
|
4227
|
+
*/
|
|
4228
|
+
resource_name?: string | null;
|
|
4142
4229
|
/**
|
|
4143
4230
|
* @description The tag attached to the cost that was incurred.
|
|
4144
4231
|
* DEPRECATED: does not support multiple tags.
|
|
@@ -4234,7 +4321,7 @@ interface components {
|
|
|
4234
4321
|
createDashboard: {
|
|
4235
4322
|
/** @description The title of the Dashboard. */
|
|
4236
4323
|
title: string;
|
|
4237
|
-
/** @description The widgets to add to the Dashboard. Currently supports CostReport, ResourceReport, KubernetesEfficiencyReport, and
|
|
4324
|
+
/** @description The widgets to add to the Dashboard. Currently supports CostReport, ResourceReport, KubernetesEfficiencyReport, FinancialCommitmentReport, and RecommendationView. */
|
|
4238
4325
|
widgets?: {
|
|
4239
4326
|
/** @description The token of the represented Resource. */
|
|
4240
4327
|
widgetable_token: string;
|
|
@@ -4269,7 +4356,7 @@ interface components {
|
|
|
4269
4356
|
updateDashboard: {
|
|
4270
4357
|
/** @description The title of the Dashboard. */
|
|
4271
4358
|
title?: string;
|
|
4272
|
-
/** @description The widgets to add to the Dashboard. Currently supports CostReport, ResourceReport, KubernetesEfficiencyReport, and
|
|
4359
|
+
/** @description The widgets to add to the Dashboard. Currently supports CostReport, ResourceReport, KubernetesEfficiencyReport, FinancialCommitmentReport, and RecommendationView. */
|
|
4273
4360
|
widgets?: {
|
|
4274
4361
|
/** @description The token of the represented Resource. */
|
|
4275
4362
|
widgetable_token: string;
|
|
@@ -4551,6 +4638,8 @@ interface components {
|
|
|
4551
4638
|
* @example Platform Team Reports
|
|
4552
4639
|
*/
|
|
4553
4640
|
title: string | null;
|
|
4641
|
+
/** @description The type of the Folder. */
|
|
4642
|
+
type: string;
|
|
4554
4643
|
/** @description The token for the parent Folder, if any. */
|
|
4555
4644
|
parent_folder_token?: string | null;
|
|
4556
4645
|
/** @description The tokens for the SavedFilters assigned to the Folder. */
|
|
@@ -4578,6 +4667,12 @@ interface components {
|
|
|
4578
4667
|
saved_filter_tokens?: string[];
|
|
4579
4668
|
/** @description The token of the Workspace to add the Folder to. Ignored if 'parent_folder_token' is set. Required if the API token is associated with multiple Workspaces. */
|
|
4580
4669
|
workspace_token?: string;
|
|
4670
|
+
/**
|
|
4671
|
+
* @description The type of the Folder.
|
|
4672
|
+
* @default CostFolder
|
|
4673
|
+
* @enum {string}
|
|
4674
|
+
*/
|
|
4675
|
+
type?: "CostFolder" | "ProviderResourceFolder";
|
|
4581
4676
|
};
|
|
4582
4677
|
/** @description Update a Folder for CostReports. */
|
|
4583
4678
|
updateFolder: {
|
|
@@ -4818,7 +4913,7 @@ interface components {
|
|
|
4818
4913
|
/** @description How costs are aggregated by. Possible values: idle_cost, amount, cost_efficiency. */
|
|
4819
4914
|
aggregated_by: string;
|
|
4820
4915
|
/**
|
|
4821
|
-
* @description Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>.
|
|
4916
|
+
* @description Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, region, labeled, category, pod, label, label:<label_name>.
|
|
4822
4917
|
* @example cluster_id, namespace
|
|
4823
4918
|
*/
|
|
4824
4919
|
groupings: string | null;
|
|
@@ -4876,7 +4971,7 @@ interface components {
|
|
|
4876
4971
|
* @enum {string}
|
|
4877
4972
|
*/
|
|
4878
4973
|
date_bucket?: "day" | "week" | "month" | "quarter";
|
|
4879
|
-
/** @description Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>. */
|
|
4974
|
+
/** @description Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, region, labeled, category, pod, label, label:<label_name>. */
|
|
4880
4975
|
groupings?: string[];
|
|
4881
4976
|
};
|
|
4882
4977
|
/** @description Update a KubernetesEfficiencyReport. */
|
|
@@ -4910,7 +5005,7 @@ interface components {
|
|
|
4910
5005
|
* @enum {string}
|
|
4911
5006
|
*/
|
|
4912
5007
|
date_bucket?: "day" | "week" | "month" | "quarter";
|
|
4913
|
-
/** @description Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>. */
|
|
5008
|
+
/** @description Grouping values for aggregating costs on the KubernetesEfficiencyReport. Valid groupings: cluster_id, namespace, region, labeled, category, pod, label, label:<label_name>. */
|
|
4914
5009
|
groupings?: string[];
|
|
4915
5010
|
};
|
|
4916
5011
|
/** @description ManagedAccounts model */
|
|
@@ -5080,7 +5175,7 @@ interface components {
|
|
|
5080
5175
|
/** @description Update the authenticated User. */
|
|
5081
5176
|
updateMe: {
|
|
5082
5177
|
/** @description The token of a Dashboard to set as the User default. Send null to clear. */
|
|
5083
|
-
default_dashboard_token?: string;
|
|
5178
|
+
default_dashboard_token?: string | null;
|
|
5084
5179
|
};
|
|
5085
5180
|
/** @description CostProviders model */
|
|
5086
5181
|
CostProviders: {
|
|
@@ -5371,6 +5466,11 @@ interface components {
|
|
|
5371
5466
|
/** @description The account ID of the provider. For Azure, this is the subscription ID. */
|
|
5372
5467
|
provider_account_id: string | null;
|
|
5373
5468
|
description: string;
|
|
5469
|
+
/**
|
|
5470
|
+
* @description A URL to related documentation if available.
|
|
5471
|
+
* @example https://handbook.vantage.sh/aws/services/s3-pricing/#intelligent-tiering
|
|
5472
|
+
*/
|
|
5473
|
+
documentation_url: string | null;
|
|
5374
5474
|
/**
|
|
5375
5475
|
* @description The monthly potential savings of the Recommendation, converted to the organization's selected currency.
|
|
5376
5476
|
* @example 100.00
|
|
@@ -5402,11 +5502,44 @@ interface components {
|
|
|
5402
5502
|
/** @description RecommendationProviderResources model */
|
|
5403
5503
|
RecommendationProviderResources: {
|
|
5404
5504
|
links?: components["schemas"]["Links"];
|
|
5405
|
-
resources: components["schemas"]["
|
|
5505
|
+
resources: components["schemas"]["RecommendationProviderResource"][];
|
|
5406
5506
|
};
|
|
5407
|
-
/** @description
|
|
5408
|
-
|
|
5507
|
+
/** @description RecommendationProviderResource model */
|
|
5508
|
+
RecommendationProviderResource: {
|
|
5409
5509
|
token: string;
|
|
5510
|
+
/**
|
|
5511
|
+
* @description The unique identifier for the resource.
|
|
5512
|
+
* @example i-0a1b2c3d4e5f6g7h8
|
|
5513
|
+
*/
|
|
5514
|
+
uuid: string;
|
|
5515
|
+
/**
|
|
5516
|
+
* @description The kind of resource.
|
|
5517
|
+
* @example aws_instance
|
|
5518
|
+
*/
|
|
5519
|
+
type: string;
|
|
5520
|
+
label: string | null;
|
|
5521
|
+
/** @description Type-specific attributes of the resource. */
|
|
5522
|
+
metadata: Record<string, any> | null;
|
|
5523
|
+
/** @description The provider account where the resource is located. */
|
|
5524
|
+
account_id: string | null;
|
|
5525
|
+
/** @description The provider billing account this resource is charged to. */
|
|
5526
|
+
billing_account_id: string | null;
|
|
5527
|
+
/**
|
|
5528
|
+
* @description The provider of the resource.
|
|
5529
|
+
* @example aws
|
|
5530
|
+
*/
|
|
5531
|
+
provider: string;
|
|
5532
|
+
/**
|
|
5533
|
+
* @description The region where the resource is located. Region values are specific to each provider.
|
|
5534
|
+
* @example us-west-2
|
|
5535
|
+
*/
|
|
5536
|
+
region: string | null;
|
|
5537
|
+
/** @description The cost of the resource broken down by category. */
|
|
5538
|
+
costs?: components["schemas"]["ResourceCost"][];
|
|
5539
|
+
/** @description The date and time when Vantage first observed the resource. */
|
|
5540
|
+
created_at: string;
|
|
5541
|
+
/** @description Key-value pairs of tags associated with the resource. */
|
|
5542
|
+
tags: Record<string, any>;
|
|
5410
5543
|
/**
|
|
5411
5544
|
* @description The unique identifier of the Active Resource.
|
|
5412
5545
|
* @example i-0a1b2c3d4e5f6g7h8
|
|
@@ -5415,6 +5548,15 @@ interface components {
|
|
|
5415
5548
|
/** @description The actions to take to implement the Recommendation. */
|
|
5416
5549
|
recommendation_actions?: components["schemas"]["RecommendationAction"][];
|
|
5417
5550
|
};
|
|
5551
|
+
ResourceCost: {
|
|
5552
|
+
/** @description The category of the cost. */
|
|
5553
|
+
category: string;
|
|
5554
|
+
/**
|
|
5555
|
+
* Format: float
|
|
5556
|
+
* @description The cost amount.
|
|
5557
|
+
*/
|
|
5558
|
+
amount: number;
|
|
5559
|
+
};
|
|
5418
5560
|
RecommendationAction: {
|
|
5419
5561
|
action: string;
|
|
5420
5562
|
description: string;
|
|
@@ -5464,6 +5606,8 @@ interface components {
|
|
|
5464
5606
|
account_ids?: string[] | null;
|
|
5465
5607
|
/** @description Filter by region slugs (e.g. us-east-1, eastus, asia-east1). */
|
|
5466
5608
|
regions?: string[] | null;
|
|
5609
|
+
/** @description Filter by one or more recommendation type slugs. */
|
|
5610
|
+
types?: string[] | null;
|
|
5467
5611
|
/**
|
|
5468
5612
|
* @description Filter by tag key (must be used with tag_value).
|
|
5469
5613
|
* @example environment
|
|
@@ -5474,6 +5618,12 @@ interface components {
|
|
|
5474
5618
|
* @example production
|
|
5475
5619
|
*/
|
|
5476
5620
|
tag_value?: string | null;
|
|
5621
|
+
/**
|
|
5622
|
+
* Format: float
|
|
5623
|
+
* @description Filter recommendations with at least this amount of potential savings.
|
|
5624
|
+
* @example 100.5
|
|
5625
|
+
*/
|
|
5626
|
+
min_savings?: number | null;
|
|
5477
5627
|
/**
|
|
5478
5628
|
* @description The date and time, in UTC, the view was created. ISO 8601 Formatted.
|
|
5479
5629
|
* @example 2023-08-04T00:00:00Z
|
|
@@ -5496,6 +5646,8 @@ interface components {
|
|
|
5496
5646
|
account_ids?: string[];
|
|
5497
5647
|
/** @description Filter by region slugs (e.g. us-east-1, eastus, asia-east1). */
|
|
5498
5648
|
regions?: string[];
|
|
5649
|
+
/** @description Filter by one or more recommendation type slugs. */
|
|
5650
|
+
types?: string[];
|
|
5499
5651
|
/** @description Filter by tag key (must be used with tag_value). */
|
|
5500
5652
|
tag_key?: string;
|
|
5501
5653
|
/** @description Filter by tag value (requires tag_key). */
|
|
@@ -5504,6 +5656,11 @@ interface components {
|
|
|
5504
5656
|
start_date?: string;
|
|
5505
5657
|
/** @description Filter recommendations created on/before this YYYY-MM-DD date. */
|
|
5506
5658
|
end_date?: string;
|
|
5659
|
+
/**
|
|
5660
|
+
* Format: float
|
|
5661
|
+
* @description Filter recommendations with at least this amount of potential savings.
|
|
5662
|
+
*/
|
|
5663
|
+
min_savings?: number;
|
|
5507
5664
|
};
|
|
5508
5665
|
/** @description Update a RecommendationView. */
|
|
5509
5666
|
updateRecommendationView: {
|
|
@@ -5517,6 +5674,8 @@ interface components {
|
|
|
5517
5674
|
account_ids?: string[];
|
|
5518
5675
|
/** @description Filter by region slugs (e.g. us-east-1, eastus, asia-east1). */
|
|
5519
5676
|
regions?: string[];
|
|
5677
|
+
/** @description Filter by one or more recommendation type slugs. */
|
|
5678
|
+
types?: string[];
|
|
5520
5679
|
/** @description Filter by tag key (must be used with tag_value). */
|
|
5521
5680
|
tag_key?: string;
|
|
5522
5681
|
/** @description Filter by tag value (requires tag_key). */
|
|
@@ -5525,6 +5684,11 @@ interface components {
|
|
|
5525
5684
|
start_date?: string;
|
|
5526
5685
|
/** @description Filter recommendations created on/before this YYYY-MM-DD date. */
|
|
5527
5686
|
end_date?: string;
|
|
5687
|
+
/**
|
|
5688
|
+
* Format: float
|
|
5689
|
+
* @description Filter recommendations with at least this amount of potential savings.
|
|
5690
|
+
*/
|
|
5691
|
+
min_savings?: number;
|
|
5528
5692
|
};
|
|
5529
5693
|
/** @description ReportNotifications model */
|
|
5530
5694
|
ReportNotifications: {
|
|
@@ -5624,6 +5788,8 @@ interface components {
|
|
|
5624
5788
|
user_token: string | null;
|
|
5625
5789
|
/** @description The token for the User or Team who created this ResourceReport. */
|
|
5626
5790
|
created_by_token: string | null;
|
|
5791
|
+
/** @description The token for the Folder the ResourceReport is a part of. */
|
|
5792
|
+
folder_token?: string | null;
|
|
5627
5793
|
/** @description Array of column names configured for the ResourceReport table display. */
|
|
5628
5794
|
columns: string[];
|
|
5629
5795
|
};
|
|
@@ -5637,6 +5803,8 @@ interface components {
|
|
|
5637
5803
|
filter?: string;
|
|
5638
5804
|
/** @description Array of column names to display in the table. Column names should match those returned by the /resource_reports/columns endpoint. The order determines the display order. Only available for reports with a single resource type filter. */
|
|
5639
5805
|
columns?: string[];
|
|
5806
|
+
/** @description The token of the Folder to add the ResourceReport to. */
|
|
5807
|
+
folder_token?: string;
|
|
5640
5808
|
};
|
|
5641
5809
|
/** @description Update a ResourceReport. */
|
|
5642
5810
|
updateResourceReport: {
|
|
@@ -5646,6 +5814,8 @@ interface components {
|
|
|
5646
5814
|
filter?: string;
|
|
5647
5815
|
/** @description Array of column names to display in the table. Column names should match those returned by the /resource_reports/columns endpoint. The order determines the display order. Only available for reports with a single resource type filter. */
|
|
5648
5816
|
columns?: string[];
|
|
5817
|
+
/** @description The token of the Folder to move the ResourceReport to. */
|
|
5818
|
+
folder_token?: string;
|
|
5649
5819
|
};
|
|
5650
5820
|
/** @description Resources model */
|
|
5651
5821
|
Resources: {
|
|
@@ -5686,15 +5856,8 @@ interface components {
|
|
|
5686
5856
|
costs?: components["schemas"]["ResourceCost"][];
|
|
5687
5857
|
/** @description The date and time when Vantage first observed the resource. */
|
|
5688
5858
|
created_at: string;
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
/** @description The category of the cost. */
|
|
5692
|
-
category: string;
|
|
5693
|
-
/**
|
|
5694
|
-
* Format: float
|
|
5695
|
-
* @description The cost amount.
|
|
5696
|
-
*/
|
|
5697
|
-
amount: number;
|
|
5859
|
+
/** @description Key-value pairs of tags associated with the resource. */
|
|
5860
|
+
tags: Record<string, any>;
|
|
5698
5861
|
};
|
|
5699
5862
|
/** @description SavedFilters model */
|
|
5700
5863
|
SavedFilters: {
|
|
@@ -5876,6 +6039,8 @@ interface components {
|
|
|
5876
6039
|
tag_key: string;
|
|
5877
6040
|
/** @description Whether the Tag has been hidden from the Vantage UI. */
|
|
5878
6041
|
hidden: boolean;
|
|
6042
|
+
/** @description Whether the Tag has been marked as preferred. */
|
|
6043
|
+
preferred: boolean;
|
|
5879
6044
|
/** @description The unique providers that are covered by the Tag key. */
|
|
5880
6045
|
providers: string[];
|
|
5881
6046
|
};
|
|
@@ -6023,7 +6188,7 @@ interface components {
|
|
|
6023
6188
|
* @description The date bin of the unit costs. Defaults to the report's default or day.
|
|
6024
6189
|
* @enum {string}
|
|
6025
6190
|
*/
|
|
6026
|
-
date_bin?: "day" | "week" | "month" | "quarter";
|
|
6191
|
+
date_bin?: "day" | "week" | "month" | "quarter" | "hour";
|
|
6027
6192
|
};
|
|
6028
6193
|
/** @description UnitCosts model */
|
|
6029
6194
|
UnitCosts: {
|
|
@@ -6101,7 +6266,7 @@ interface components {
|
|
|
6101
6266
|
/** @description Update a specific User. */
|
|
6102
6267
|
updateUser: {
|
|
6103
6268
|
/** @description The token of a Dashboard to set as the User default. Send null to clear. */
|
|
6104
|
-
default_dashboard_token?: string;
|
|
6269
|
+
default_dashboard_token?: string | null;
|
|
6105
6270
|
};
|
|
6106
6271
|
/** @description VirtualTagConfigs model */
|
|
6107
6272
|
VirtualTagConfigs: {
|
|
@@ -6128,11 +6293,11 @@ interface components {
|
|
|
6128
6293
|
overridable: boolean;
|
|
6129
6294
|
/**
|
|
6130
6295
|
* @description The earliest month VirtualTagConfig should be backfilled to.
|
|
6131
|
-
* @example 2025-
|
|
6296
|
+
* @example 2025-12-01
|
|
6132
6297
|
*/
|
|
6133
6298
|
backfill_until: string;
|
|
6134
6299
|
/** @description Tag keys to collapse values for. */
|
|
6135
|
-
collapsed_tag_keys
|
|
6300
|
+
collapsed_tag_keys: components["schemas"]["VirtualTagConfigCollapsedTagKey"][];
|
|
6136
6301
|
/** @description Values for the VirtualTagConfig, with match precedence determined by their relative order in the list. */
|
|
6137
6302
|
values: components["schemas"]["VirtualTagConfigValue"][];
|
|
6138
6303
|
};
|
|
@@ -6142,8 +6307,13 @@ interface components {
|
|
|
6142
6307
|
* @example team
|
|
6143
6308
|
*/
|
|
6144
6309
|
key: string;
|
|
6145
|
-
/** @description The providers this collapsed tag key applies to.
|
|
6310
|
+
/** @description The providers this collapsed tag key applies to. Empty when it applies to all providers. */
|
|
6146
6311
|
providers: string[];
|
|
6312
|
+
/**
|
|
6313
|
+
* @description The VQL filter this collapsed tag key applies to. Null when the key is provider-scoped or unset.
|
|
6314
|
+
* @example (costs.provider = 'aws') OR (costs.provider = 'gcp')
|
|
6315
|
+
*/
|
|
6316
|
+
filter: string | null;
|
|
6147
6317
|
};
|
|
6148
6318
|
VirtualTagConfigValue: {
|
|
6149
6319
|
/**
|
|
@@ -6162,10 +6332,14 @@ interface components {
|
|
|
6162
6332
|
*/
|
|
6163
6333
|
business_metric_token?: string | null;
|
|
6164
6334
|
cost_metric?: components["schemas"]["VirtualTagConfigValueCostMetric"];
|
|
6335
|
+
/** @description The display name for this allocation value. */
|
|
6336
|
+
display_name?: string | null;
|
|
6337
|
+
/** @description Label transforms applied to business metric labels. */
|
|
6338
|
+
label_transforms: components["schemas"]["VirtualTagConfigValueLabelTransform"][];
|
|
6165
6339
|
/** @description Labeled percentage allocations for matching costs. */
|
|
6166
|
-
percentages
|
|
6340
|
+
percentages: components["schemas"]["VirtualTagConfigValuePercentage"][];
|
|
6167
6341
|
/** @description Date ranges restricting when this value applies. */
|
|
6168
|
-
date_ranges
|
|
6342
|
+
date_ranges: components["schemas"]["VirtualTagConfigValueDateRange"][];
|
|
6169
6343
|
};
|
|
6170
6344
|
VirtualTagConfigValueCostMetric: {
|
|
6171
6345
|
/** @description The filter VQL for the cost metric. */
|
|
@@ -6176,6 +6350,22 @@ interface components {
|
|
|
6176
6350
|
/** @description The tag to aggregate on. */
|
|
6177
6351
|
tag?: string | null;
|
|
6178
6352
|
};
|
|
6353
|
+
VirtualTagConfigValueLabelTransform: {
|
|
6354
|
+
/**
|
|
6355
|
+
* @description The label transform type.
|
|
6356
|
+
* @enum {string}
|
|
6357
|
+
*/
|
|
6358
|
+
type: "split" | "format";
|
|
6359
|
+
/** @description Delimiter used by split transforms. */
|
|
6360
|
+
delimiter?: string | null;
|
|
6361
|
+
/**
|
|
6362
|
+
* Format: int32
|
|
6363
|
+
* @description Zero-based index used by split transforms.
|
|
6364
|
+
*/
|
|
6365
|
+
index?: number | null;
|
|
6366
|
+
/** @description Template used by format transforms. */
|
|
6367
|
+
template?: string | null;
|
|
6368
|
+
};
|
|
6179
6369
|
VirtualTagConfigValuePercentage: {
|
|
6180
6370
|
/**
|
|
6181
6371
|
* @description The tag value associated with a percentage of matched costs.
|
|
@@ -6233,8 +6423,10 @@ interface components {
|
|
|
6233
6423
|
collapsed_tag_keys?: {
|
|
6234
6424
|
/** @description The tag key to collapse values for. */
|
|
6235
6425
|
key: string;
|
|
6236
|
-
/** @description
|
|
6426
|
+
/** @description Provider-only scope for this collapsed tag key. Invalid when filter is set; include provider restrictions in filter instead. Defaults to all providers. */
|
|
6237
6427
|
providers?: string[];
|
|
6428
|
+
/** @description The VQL filter this collapsed tag key applies to. When set, do not also set providers; include any provider restrictions directly in filter. */
|
|
6429
|
+
filter?: string;
|
|
6238
6430
|
}[];
|
|
6239
6431
|
/** @description Values for the VirtualTagConfig, with match precedence determined by order in the list. */
|
|
6240
6432
|
values?: {
|
|
@@ -6244,6 +6436,15 @@ interface components {
|
|
|
6244
6436
|
name?: string;
|
|
6245
6437
|
/** @description The token of an associated business metric. */
|
|
6246
6438
|
business_metric_token?: string;
|
|
6439
|
+
/** @description The display name for an allocation value (cost_metric or percentages). Invalid when name is set. */
|
|
6440
|
+
display_name?: string;
|
|
6441
|
+
label_transforms?: {
|
|
6442
|
+
type: string;
|
|
6443
|
+
delimiter?: string | null;
|
|
6444
|
+
/** Format: int32 */
|
|
6445
|
+
index?: number | null;
|
|
6446
|
+
template?: string | null;
|
|
6447
|
+
}[];
|
|
6247
6448
|
cost_metric?: {
|
|
6248
6449
|
filter: string;
|
|
6249
6450
|
aggregation: {
|
|
@@ -6279,8 +6480,10 @@ interface components {
|
|
|
6279
6480
|
collapsed_tag_keys?: {
|
|
6280
6481
|
/** @description The tag key to collapse values for. */
|
|
6281
6482
|
key: string;
|
|
6282
|
-
/** @description
|
|
6483
|
+
/** @description Provider-only scope for this collapsed tag key. Invalid when filter is set; include provider restrictions in filter instead. Defaults to all providers. */
|
|
6283
6484
|
providers?: string[];
|
|
6485
|
+
/** @description The VQL filter this collapsed tag key applies to. When set, do not also set providers; include any provider restrictions directly in filter. */
|
|
6486
|
+
filter?: string;
|
|
6284
6487
|
}[];
|
|
6285
6488
|
/** @description Values for the VirtualTagConfig, with match precedence determined by order in the list. */
|
|
6286
6489
|
values?: {
|
|
@@ -6290,6 +6493,15 @@ interface components {
|
|
|
6290
6493
|
name?: string;
|
|
6291
6494
|
/** @description The token of an associated business metric. */
|
|
6292
6495
|
business_metric_token?: string;
|
|
6496
|
+
/** @description The display name for an allocation value (cost_metric or percentages). Invalid when name is set. */
|
|
6497
|
+
display_name?: string;
|
|
6498
|
+
label_transforms?: {
|
|
6499
|
+
type: string;
|
|
6500
|
+
delimiter?: string | null;
|
|
6501
|
+
/** Format: int32 */
|
|
6502
|
+
index?: number | null;
|
|
6503
|
+
template?: string | null;
|
|
6504
|
+
}[];
|
|
6293
6505
|
cost_metric?: {
|
|
6294
6506
|
filter: string;
|
|
6295
6507
|
aggregation: {
|
|
@@ -6338,8 +6550,10 @@ interface components {
|
|
|
6338
6550
|
collapsed_tag_keys?: {
|
|
6339
6551
|
/** @description The tag key to collapse values for. */
|
|
6340
6552
|
key: string;
|
|
6341
|
-
/** @description
|
|
6553
|
+
/** @description Provider-only scope for this collapsed tag key. Invalid when filter is set; include provider restrictions in filter instead. Defaults to all providers. */
|
|
6342
6554
|
providers?: string[];
|
|
6555
|
+
/** @description The VQL filter this collapsed tag key applies to. When set, do not also set providers; include any provider restrictions directly in filter. */
|
|
6556
|
+
filter?: string;
|
|
6343
6557
|
}[];
|
|
6344
6558
|
/** @description Values for the VirtualTagConfig, with match precedence determined by order in the list. */
|
|
6345
6559
|
values?: {
|
|
@@ -6349,6 +6563,15 @@ interface components {
|
|
|
6349
6563
|
name?: string;
|
|
6350
6564
|
/** @description The token of an associated business metric. */
|
|
6351
6565
|
business_metric_token?: string;
|
|
6566
|
+
/** @description The display name for an allocation value (cost_metric or percentages). Invalid when name is set. */
|
|
6567
|
+
display_name?: string;
|
|
6568
|
+
label_transforms?: {
|
|
6569
|
+
type: string;
|
|
6570
|
+
delimiter?: string | null;
|
|
6571
|
+
/** Format: int32 */
|
|
6572
|
+
index?: number | null;
|
|
6573
|
+
template?: string | null;
|
|
6574
|
+
}[];
|
|
6352
6575
|
cost_metric?: {
|
|
6353
6576
|
filter: string;
|
|
6354
6577
|
aggregation: {
|
|
@@ -7105,7 +7328,7 @@ interface operations {
|
|
|
7105
7328
|
query?: {
|
|
7106
7329
|
/** @description The page of results to return. */
|
|
7107
7330
|
page?: number;
|
|
7108
|
-
/** @description The amount of results to return. The maximum is
|
|
7331
|
+
/** @description The amount of results to return. Defaults to 100. The maximum is 5000. */
|
|
7109
7332
|
limit?: number;
|
|
7110
7333
|
/** @description Filter by personal or service API token that performed the action. */
|
|
7111
7334
|
user?: number;
|
|
@@ -7118,7 +7341,7 @@ interface operations {
|
|
|
7118
7341
|
/** @description Filter by source. */
|
|
7119
7342
|
source?: "console" | "api" | "finops_agent";
|
|
7120
7343
|
/** @description Filter by object type. */
|
|
7121
|
-
object_type?: "virtual_tag" | "cost_report" | "recommendation_commitment";
|
|
7344
|
+
object_type?: "virtual_tag" | "cost_report" | "recommendation_commitment" | "segment";
|
|
7122
7345
|
/** @description Filter by audit log token. */
|
|
7123
7346
|
token?: string;
|
|
7124
7347
|
/** @description Filter by object token (auditable_token). */
|
|
@@ -7225,17 +7448,12 @@ interface operations {
|
|
|
7225
7448
|
* }
|
|
7226
7449
|
* }
|
|
7227
7450
|
* ],
|
|
7228
|
-
* "
|
|
7229
|
-
* "self": "/v2/audit_logs?page=1
|
|
7230
|
-
* "first": "/v2/audit_logs?page=1
|
|
7231
|
-
* "next": "/v2/audit_logs?page=2
|
|
7232
|
-
* "last": "/v2/audit_logs?page=
|
|
7451
|
+
* "links": {
|
|
7452
|
+
* "self": "/v2/audit_logs?page=1",
|
|
7453
|
+
* "first": "/v2/audit_logs?page=1",
|
|
7454
|
+
* "next": "/v2/audit_logs?page=2",
|
|
7455
|
+
* "last": "/v2/audit_logs?page=3",
|
|
7233
7456
|
* "prev": null
|
|
7234
|
-
* },
|
|
7235
|
-
* "_meta": {
|
|
7236
|
-
* "total_count": 248,
|
|
7237
|
-
* "per_page": 25,
|
|
7238
|
-
* "page": 1
|
|
7239
7457
|
* }
|
|
7240
7458
|
* }
|
|
7241
7459
|
*/
|
|
@@ -8504,15 +8722,72 @@ interface operations {
|
|
|
8504
8722
|
};
|
|
8505
8723
|
};
|
|
8506
8724
|
};
|
|
8507
|
-
getBusinessMetricValues: {
|
|
8725
|
+
getBusinessMetricValues: {
|
|
8726
|
+
parameters: {
|
|
8727
|
+
query?: {
|
|
8728
|
+
/** @description The page of results to return. */
|
|
8729
|
+
page?: number;
|
|
8730
|
+
/** @description The amount of results to return. The maximum is 1000. */
|
|
8731
|
+
limit?: number;
|
|
8732
|
+
/** @description Query BusinessMetrics by the first date you would like to filter from. ISO 8601 Formatted - 2021-07-15 */
|
|
8733
|
+
start_date?: string;
|
|
8734
|
+
};
|
|
8735
|
+
header?: never;
|
|
8736
|
+
path: {
|
|
8737
|
+
business_metric_token: string;
|
|
8738
|
+
};
|
|
8739
|
+
cookie?: never;
|
|
8740
|
+
};
|
|
8741
|
+
requestBody?: never;
|
|
8742
|
+
responses: {
|
|
8743
|
+
200: {
|
|
8744
|
+
headers: {
|
|
8745
|
+
[name: string]: unknown;
|
|
8746
|
+
};
|
|
8747
|
+
content: {
|
|
8748
|
+
/**
|
|
8749
|
+
* @example {
|
|
8750
|
+
* "values": [
|
|
8751
|
+
* {
|
|
8752
|
+
* "date": "2024-01-03T00:00:00Z",
|
|
8753
|
+
* "amount": "300.0"
|
|
8754
|
+
* },
|
|
8755
|
+
* {
|
|
8756
|
+
* "date": "2024-01-02T00:00:00Z",
|
|
8757
|
+
* "amount": "200.0"
|
|
8758
|
+
* },
|
|
8759
|
+
* {
|
|
8760
|
+
* "date": "2024-01-01T00:00:00Z",
|
|
8761
|
+
* "amount": "100.0"
|
|
8762
|
+
* }
|
|
8763
|
+
* ]
|
|
8764
|
+
* }
|
|
8765
|
+
*/
|
|
8766
|
+
"application/json": components["schemas"]["BusinessMetricValues"];
|
|
8767
|
+
};
|
|
8768
|
+
};
|
|
8769
|
+
/** @description NotFound */
|
|
8770
|
+
404: {
|
|
8771
|
+
headers: {
|
|
8772
|
+
[name: string]: unknown;
|
|
8773
|
+
};
|
|
8774
|
+
content: {
|
|
8775
|
+
"application/json": components["schemas"]["Errors"];
|
|
8776
|
+
};
|
|
8777
|
+
};
|
|
8778
|
+
};
|
|
8779
|
+
};
|
|
8780
|
+
deleteBusinessMetricValues: {
|
|
8508
8781
|
parameters: {
|
|
8509
8782
|
query?: {
|
|
8510
|
-
/** @description
|
|
8511
|
-
page?: number;
|
|
8512
|
-
/** @description The amount of results to return. The maximum is 1000. */
|
|
8513
|
-
limit?: number;
|
|
8514
|
-
/** @description Query BusinessMetrics by the first date you would like to filter from. ISO 8601 Formatted - 2021-07-15 */
|
|
8783
|
+
/** @description Inclusive lower bound (ISO 8601 date or datetime, UTC). Date-only values start at 00:00:00 UTC that day. */
|
|
8515
8784
|
start_date?: string;
|
|
8785
|
+
/** @description Inclusive upper bound (ISO 8601 date or datetime, UTC). Date-only values include the full calendar day through 23:59:59.999999999 UTC. */
|
|
8786
|
+
end_date?: string;
|
|
8787
|
+
/** @description When present in the query string (including as an empty value), only unit metrics with this exact label are deleted. Omit the parameter to delete all labels in range. */
|
|
8788
|
+
label?: string;
|
|
8789
|
+
/** @description When true, deletes forecasted unit metrics instead of historical ones. */
|
|
8790
|
+
forecasted?: boolean;
|
|
8516
8791
|
};
|
|
8517
8792
|
header?: never;
|
|
8518
8793
|
path: {
|
|
@@ -8529,23 +8804,19 @@ interface operations {
|
|
|
8529
8804
|
content: {
|
|
8530
8805
|
/**
|
|
8531
8806
|
* @example {
|
|
8532
|
-
* "
|
|
8533
|
-
* {
|
|
8534
|
-
* "date": "2024-01-03T00:00:00Z",
|
|
8535
|
-
* "amount": "300.0"
|
|
8536
|
-
* },
|
|
8537
|
-
* {
|
|
8538
|
-
* "date": "2024-01-02T00:00:00Z",
|
|
8539
|
-
* "amount": "200.0"
|
|
8540
|
-
* },
|
|
8541
|
-
* {
|
|
8542
|
-
* "date": "2024-01-01T00:00:00Z",
|
|
8543
|
-
* "amount": "100.0"
|
|
8544
|
-
* }
|
|
8545
|
-
* ]
|
|
8807
|
+
* "deleted_count": 120
|
|
8546
8808
|
* }
|
|
8547
8809
|
*/
|
|
8548
|
-
"application/json": components["schemas"]["
|
|
8810
|
+
"application/json": components["schemas"]["BusinessMetricValuesDeleteResponse"];
|
|
8811
|
+
};
|
|
8812
|
+
};
|
|
8813
|
+
/** @description Forbidden */
|
|
8814
|
+
403: {
|
|
8815
|
+
headers: {
|
|
8816
|
+
[name: string]: unknown;
|
|
8817
|
+
};
|
|
8818
|
+
content: {
|
|
8819
|
+
"application/json": components["schemas"]["Errors"];
|
|
8549
8820
|
};
|
|
8550
8821
|
};
|
|
8551
8822
|
/** @description NotFound */
|
|
@@ -8557,6 +8828,15 @@ interface operations {
|
|
|
8557
8828
|
"application/json": components["schemas"]["Errors"];
|
|
8558
8829
|
};
|
|
8559
8830
|
};
|
|
8831
|
+
/** @description UnprocessableEntity */
|
|
8832
|
+
422: {
|
|
8833
|
+
headers: {
|
|
8834
|
+
[name: string]: unknown;
|
|
8835
|
+
};
|
|
8836
|
+
content: {
|
|
8837
|
+
"application/json": components["schemas"]["Errors"];
|
|
8838
|
+
};
|
|
8839
|
+
};
|
|
8560
8840
|
};
|
|
8561
8841
|
};
|
|
8562
8842
|
getBusinessMetricForecastedValues: {
|
|
@@ -9063,13 +9343,36 @@ interface operations {
|
|
|
9063
9343
|
};
|
|
9064
9344
|
};
|
|
9065
9345
|
};
|
|
9346
|
+
getCostProviders: {
|
|
9347
|
+
parameters: {
|
|
9348
|
+
query?: {
|
|
9349
|
+
/** @description The token of the Workspace to list CostProviders for. Required if the API token is associated with multiple Workspaces. */
|
|
9350
|
+
workspace_token?: string;
|
|
9351
|
+
};
|
|
9352
|
+
header?: never;
|
|
9353
|
+
path?: never;
|
|
9354
|
+
cookie?: never;
|
|
9355
|
+
};
|
|
9356
|
+
requestBody?: never;
|
|
9357
|
+
responses: {
|
|
9358
|
+
/** @description List of connected CostProviders. */
|
|
9359
|
+
200: {
|
|
9360
|
+
headers: {
|
|
9361
|
+
[name: string]: unknown;
|
|
9362
|
+
};
|
|
9363
|
+
content: {
|
|
9364
|
+
"application/json": components["schemas"]["CostProviders"];
|
|
9365
|
+
};
|
|
9366
|
+
};
|
|
9367
|
+
};
|
|
9368
|
+
};
|
|
9066
9369
|
getCostProviderAccounts: {
|
|
9067
9370
|
parameters: {
|
|
9068
9371
|
query?: {
|
|
9069
9372
|
/** @description The token of the Workspace to list CostProviderAccounts for. Required if the API token is associated with multiple Workspaces. */
|
|
9070
9373
|
workspace_token?: string;
|
|
9071
9374
|
/** @description Filter by provider type. */
|
|
9072
|
-
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel";
|
|
9375
|
+
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci";
|
|
9073
9376
|
/** @description Filter by provider account identifier. */
|
|
9074
9377
|
account_id?: string;
|
|
9075
9378
|
/** @description Filter by account name (exact match). */
|
|
@@ -9477,7 +9780,7 @@ interface operations {
|
|
|
9477
9780
|
/** @description Last date you would like to filter forecasted costs from. ISO 8601 formatted. */
|
|
9478
9781
|
end_date?: string;
|
|
9479
9782
|
/** @description Limit the forecasted costs to a specific provider. 'all' is accepted to filter to overall forecast. */
|
|
9480
|
-
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "all";
|
|
9783
|
+
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci" | "all";
|
|
9481
9784
|
/** @description Limit the forecasted costs to a specific service. 'all' is accepted to filter to overall forecast. e.g. 'Amazon ElastiCache'. */
|
|
9482
9785
|
service?: string;
|
|
9483
9786
|
/** @description The page of results to return. */
|
|
@@ -9573,10 +9876,7 @@ interface operations {
|
|
|
9573
9876
|
};
|
|
9574
9877
|
createCostExport: {
|
|
9575
9878
|
parameters: {
|
|
9576
|
-
query?:
|
|
9577
|
-
/** @description Group the results by specific field(s). Defaults to provider, service, account_id. Valid groupings: account_id, billing_account_id, charge_type, cost_category, cost_subcategory, provider, region, resource_id, service, tagged, tag:<tag_value>. If providing multiple groupings, join as comma separated values: groupings=provider,service,region */
|
|
9578
|
-
groupings?: string[];
|
|
9579
|
-
};
|
|
9879
|
+
query?: never;
|
|
9580
9880
|
header?: never;
|
|
9581
9881
|
path?: never;
|
|
9582
9882
|
cookie?: never;
|
|
@@ -9645,7 +9945,7 @@ interface operations {
|
|
|
9645
9945
|
/** @description The page of results to return. */
|
|
9646
9946
|
page?: number;
|
|
9647
9947
|
/** @description The date bin of the costs. Defaults to the report's default or day. */
|
|
9648
|
-
date_bin?: "day" | "week" | "month" | "quarter";
|
|
9948
|
+
date_bin?: "day" | "week" | "month" | "quarter" | "hour";
|
|
9649
9949
|
/** @description Results will include credits. */
|
|
9650
9950
|
"settings[include_credits]"?: boolean;
|
|
9651
9951
|
/** @description Results will include refunds. */
|
|
@@ -9763,6 +10063,29 @@ interface operations {
|
|
|
9763
10063
|
};
|
|
9764
10064
|
};
|
|
9765
10065
|
};
|
|
10066
|
+
getCostServices: {
|
|
10067
|
+
parameters: {
|
|
10068
|
+
query?: {
|
|
10069
|
+
/** @description The token of the Workspace to list CostServices for. Required if the API token is associated with multiple Workspaces. */
|
|
10070
|
+
workspace_token?: string;
|
|
10071
|
+
};
|
|
10072
|
+
header?: never;
|
|
10073
|
+
path?: never;
|
|
10074
|
+
cookie?: never;
|
|
10075
|
+
};
|
|
10076
|
+
requestBody?: never;
|
|
10077
|
+
responses: {
|
|
10078
|
+
/** @description List of CostServices, used to query costs using VQL. */
|
|
10079
|
+
200: {
|
|
10080
|
+
headers: {
|
|
10081
|
+
[name: string]: unknown;
|
|
10082
|
+
};
|
|
10083
|
+
content: {
|
|
10084
|
+
"application/json": components["schemas"]["CostServices"];
|
|
10085
|
+
};
|
|
10086
|
+
};
|
|
10087
|
+
};
|
|
10088
|
+
};
|
|
9766
10089
|
getDashboards: {
|
|
9767
10090
|
parameters: {
|
|
9768
10091
|
query?: {
|
|
@@ -10565,6 +10888,8 @@ interface operations {
|
|
|
10565
10888
|
page?: number;
|
|
10566
10889
|
/** @description The amount of results to return. The maximum is 1000. */
|
|
10567
10890
|
limit?: number;
|
|
10891
|
+
/** @description Filter by folder type. */
|
|
10892
|
+
type?: "CostFolder" | "ProviderResourceFolder";
|
|
10568
10893
|
};
|
|
10569
10894
|
header?: never;
|
|
10570
10895
|
path?: never;
|
|
@@ -10780,7 +11105,7 @@ interface operations {
|
|
|
10780
11105
|
parameters: {
|
|
10781
11106
|
query?: {
|
|
10782
11107
|
/** @description Query by provider name to list all Integrations for a specific provider. */
|
|
10783
|
-
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel";
|
|
11108
|
+
provider?: "aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci";
|
|
10784
11109
|
/** @description Query by account identifier to list all Integrations that match a specific account. For Azure, this is the subscription ID. Must include provider when using this parameter. */
|
|
10785
11110
|
account_identifier?: string;
|
|
10786
11111
|
/** @description The page of results to return. */
|
|
@@ -11117,7 +11442,8 @@ interface operations {
|
|
|
11117
11442
|
header?: never;
|
|
11118
11443
|
path: {
|
|
11119
11444
|
integration_token: string;
|
|
11120
|
-
|
|
11445
|
+
/** @description Token of the UserCostsUpload to delete. */
|
|
11446
|
+
user_costs_upload_token: string;
|
|
11121
11447
|
};
|
|
11122
11448
|
cookie?: never;
|
|
11123
11449
|
};
|
|
@@ -11654,7 +11980,7 @@ interface operations {
|
|
|
11654
11980
|
createKubernetesEfficiencyReportExport: {
|
|
11655
11981
|
parameters: {
|
|
11656
11982
|
query?: {
|
|
11657
|
-
/** @description Group the results by specific field(s). Valid groupings: cluster_id, namespace, labeled, category, pod, label, label:<label_name>. */
|
|
11983
|
+
/** @description Group the results by specific field(s). Valid groupings: cluster_id, namespace, region, labeled, category, pod, label, label:<label_name>. */
|
|
11658
11984
|
groupings?: string[];
|
|
11659
11985
|
};
|
|
11660
11986
|
header?: never;
|
|
@@ -12226,94 +12552,6 @@ interface operations {
|
|
|
12226
12552
|
};
|
|
12227
12553
|
};
|
|
12228
12554
|
};
|
|
12229
|
-
getCostProviders: {
|
|
12230
|
-
parameters: {
|
|
12231
|
-
query?: {
|
|
12232
|
-
/** @description The token of the Workspace to list CostProviders for. Required if the API token is associated with multiple Workspaces. */
|
|
12233
|
-
workspace_token?: string;
|
|
12234
|
-
};
|
|
12235
|
-
header?: never;
|
|
12236
|
-
path?: never;
|
|
12237
|
-
cookie?: never;
|
|
12238
|
-
};
|
|
12239
|
-
requestBody?: never;
|
|
12240
|
-
responses: {
|
|
12241
|
-
/** @description List of connected CostProviders. */
|
|
12242
|
-
200: {
|
|
12243
|
-
headers: {
|
|
12244
|
-
[name: string]: unknown;
|
|
12245
|
-
};
|
|
12246
|
-
content: {
|
|
12247
|
-
"application/json": components["schemas"]["CostProviders"];
|
|
12248
|
-
};
|
|
12249
|
-
};
|
|
12250
|
-
};
|
|
12251
|
-
};
|
|
12252
|
-
getCostServices: {
|
|
12253
|
-
parameters: {
|
|
12254
|
-
query?: {
|
|
12255
|
-
/** @description The token of the Workspace to list CostServices for. Required if the API token is associated with multiple Workspaces. */
|
|
12256
|
-
workspace_token?: string;
|
|
12257
|
-
};
|
|
12258
|
-
header?: never;
|
|
12259
|
-
path?: never;
|
|
12260
|
-
cookie?: never;
|
|
12261
|
-
};
|
|
12262
|
-
requestBody?: never;
|
|
12263
|
-
responses: {
|
|
12264
|
-
/** @description List of CostServices, used to query costs using VQL. */
|
|
12265
|
-
200: {
|
|
12266
|
-
headers: {
|
|
12267
|
-
[name: string]: unknown;
|
|
12268
|
-
};
|
|
12269
|
-
content: {
|
|
12270
|
-
"application/json": components["schemas"]["CostServices"];
|
|
12271
|
-
};
|
|
12272
|
-
};
|
|
12273
|
-
};
|
|
12274
|
-
};
|
|
12275
|
-
createUserFeedback: {
|
|
12276
|
-
parameters: {
|
|
12277
|
-
query?: never;
|
|
12278
|
-
header?: never;
|
|
12279
|
-
path?: never;
|
|
12280
|
-
cookie?: never;
|
|
12281
|
-
};
|
|
12282
|
-
requestBody: {
|
|
12283
|
-
content: {
|
|
12284
|
-
"application/json": components["schemas"]["createUserFeedback"];
|
|
12285
|
-
};
|
|
12286
|
-
};
|
|
12287
|
-
responses: {
|
|
12288
|
-
/** @description Provide UserFeedback for our product and features. */
|
|
12289
|
-
201: {
|
|
12290
|
-
headers: {
|
|
12291
|
-
[name: string]: unknown;
|
|
12292
|
-
};
|
|
12293
|
-
content: {
|
|
12294
|
-
"application/json": components["schemas"]["UserFeedback"];
|
|
12295
|
-
};
|
|
12296
|
-
};
|
|
12297
|
-
/** @description BadRequest */
|
|
12298
|
-
400: {
|
|
12299
|
-
headers: {
|
|
12300
|
-
[name: string]: unknown;
|
|
12301
|
-
};
|
|
12302
|
-
content: {
|
|
12303
|
-
"application/json": components["schemas"]["Errors"];
|
|
12304
|
-
};
|
|
12305
|
-
};
|
|
12306
|
-
/** @description UnprocessableEntity */
|
|
12307
|
-
422: {
|
|
12308
|
-
headers: {
|
|
12309
|
-
[name: string]: unknown;
|
|
12310
|
-
};
|
|
12311
|
-
content: {
|
|
12312
|
-
"application/json": components["schemas"]["Errors"];
|
|
12313
|
-
};
|
|
12314
|
-
};
|
|
12315
|
-
};
|
|
12316
|
-
};
|
|
12317
12555
|
getNetworkFlowReports: {
|
|
12318
12556
|
parameters: {
|
|
12319
12557
|
query?: {
|
|
@@ -12561,6 +12799,24 @@ interface operations {
|
|
|
12561
12799
|
};
|
|
12562
12800
|
};
|
|
12563
12801
|
};
|
|
12802
|
+
ping: {
|
|
12803
|
+
parameters: {
|
|
12804
|
+
query?: never;
|
|
12805
|
+
header?: never;
|
|
12806
|
+
path?: never;
|
|
12807
|
+
cookie?: never;
|
|
12808
|
+
};
|
|
12809
|
+
requestBody?: never;
|
|
12810
|
+
responses: {
|
|
12811
|
+
/** @description This is a health check endpoint that can be used to determine Vantage API healthiness. It will return 200 if everything is running smoothly. */
|
|
12812
|
+
200: {
|
|
12813
|
+
headers: {
|
|
12814
|
+
[name: string]: unknown;
|
|
12815
|
+
};
|
|
12816
|
+
content?: never;
|
|
12817
|
+
};
|
|
12818
|
+
};
|
|
12819
|
+
};
|
|
12564
12820
|
getPrices: {
|
|
12565
12821
|
parameters: {
|
|
12566
12822
|
query?: {
|
|
@@ -12825,6 +13081,8 @@ interface operations {
|
|
|
12825
13081
|
end_date?: string;
|
|
12826
13082
|
/** @description Filter by status. */
|
|
12827
13083
|
status?: "active" | "archived";
|
|
13084
|
+
/** @description Filter by recommendations whose potential savings are greater than or equal to this amount, in the workspace's currency. Requires workspace_token. */
|
|
13085
|
+
min_savings?: number;
|
|
12828
13086
|
/** @description The page of results to return. */
|
|
12829
13087
|
page?: number;
|
|
12830
13088
|
/** @description The number of results to return. The maximum is 1000. */
|
|
@@ -12869,6 +13127,7 @@ interface operations {
|
|
|
12869
13127
|
* "provider": "aws",
|
|
12870
13128
|
* "provider_account_id": "123456789012",
|
|
12871
13129
|
* "description": "IP address is not attached to an instance.",
|
|
13130
|
+
* "documentation_url": "https://handbook.vantage.sh/aws/services/ec2-other-pricing/#stranded-resources",
|
|
12872
13131
|
* "potential_savings": "100.0",
|
|
12873
13132
|
* "service": "AWS IP",
|
|
12874
13133
|
* "created_at": "2026-01-28T16:53:32Z",
|
|
@@ -12909,6 +13168,7 @@ interface operations {
|
|
|
12909
13168
|
* "provider": "aws",
|
|
12910
13169
|
* "provider_account_id": "123456789012",
|
|
12911
13170
|
* "description": "IP address is not attached to an instance.",
|
|
13171
|
+
* "documentation_url": "https://handbook.vantage.sh/aws/services/ec2-other-pricing/#stranded-resources",
|
|
12912
13172
|
* "potential_savings": "100.0",
|
|
12913
13173
|
* "service": "AWS IP",
|
|
12914
13174
|
* "created_at": "2026-01-28T16:53:23Z",
|
|
@@ -12936,7 +13196,7 @@ interface operations {
|
|
|
12936
13196
|
query?: {
|
|
12937
13197
|
/** @description The page of results to return. */
|
|
12938
13198
|
page?: number;
|
|
12939
|
-
/** @description The number of results to return. The maximum is
|
|
13199
|
+
/** @description The number of results to return. Defaults to 25. The maximum is 500. */
|
|
12940
13200
|
limit?: number;
|
|
12941
13201
|
};
|
|
12942
13202
|
header?: never;
|
|
@@ -13015,7 +13275,7 @@ interface operations {
|
|
|
13015
13275
|
* ]
|
|
13016
13276
|
* }
|
|
13017
13277
|
*/
|
|
13018
|
-
"application/json": components["schemas"]["
|
|
13278
|
+
"application/json": components["schemas"]["RecommendationProviderResource"];
|
|
13019
13279
|
};
|
|
13020
13280
|
};
|
|
13021
13281
|
/** @description NotFound */
|
|
@@ -13050,6 +13310,8 @@ interface operations {
|
|
|
13050
13310
|
end_date?: string;
|
|
13051
13311
|
/** @description Filter by status. */
|
|
13052
13312
|
status?: "active" | "archived";
|
|
13313
|
+
/** @description Filter by recommendations whose potential savings are greater than or equal to this amount, in the workspace's currency. Requires workspace_token. */
|
|
13314
|
+
min_savings?: number;
|
|
13053
13315
|
/** @description The page of results to return. */
|
|
13054
13316
|
page?: number;
|
|
13055
13317
|
/** @description The number of results to return. The maximum is 1000. */
|
|
@@ -14681,7 +14943,7 @@ interface operations {
|
|
|
14681
14943
|
parameters: {
|
|
14682
14944
|
query?: {
|
|
14683
14945
|
/** @description An array of providers to scope Tags by. */
|
|
14684
|
-
providers?: ("aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel")[];
|
|
14946
|
+
providers?: ("aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci")[];
|
|
14685
14947
|
/** @description A search query to filter Tags by tag key. */
|
|
14686
14948
|
search_query?: string;
|
|
14687
14949
|
/** @description The direction in which you would like to sort the data by. Defaults to 'asc'. */
|
|
@@ -14704,23 +14966,32 @@ interface operations {
|
|
|
14704
14966
|
content: {
|
|
14705
14967
|
/**
|
|
14706
14968
|
* @example {
|
|
14969
|
+
* "links": {
|
|
14970
|
+
* "self": "https://api.vantage.sh/v2/tags",
|
|
14971
|
+
* "first": "https://api.vantage.sh/v2/tags?page=1",
|
|
14972
|
+
* "next": null,
|
|
14973
|
+
* "last": null,
|
|
14974
|
+
* "prev": null
|
|
14975
|
+
* },
|
|
14707
14976
|
* "tags": [
|
|
14708
14977
|
* {
|
|
14709
14978
|
* "tag_key": "app",
|
|
14710
14979
|
* "hidden": false,
|
|
14980
|
+
* "preferred": false,
|
|
14711
14981
|
* "providers": [
|
|
14712
14982
|
* "aws",
|
|
14713
14983
|
* "azure",
|
|
14714
|
-
* "custom_provider:
|
|
14984
|
+
* "custom_provider:accss_crdntl_ef89becbcf119a74"
|
|
14715
14985
|
* ]
|
|
14716
14986
|
* },
|
|
14717
14987
|
* {
|
|
14718
14988
|
* "tag_key": "environment",
|
|
14719
14989
|
* "hidden": false,
|
|
14990
|
+
* "preferred": false,
|
|
14720
14991
|
* "providers": [
|
|
14721
14992
|
* "aws",
|
|
14722
14993
|
* "azure",
|
|
14723
|
-
* "custom_provider:
|
|
14994
|
+
* "custom_provider:accss_crdntl_ef89becbcf119a74"
|
|
14724
14995
|
* ]
|
|
14725
14996
|
* }
|
|
14726
14997
|
* ]
|
|
@@ -14755,10 +15026,11 @@ interface operations {
|
|
|
14755
15026
|
* {
|
|
14756
15027
|
* "tag_key": "app",
|
|
14757
15028
|
* "hidden": true,
|
|
15029
|
+
* "preferred": false,
|
|
14758
15030
|
* "providers": [
|
|
14759
15031
|
* "aws",
|
|
14760
15032
|
* "azure",
|
|
14761
|
-
* "custom_provider:
|
|
15033
|
+
* "custom_provider:accss_crdntl_6d2b7b71244943a1"
|
|
14762
15034
|
* ]
|
|
14763
15035
|
* }
|
|
14764
15036
|
* ]
|
|
@@ -14809,7 +15081,7 @@ interface operations {
|
|
|
14809
15081
|
parameters: {
|
|
14810
15082
|
query?: {
|
|
14811
15083
|
/** @description An array of providers to scope TagValues by. */
|
|
14812
|
-
providers?: ("aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel")[];
|
|
15084
|
+
providers?: ("aws" | "azure" | "gcp" | "snowflake" | "databricks" | "mongo" | "datadog" | "fastly" | "new_relic" | "opencost" | "open_ai" | "oracle" | "confluent" | "planetscale" | "coralogix" | "kubernetes" | "custom_provider" | "github" | "linode" | "grafana" | "clickhouse" | "temporal" | "twilio" | "azure_csp" | "kubernetes_agent" | "anthropic" | "anyscale" | "cursor" | "elastic" | "vercel" | "redis_cloud" | "circle_ci")[];
|
|
14813
15085
|
/** @description The direction in which to sort the TagValues. Defaults to 'asc'. */
|
|
14814
15086
|
sort_direction?: "asc" | "desc";
|
|
14815
15087
|
/** @description A search query to filter TagValues by the value name. */
|
|
@@ -14836,11 +15108,11 @@ interface operations {
|
|
|
14836
15108
|
/**
|
|
14837
15109
|
* @example {
|
|
14838
15110
|
* "links": {
|
|
14839
|
-
* "
|
|
14840
|
-
* "
|
|
14841
|
-
* "
|
|
14842
|
-
* "
|
|
14843
|
-
* "
|
|
15111
|
+
* "self": "https://api.vantage.sh/v2/tags/environment/values?sort_column=tag_value&sort_direction=asc",
|
|
15112
|
+
* "first": "https://api.vantage.sh/v2/tags/environment/values?sort_column=tag_value&sort_direction=asc&page=1",
|
|
15113
|
+
* "next": null,
|
|
15114
|
+
* "last": null,
|
|
15115
|
+
* "prev": null
|
|
14844
15116
|
* },
|
|
14845
15117
|
* "tag_values": [
|
|
14846
15118
|
* {
|
|
@@ -14848,7 +15120,7 @@ interface operations {
|
|
|
14848
15120
|
* "providers": [
|
|
14849
15121
|
* "aws",
|
|
14850
15122
|
* "azure",
|
|
14851
|
-
* "custom_provider:
|
|
15123
|
+
* "custom_provider:accss_crdntl_b180279f14faa5b7"
|
|
14852
15124
|
* ]
|
|
14853
15125
|
* },
|
|
14854
15126
|
* {
|
|
@@ -14856,7 +15128,7 @@ interface operations {
|
|
|
14856
15128
|
* "providers": [
|
|
14857
15129
|
* "aws",
|
|
14858
15130
|
* "azure",
|
|
14859
|
-
* "custom_provider:
|
|
15131
|
+
* "custom_provider:accss_crdntl_b180279f14faa5b7"
|
|
14860
15132
|
* ]
|
|
14861
15133
|
* }
|
|
14862
15134
|
* ]
|
|
@@ -15409,7 +15681,7 @@ interface operations {
|
|
|
15409
15681
|
/** @description Last date you would like to filter unit costs to. Defaults to the report's default. ISO 8601 formatted. */
|
|
15410
15682
|
end_date?: string;
|
|
15411
15683
|
/** @description The date bin of the unit costs. Defaults to the report's default or day. */
|
|
15412
|
-
date_bin?: "day" | "week" | "month" | "quarter";
|
|
15684
|
+
date_bin?: "day" | "week" | "month" | "quarter" | "hour";
|
|
15413
15685
|
/** @description Whether to order unit costs by date in an ascending or descending manner. */
|
|
15414
15686
|
order?: "asc" | "desc";
|
|
15415
15687
|
/** @description The amount of results to return. The maximum is 1000. */
|
|
@@ -15502,8 +15774,50 @@ interface operations {
|
|
|
15502
15774
|
"application/json": components["schemas"]["Errors"];
|
|
15503
15775
|
};
|
|
15504
15776
|
};
|
|
15505
|
-
/** @description NotFound */
|
|
15506
|
-
404: {
|
|
15777
|
+
/** @description NotFound */
|
|
15778
|
+
404: {
|
|
15779
|
+
headers: {
|
|
15780
|
+
[name: string]: unknown;
|
|
15781
|
+
};
|
|
15782
|
+
content: {
|
|
15783
|
+
"application/json": components["schemas"]["Errors"];
|
|
15784
|
+
};
|
|
15785
|
+
};
|
|
15786
|
+
};
|
|
15787
|
+
};
|
|
15788
|
+
createUserFeedback: {
|
|
15789
|
+
parameters: {
|
|
15790
|
+
query?: never;
|
|
15791
|
+
header?: never;
|
|
15792
|
+
path?: never;
|
|
15793
|
+
cookie?: never;
|
|
15794
|
+
};
|
|
15795
|
+
requestBody: {
|
|
15796
|
+
content: {
|
|
15797
|
+
"application/json": components["schemas"]["createUserFeedback"];
|
|
15798
|
+
};
|
|
15799
|
+
};
|
|
15800
|
+
responses: {
|
|
15801
|
+
/** @description Provide UserFeedback for our product and features. */
|
|
15802
|
+
201: {
|
|
15803
|
+
headers: {
|
|
15804
|
+
[name: string]: unknown;
|
|
15805
|
+
};
|
|
15806
|
+
content: {
|
|
15807
|
+
"application/json": components["schemas"]["UserFeedback"];
|
|
15808
|
+
};
|
|
15809
|
+
};
|
|
15810
|
+
/** @description BadRequest */
|
|
15811
|
+
400: {
|
|
15812
|
+
headers: {
|
|
15813
|
+
[name: string]: unknown;
|
|
15814
|
+
};
|
|
15815
|
+
content: {
|
|
15816
|
+
"application/json": components["schemas"]["Errors"];
|
|
15817
|
+
};
|
|
15818
|
+
};
|
|
15819
|
+
/** @description UnprocessableEntity */
|
|
15820
|
+
422: {
|
|
15507
15821
|
headers: {
|
|
15508
15822
|
[name: string]: unknown;
|
|
15509
15823
|
};
|
|
@@ -15678,18 +15992,28 @@ interface operations {
|
|
|
15678
15992
|
* "key": "Product Team",
|
|
15679
15993
|
* "overridable": false,
|
|
15680
15994
|
* "backfill_until": "2025-12-01",
|
|
15995
|
+
* "collapsed_tag_keys": [],
|
|
15681
15996
|
* "values": [
|
|
15682
15997
|
* {
|
|
15683
15998
|
* "filter": "(costs.provider = 'aws' AND costs.service = 'Amazon Elastic Compute Cloud' AND costs.account_id IN ('1234', '5678'))",
|
|
15684
|
-
* "name": "Growth"
|
|
15999
|
+
* "name": "Growth",
|
|
16000
|
+
* "label_transforms": [],
|
|
16001
|
+
* "percentages": [],
|
|
16002
|
+
* "date_ranges": []
|
|
15685
16003
|
* },
|
|
15686
16004
|
* {
|
|
15687
16005
|
* "filter": "(costs.provider = 'aws' AND costs.account_id IN ('1234', '5678')) OR (costs.provider = 'gcp' AND costs.service = 'Google Compute Engine')",
|
|
15688
|
-
* "name": "API"
|
|
16006
|
+
* "name": "API",
|
|
16007
|
+
* "label_transforms": [],
|
|
16008
|
+
* "percentages": [],
|
|
16009
|
+
* "date_ranges": []
|
|
15689
16010
|
* },
|
|
15690
16011
|
* {
|
|
15691
16012
|
* "filter": "(costs.provider = 'aws' AND costs.service = 'AmazonEC2')",
|
|
15692
|
-
* "business_metric_token": "bsnss_mtrc_60e1ffb95a9a00f0"
|
|
16013
|
+
* "business_metric_token": "bsnss_mtrc_60e1ffb95a9a00f0",
|
|
16014
|
+
* "label_transforms": [],
|
|
16015
|
+
* "percentages": [],
|
|
16016
|
+
* "date_ranges": []
|
|
15693
16017
|
* },
|
|
15694
16018
|
* {
|
|
15695
16019
|
* "filter": "(costs.provider = 'aws' AND costs.service != 'Amazon Elastic Compute Cloud')",
|
|
@@ -15698,10 +16022,14 @@ interface operations {
|
|
|
15698
16022
|
* "aggregation": {
|
|
15699
16023
|
* "tag": "aws:CreatedBy"
|
|
15700
16024
|
* }
|
|
15701
|
-
* }
|
|
16025
|
+
* },
|
|
16026
|
+
* "label_transforms": [],
|
|
16027
|
+
* "percentages": [],
|
|
16028
|
+
* "date_ranges": []
|
|
15702
16029
|
* },
|
|
15703
16030
|
* {
|
|
15704
16031
|
* "filter": "(costs.provider = 'azure' AND costs.service = 'Azure Compute')",
|
|
16032
|
+
* "label_transforms": [],
|
|
15705
16033
|
* "percentages": [
|
|
15706
16034
|
* {
|
|
15707
16035
|
* "value": "apples-a",
|
|
@@ -15711,7 +16039,8 @@ interface operations {
|
|
|
15711
16039
|
* "value": "apples-b",
|
|
15712
16040
|
* "pct": 50
|
|
15713
16041
|
* }
|
|
15714
|
-
* ]
|
|
16042
|
+
* ],
|
|
16043
|
+
* "date_ranges": []
|
|
15715
16044
|
* }
|
|
15716
16045
|
* ]
|
|
15717
16046
|
* }
|
|
@@ -15748,10 +16077,13 @@ interface operations {
|
|
|
15748
16077
|
* "key": "Expense Code",
|
|
15749
16078
|
* "overridable": false,
|
|
15750
16079
|
* "backfill_until": "2024-07-01",
|
|
16080
|
+
* "collapsed_tag_keys": [],
|
|
15751
16081
|
* "values": [
|
|
15752
16082
|
* {
|
|
15753
16083
|
* "filter": "costs.provider = 'aws' AND\ncosts.service = 'Amazon Elastic Compute Cloud' AND\ncosts.account_id IN ('1234', '5678')\n",
|
|
15754
16084
|
* "name": "EXPC-1234",
|
|
16085
|
+
* "label_transforms": [],
|
|
16086
|
+
* "percentages": [],
|
|
15755
16087
|
* "date_ranges": [
|
|
15756
16088
|
* {
|
|
15757
16089
|
* "start_date": "2024-01-01",
|
|
@@ -15761,7 +16093,10 @@ interface operations {
|
|
|
15761
16093
|
* },
|
|
15762
16094
|
* {
|
|
15763
16095
|
* "filter": "(\n (costs.provider = 'aws' AND costs.account_id IN ('1234', '5678')) OR\n (costs.provider = 'gcp' AND costs.service = 'Google Compute Engine')\n)\n",
|
|
15764
|
-
* "name": "EXPC-9876"
|
|
16096
|
+
* "name": "EXPC-9876",
|
|
16097
|
+
* "label_transforms": [],
|
|
16098
|
+
* "percentages": [],
|
|
16099
|
+
* "date_ranges": []
|
|
15765
16100
|
* }
|
|
15766
16101
|
* ]
|
|
15767
16102
|
* }
|
|
@@ -15830,10 +16165,13 @@ interface operations {
|
|
|
15830
16165
|
* "key": "Product Team",
|
|
15831
16166
|
* "overridable": false,
|
|
15832
16167
|
* "backfill_until": "2024-07-01",
|
|
16168
|
+
* "collapsed_tag_keys": [],
|
|
15833
16169
|
* "values": [
|
|
15834
16170
|
* {
|
|
15835
16171
|
* "filter": "(costs.provider = 'aws' AND costs.service = 'Amazon Elastic Compute Cloud') AND (costs.provider = 'aws' AND costs.account_id IN ('1234', '5678'))",
|
|
15836
16172
|
* "name": "Growth",
|
|
16173
|
+
* "label_transforms": [],
|
|
16174
|
+
* "percentages": [],
|
|
15837
16175
|
* "date_ranges": [
|
|
15838
16176
|
* {
|
|
15839
16177
|
* "start_date": "2024-01-01",
|
|
@@ -15843,7 +16181,10 @@ interface operations {
|
|
|
15843
16181
|
* },
|
|
15844
16182
|
* {
|
|
15845
16183
|
* "filter": "(costs.provider = 'aws' AND costs.account_id IN ('1234', '5678')) OR (costs.provider = 'gcp' AND costs.service = 'Google Compute Engine')",
|
|
15846
|
-
* "name": "API"
|
|
16184
|
+
* "name": "API",
|
|
16185
|
+
* "label_transforms": [],
|
|
16186
|
+
* "percentages": [],
|
|
16187
|
+
* "date_ranges": []
|
|
15847
16188
|
* }
|
|
15848
16189
|
* ]
|
|
15849
16190
|
* }
|
|
@@ -15889,10 +16230,13 @@ interface operations {
|
|
|
15889
16230
|
* "key": "team",
|
|
15890
16231
|
* "overridable": true,
|
|
15891
16232
|
* "backfill_until": "2024-07-01",
|
|
16233
|
+
* "collapsed_tag_keys": [],
|
|
15892
16234
|
* "values": [
|
|
15893
16235
|
* {
|
|
15894
16236
|
* "filter": "costs.provider = 'aws' AND costs.service = 'Amazon Elastic Compute Cloud' AND\ncosts.account_id IN ('1234', '5678')\n",
|
|
15895
16237
|
* "name": "marketing",
|
|
16238
|
+
* "label_transforms": [],
|
|
16239
|
+
* "percentages": [],
|
|
15896
16240
|
* "date_ranges": [
|
|
15897
16241
|
* {
|
|
15898
16242
|
* "start_date": "2024-01-01",
|
|
@@ -15902,7 +16246,10 @@ interface operations {
|
|
|
15902
16246
|
* },
|
|
15903
16247
|
* {
|
|
15904
16248
|
* "filter": "((costs.provider = 'aws' AND costs.account_id IN ('1234', '5678')) OR\n(costs.provider = 'gcp' AND costs.service = 'Google Compute Engine'))\n",
|
|
15905
|
-
* "name": "third-party integrations"
|
|
16249
|
+
* "name": "third-party integrations",
|
|
16250
|
+
* "label_transforms": [],
|
|
16251
|
+
* "percentages": [],
|
|
16252
|
+
* "date_ranges": []
|
|
15906
16253
|
* }
|
|
15907
16254
|
* ]
|
|
15908
16255
|
* }
|
|
@@ -16331,21 +16678,51 @@ interface operations {
|
|
|
16331
16678
|
};
|
|
16332
16679
|
};
|
|
16333
16680
|
};
|
|
16334
|
-
|
|
16681
|
+
deleteWorkspace: {
|
|
16335
16682
|
parameters: {
|
|
16336
16683
|
query?: never;
|
|
16337
16684
|
header?: never;
|
|
16338
|
-
path
|
|
16685
|
+
path: {
|
|
16686
|
+
workspace_token: string;
|
|
16687
|
+
};
|
|
16339
16688
|
cookie?: never;
|
|
16340
16689
|
};
|
|
16341
16690
|
requestBody?: never;
|
|
16342
16691
|
responses: {
|
|
16343
|
-
|
|
16344
|
-
200: {
|
|
16692
|
+
204: {
|
|
16345
16693
|
headers: {
|
|
16346
16694
|
[name: string]: unknown;
|
|
16347
16695
|
};
|
|
16348
|
-
content
|
|
16696
|
+
content: {
|
|
16697
|
+
"application/json": components["schemas"]["Workspace"];
|
|
16698
|
+
};
|
|
16699
|
+
};
|
|
16700
|
+
/** @description Forbidden */
|
|
16701
|
+
403: {
|
|
16702
|
+
headers: {
|
|
16703
|
+
[name: string]: unknown;
|
|
16704
|
+
};
|
|
16705
|
+
content: {
|
|
16706
|
+
"application/json": components["schemas"]["Errors"];
|
|
16707
|
+
};
|
|
16708
|
+
};
|
|
16709
|
+
/** @description NotFound */
|
|
16710
|
+
404: {
|
|
16711
|
+
headers: {
|
|
16712
|
+
[name: string]: unknown;
|
|
16713
|
+
};
|
|
16714
|
+
content: {
|
|
16715
|
+
"application/json": components["schemas"]["Errors"];
|
|
16716
|
+
};
|
|
16717
|
+
};
|
|
16718
|
+
/** @description UnprocessableEntity */
|
|
16719
|
+
422: {
|
|
16720
|
+
headers: {
|
|
16721
|
+
[name: string]: unknown;
|
|
16722
|
+
};
|
|
16723
|
+
content: {
|
|
16724
|
+
"application/json": components["schemas"]["Errors"];
|
|
16725
|
+
};
|
|
16349
16726
|
};
|
|
16350
16727
|
};
|
|
16351
16728
|
};
|
|
@@ -16625,6 +17002,14 @@ type GetBusinessMetricValuesRequest = RequestBodyForPathAndMethod<`/v2/business_
|
|
|
16625
17002
|
* Response type for Get business metric values
|
|
16626
17003
|
*/
|
|
16627
17004
|
type GetBusinessMetricValuesResponse = ResponseBodyForPathAndMethod<`/v2/business_metrics/${NoSlashString}/values`, "GET">;
|
|
17005
|
+
/**
|
|
17006
|
+
* Deletes Business Metric values (historical or forecasted unit metrics).
|
|
17007
|
+
*/
|
|
17008
|
+
type DeleteBusinessMetricValuesRequest = RequestBodyForPathAndMethod<`/v2/business_metrics/${NoSlashString}/values`, "DELETE">;
|
|
17009
|
+
/**
|
|
17010
|
+
* Response type for Delete business metric values
|
|
17011
|
+
*/
|
|
17012
|
+
type DeleteBusinessMetricValuesResponse = ResponseBodyForPathAndMethod<`/v2/business_metrics/${NoSlashString}/values`, "DELETE">;
|
|
16628
17013
|
/**
|
|
16629
17014
|
* Return forecasted values of a BusinessMetric
|
|
16630
17015
|
*/
|
|
@@ -16681,6 +17066,14 @@ type UpdateCostAlertResponse = ResponseBodyForPathAndMethod<`/v2/cost_alerts/${N
|
|
|
16681
17066
|
* Response type for Delete cost alert
|
|
16682
17067
|
*/
|
|
16683
17068
|
type DeleteCostAlertResponse = ResponseBodyForPathAndMethod<`/v2/cost_alerts/${NoSlashString}`, "DELETE">;
|
|
17069
|
+
/**
|
|
17070
|
+
* List CostProviders available to query in a given Workspace.
|
|
17071
|
+
*/
|
|
17072
|
+
type GetCostProvidersRequest = RequestBodyForPathAndMethod<"/v2/cost_providers", "GET">;
|
|
17073
|
+
/**
|
|
17074
|
+
* Response type for Get cost providers
|
|
17075
|
+
*/
|
|
17076
|
+
type GetCostProvidersResponse = ResponseBodyForPathAndMethod<"/v2/cost_providers", "GET">;
|
|
16684
17077
|
/**
|
|
16685
17078
|
* List CostProviderAccounts available in a given Workspace.
|
|
16686
17079
|
*/
|
|
@@ -16745,6 +17138,14 @@ type GetCostsRequest = RequestBodyForPathAndMethod<"/v2/costs", "GET">;
|
|
|
16745
17138
|
* Response type for Get costs for cost report or VQL filter
|
|
16746
17139
|
*/
|
|
16747
17140
|
type GetCostsResponse = ResponseBodyForPathAndMethod<"/v2/costs", "GET">;
|
|
17141
|
+
/**
|
|
17142
|
+
* List CostServices available to query in a given Workspace.
|
|
17143
|
+
*/
|
|
17144
|
+
type GetCostServicesRequest = RequestBodyForPathAndMethod<"/v2/cost_services", "GET">;
|
|
17145
|
+
/**
|
|
17146
|
+
* Response type for Get cost services
|
|
17147
|
+
*/
|
|
17148
|
+
type GetCostServicesResponse = ResponseBodyForPathAndMethod<"/v2/cost_services", "GET">;
|
|
16748
17149
|
/**
|
|
16749
17150
|
* Return all Dashboards.
|
|
16750
17151
|
*/
|
|
@@ -17081,30 +17482,6 @@ type UpdateMeRequest = RequestBodyForPathAndMethod<"/v2/me", "PUT">;
|
|
|
17081
17482
|
* Response type for Update authenticated user
|
|
17082
17483
|
*/
|
|
17083
17484
|
type UpdateMeResponse = ResponseBodyForPathAndMethod<"/v2/me", "PUT">;
|
|
17084
|
-
/**
|
|
17085
|
-
* List CostProviders available to query in a given Workspace.
|
|
17086
|
-
*/
|
|
17087
|
-
type GetCostProvidersRequest = RequestBodyForPathAndMethod<"/v2/cost_providers", "GET">;
|
|
17088
|
-
/**
|
|
17089
|
-
* Response type for Get cost providers
|
|
17090
|
-
*/
|
|
17091
|
-
type GetCostProvidersResponse = ResponseBodyForPathAndMethod<"/v2/cost_providers", "GET">;
|
|
17092
|
-
/**
|
|
17093
|
-
* List CostServices available to query in a given Workspace.
|
|
17094
|
-
*/
|
|
17095
|
-
type GetCostServicesRequest = RequestBodyForPathAndMethod<"/v2/cost_services", "GET">;
|
|
17096
|
-
/**
|
|
17097
|
-
* Response type for Get cost services
|
|
17098
|
-
*/
|
|
17099
|
-
type GetCostServicesResponse = ResponseBodyForPathAndMethod<"/v2/cost_services", "GET">;
|
|
17100
|
-
/**
|
|
17101
|
-
* Provide UserFeedback for our product and features.
|
|
17102
|
-
*/
|
|
17103
|
-
type CreateUserFeedbackRequest = RequestBodyForPathAndMethod<"/v2/user_feedback", "POST">;
|
|
17104
|
-
/**
|
|
17105
|
-
* Response type for Submit user feedback
|
|
17106
|
-
*/
|
|
17107
|
-
type CreateUserFeedbackResponse = ResponseBodyForPathAndMethod<"/v2/user_feedback", "POST">;
|
|
17108
17485
|
/**
|
|
17109
17486
|
* Return all NetworkFlowReports.
|
|
17110
17487
|
*/
|
|
@@ -17137,6 +17514,7 @@ type UpdateNetworkFlowReportResponse = ResponseBodyForPathAndMethod<`/v2/network
|
|
|
17137
17514
|
* Response type for Delete network flow report
|
|
17138
17515
|
*/
|
|
17139
17516
|
type DeleteNetworkFlowReportResponse = ResponseBodyForPathAndMethod<`/v2/network_flow_reports/${NoSlashString}`, "DELETE">;
|
|
17517
|
+
type PingResponse = ResponseBodyForPathAndMethod<"/v2/ping", "GET">;
|
|
17140
17518
|
/**
|
|
17141
17519
|
* Return available Prices across all Regions for a Product.
|
|
17142
17520
|
*/
|
|
@@ -17469,6 +17847,14 @@ type GetUnitCostsRequest = RequestBodyForPathAndMethod<"/v2/unit_costs", "GET">;
|
|
|
17469
17847
|
* Response type for Get all unit costs for a cost report
|
|
17470
17848
|
*/
|
|
17471
17849
|
type GetUnitCostsResponse = ResponseBodyForPathAndMethod<"/v2/unit_costs", "GET">;
|
|
17850
|
+
/**
|
|
17851
|
+
* Provide UserFeedback for our product and features.
|
|
17852
|
+
*/
|
|
17853
|
+
type CreateUserFeedbackRequest = RequestBodyForPathAndMethod<"/v2/user_feedback", "POST">;
|
|
17854
|
+
/**
|
|
17855
|
+
* Response type for Submit user feedback
|
|
17856
|
+
*/
|
|
17857
|
+
type CreateUserFeedbackResponse = ResponseBodyForPathAndMethod<"/v2/user_feedback", "POST">;
|
|
17472
17858
|
/**
|
|
17473
17859
|
* Return all Users that the current API token has access to.
|
|
17474
17860
|
*/
|
|
@@ -17561,7 +17947,10 @@ type UpdateWorkspaceRequest = RequestBodyForPathAndMethod<`/v2/workspaces/${NoSl
|
|
|
17561
17947
|
* Response type for Update workspace
|
|
17562
17948
|
*/
|
|
17563
17949
|
type UpdateWorkspaceResponse = ResponseBodyForPathAndMethod<`/v2/workspaces/${NoSlashString}`, "PUT">;
|
|
17564
|
-
|
|
17950
|
+
/**
|
|
17951
|
+
* Response type for Delete workspace
|
|
17952
|
+
*/
|
|
17953
|
+
type DeleteWorkspaceResponse = ResponseBodyForPathAndMethod<`/v2/workspaces/${NoSlashString}`, "DELETE">;
|
|
17565
17954
|
/** Vantage API Client with typed methods */
|
|
17566
17955
|
declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient<NeverThrow> {
|
|
17567
17956
|
/**
|
|
@@ -17582,9 +17971,11 @@ declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient
|
|
|
17582
17971
|
private _budgets?;
|
|
17583
17972
|
private _businessMetrics?;
|
|
17584
17973
|
private _costAlerts?;
|
|
17974
|
+
private _costProviders?;
|
|
17585
17975
|
private _costProviderAccounts?;
|
|
17586
17976
|
private _costReports?;
|
|
17587
17977
|
private _costs?;
|
|
17978
|
+
private _costServices?;
|
|
17588
17979
|
private _dashboards?;
|
|
17589
17980
|
private _dataExports?;
|
|
17590
17981
|
private _exchangeRates?;
|
|
@@ -17596,10 +17987,8 @@ declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient
|
|
|
17596
17987
|
private _kubernetesEfficiencyReports?;
|
|
17597
17988
|
private _managedAccounts?;
|
|
17598
17989
|
private _me?;
|
|
17599
|
-
private _costProviders?;
|
|
17600
|
-
private _costServices?;
|
|
17601
|
-
private _userFeedback?;
|
|
17602
17990
|
private _networkFlowReports?;
|
|
17991
|
+
private _ping?;
|
|
17603
17992
|
private _products?;
|
|
17604
17993
|
private _recommendations?;
|
|
17605
17994
|
private _recommendationViews?;
|
|
@@ -17611,10 +18000,10 @@ declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient
|
|
|
17611
18000
|
private _tags?;
|
|
17612
18001
|
private _teams?;
|
|
17613
18002
|
private _unitCosts?;
|
|
18003
|
+
private _userFeedback?;
|
|
17614
18004
|
private _users?;
|
|
17615
18005
|
private _virtualTagConfigs?;
|
|
17616
18006
|
private _workspaces?;
|
|
17617
|
-
private _ping?;
|
|
17618
18007
|
get accessGrants(): AccessGrantsApi<NeverThrow>;
|
|
17619
18008
|
get anomalyAlerts(): AnomalyAlertsApi<NeverThrow>;
|
|
17620
18009
|
get anomalyNotifications(): AnomalyNotificationsApi<NeverThrow>;
|
|
@@ -17625,9 +18014,11 @@ declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient
|
|
|
17625
18014
|
get budgets(): BudgetsApi<NeverThrow>;
|
|
17626
18015
|
get businessMetrics(): BusinessMetricsApi<NeverThrow>;
|
|
17627
18016
|
get costAlerts(): CostAlertsApi<NeverThrow>;
|
|
18017
|
+
get costProviders(): CostProvidersApi<NeverThrow>;
|
|
17628
18018
|
get costProviderAccounts(): CostProviderAccountsApi<NeverThrow>;
|
|
17629
18019
|
get costReports(): CostReportsApi<NeverThrow>;
|
|
17630
18020
|
get costs(): CostsApi<NeverThrow>;
|
|
18021
|
+
get costServices(): CostServicesApi<NeverThrow>;
|
|
17631
18022
|
get dashboards(): DashboardsApi<NeverThrow>;
|
|
17632
18023
|
get dataExports(): DataExportsApi<NeverThrow>;
|
|
17633
18024
|
get exchangeRates(): ExchangeRatesApi<NeverThrow>;
|
|
@@ -17639,10 +18030,8 @@ declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient
|
|
|
17639
18030
|
get kubernetesEfficiencyReports(): KubernetesEfficiencyReportsApi<NeverThrow>;
|
|
17640
18031
|
get managedAccounts(): ManagedAccountsApi<NeverThrow>;
|
|
17641
18032
|
get me(): MeApi<NeverThrow>;
|
|
17642
|
-
get costProviders(): CostProvidersApi<NeverThrow>;
|
|
17643
|
-
get costServices(): CostServicesApi<NeverThrow>;
|
|
17644
|
-
get userFeedback(): UserFeedbackApi<NeverThrow>;
|
|
17645
18033
|
get networkFlowReports(): NetworkFlowReportsApi<NeverThrow>;
|
|
18034
|
+
get ping(): PingApi<NeverThrow>;
|
|
17646
18035
|
get products(): ProductsApi<NeverThrow>;
|
|
17647
18036
|
get recommendations(): RecommendationsApi<NeverThrow>;
|
|
17648
18037
|
get recommendationViews(): RecommendationViewsApi<NeverThrow>;
|
|
@@ -17654,10 +18043,10 @@ declare class APIV2Client<NeverThrow extends boolean = false> extends BaseClient
|
|
|
17654
18043
|
get tags(): TagsApi<NeverThrow>;
|
|
17655
18044
|
get teams(): TeamsApi<NeverThrow>;
|
|
17656
18045
|
get unitCosts(): UnitCostsApi<NeverThrow>;
|
|
18046
|
+
get userFeedback(): UserFeedbackApi<NeverThrow>;
|
|
17657
18047
|
get users(): UsersApi<NeverThrow>;
|
|
17658
18048
|
get virtualTagConfigs(): VirtualTagConfigsApi<NeverThrow>;
|
|
17659
18049
|
get workspaces(): WorkspacesApi<NeverThrow>;
|
|
17660
|
-
get ping(): PingApi<NeverThrow>;
|
|
17661
18050
|
}
|
|
17662
18051
|
declare class AccessGrantsApi<NeverThrow extends boolean> {
|
|
17663
18052
|
private client;
|
|
@@ -17958,7 +18347,11 @@ declare class BillingProfilesApi<NeverThrow extends boolean> {
|
|
|
17958
18347
|
updated_at: string;
|
|
17959
18348
|
billing_information_attributes: components["schemas"]["BillingInformation"];
|
|
17960
18349
|
business_information_attributes: components["schemas"]["BusinessInformation"];
|
|
17961
|
-
banking_information_attributes?:
|
|
18350
|
+
banking_information_attributes?:
|
|
18351
|
+
/**
|
|
18352
|
+
* Generate a DataExport of costs.
|
|
18353
|
+
*/
|
|
18354
|
+
components["schemas"]["BankingInformation"];
|
|
17962
18355
|
invoice_adjustment_attributes: components["schemas"]["InvoiceAdjustment"];
|
|
17963
18356
|
managed_accounts_count: string;
|
|
17964
18357
|
}, null] : {
|
|
@@ -17968,7 +18361,11 @@ declare class BillingProfilesApi<NeverThrow extends boolean> {
|
|
|
17968
18361
|
updated_at: string;
|
|
17969
18362
|
billing_information_attributes: components["schemas"]["BillingInformation"];
|
|
17970
18363
|
business_information_attributes: components["schemas"]["BusinessInformation"];
|
|
17971
|
-
banking_information_attributes?:
|
|
18364
|
+
banking_information_attributes?:
|
|
18365
|
+
/**
|
|
18366
|
+
* Generate a DataExport of costs.
|
|
18367
|
+
*/
|
|
18368
|
+
components["schemas"]["BankingInformation"];
|
|
17972
18369
|
invoice_adjustment_attributes: components["schemas"]["InvoiceAdjustment"];
|
|
17973
18370
|
managed_accounts_count: string;
|
|
17974
18371
|
}>;
|
|
@@ -17982,7 +18379,11 @@ declare class BillingProfilesApi<NeverThrow extends boolean> {
|
|
|
17982
18379
|
updated_at: string;
|
|
17983
18380
|
billing_information_attributes: components["schemas"]["BillingInformation"];
|
|
17984
18381
|
business_information_attributes: components["schemas"]["BusinessInformation"];
|
|
17985
|
-
banking_information_attributes?:
|
|
18382
|
+
banking_information_attributes?:
|
|
18383
|
+
/**
|
|
18384
|
+
* Generate a DataExport of costs.
|
|
18385
|
+
*/
|
|
18386
|
+
components["schemas"]["BankingInformation"];
|
|
17986
18387
|
invoice_adjustment_attributes: components["schemas"]["InvoiceAdjustment"];
|
|
17987
18388
|
managed_accounts_count: string;
|
|
17988
18389
|
}, null] : {
|
|
@@ -17992,7 +18393,11 @@ declare class BillingProfilesApi<NeverThrow extends boolean> {
|
|
|
17992
18393
|
updated_at: string;
|
|
17993
18394
|
billing_information_attributes: components["schemas"]["BillingInformation"];
|
|
17994
18395
|
business_information_attributes: components["schemas"]["BusinessInformation"];
|
|
17995
|
-
banking_information_attributes?:
|
|
18396
|
+
banking_information_attributes?:
|
|
18397
|
+
/**
|
|
18398
|
+
* Generate a DataExport of costs.
|
|
18399
|
+
*/
|
|
18400
|
+
components["schemas"]["BankingInformation"];
|
|
17996
18401
|
invoice_adjustment_attributes: components["schemas"]["InvoiceAdjustment"];
|
|
17997
18402
|
managed_accounts_count: string;
|
|
17998
18403
|
}>;
|
|
@@ -18006,7 +18411,11 @@ declare class BillingProfilesApi<NeverThrow extends boolean> {
|
|
|
18006
18411
|
updated_at: string;
|
|
18007
18412
|
billing_information_attributes: components["schemas"]["BillingInformation"];
|
|
18008
18413
|
business_information_attributes: components["schemas"]["BusinessInformation"];
|
|
18009
|
-
banking_information_attributes?:
|
|
18414
|
+
banking_information_attributes?:
|
|
18415
|
+
/**
|
|
18416
|
+
* Generate a DataExport of costs.
|
|
18417
|
+
*/
|
|
18418
|
+
components["schemas"]["BankingInformation"];
|
|
18010
18419
|
invoice_adjustment_attributes: components["schemas"]["InvoiceAdjustment"];
|
|
18011
18420
|
managed_accounts_count: string;
|
|
18012
18421
|
}, null] : {
|
|
@@ -18016,7 +18425,11 @@ declare class BillingProfilesApi<NeverThrow extends boolean> {
|
|
|
18016
18425
|
updated_at: string;
|
|
18017
18426
|
billing_information_attributes: components["schemas"]["BillingInformation"];
|
|
18018
18427
|
business_information_attributes: components["schemas"]["BusinessInformation"];
|
|
18019
|
-
banking_information_attributes?:
|
|
18428
|
+
banking_information_attributes?:
|
|
18429
|
+
/**
|
|
18430
|
+
* Generate a DataExport of costs.
|
|
18431
|
+
*/
|
|
18432
|
+
components["schemas"]["BankingInformation"];
|
|
18020
18433
|
invoice_adjustment_attributes: components["schemas"]["InvoiceAdjustment"];
|
|
18021
18434
|
managed_accounts_count: string;
|
|
18022
18435
|
}>;
|
|
@@ -18352,19 +18765,21 @@ declare class BusinessMetricsApi<NeverThrow extends boolean> {
|
|
|
18352
18765
|
title: string;
|
|
18353
18766
|
created_by_token?: string | null;
|
|
18354
18767
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18355
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18768
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18356
18769
|
integration_token: string | null;
|
|
18357
18770
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18358
18771
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18772
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18359
18773
|
}, null] : {
|
|
18360
18774
|
token: string;
|
|
18361
18775
|
title: string;
|
|
18362
18776
|
created_by_token?: string | null;
|
|
18363
18777
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18364
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18778
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18365
18779
|
integration_token: string | null;
|
|
18366
18780
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18367
18781
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18782
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18368
18783
|
}>;
|
|
18369
18784
|
/**
|
|
18370
18785
|
* Return a BusinessMetric.
|
|
@@ -18374,19 +18789,21 @@ declare class BusinessMetricsApi<NeverThrow extends boolean> {
|
|
|
18374
18789
|
title: string;
|
|
18375
18790
|
created_by_token?: string | null;
|
|
18376
18791
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18377
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18792
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18378
18793
|
integration_token: string | null;
|
|
18379
18794
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18380
18795
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18796
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18381
18797
|
}, null] : {
|
|
18382
18798
|
token: string;
|
|
18383
18799
|
title: string;
|
|
18384
18800
|
created_by_token?: string | null;
|
|
18385
18801
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18386
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18802
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18387
18803
|
integration_token: string | null;
|
|
18388
18804
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18389
18805
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18806
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18390
18807
|
}>;
|
|
18391
18808
|
/**
|
|
18392
18809
|
* Updates an existing BusinessMetric.
|
|
@@ -18396,19 +18813,21 @@ declare class BusinessMetricsApi<NeverThrow extends boolean> {
|
|
|
18396
18813
|
title: string;
|
|
18397
18814
|
created_by_token?: string | null;
|
|
18398
18815
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18399
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18816
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18400
18817
|
integration_token: string | null;
|
|
18401
18818
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18402
18819
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18820
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18403
18821
|
}, null] : {
|
|
18404
18822
|
token: string;
|
|
18405
18823
|
title: string;
|
|
18406
18824
|
created_by_token?: string | null;
|
|
18407
18825
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18408
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18826
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18409
18827
|
integration_token: string | null;
|
|
18410
18828
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18411
18829
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18830
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18412
18831
|
}>;
|
|
18413
18832
|
/**
|
|
18414
18833
|
* Deletes an existing BusinessMetric.
|
|
@@ -18422,6 +18841,14 @@ declare class BusinessMetricsApi<NeverThrow extends boolean> {
|
|
|
18422
18841
|
}, null] : {
|
|
18423
18842
|
values: components["schemas"]["BusinessMetricValue"][];
|
|
18424
18843
|
}>;
|
|
18844
|
+
/**
|
|
18845
|
+
* Deletes Business Metric values (historical or forecasted unit metrics).
|
|
18846
|
+
*/
|
|
18847
|
+
deleteValues(businessMetricToken: string, body?: DeleteBusinessMetricValuesRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
18848
|
+
deleted_count: number;
|
|
18849
|
+
}, null] : {
|
|
18850
|
+
deleted_count: number;
|
|
18851
|
+
}>;
|
|
18425
18852
|
/**
|
|
18426
18853
|
* Return forecasted values of a BusinessMetric
|
|
18427
18854
|
*/
|
|
@@ -18438,19 +18865,21 @@ declare class BusinessMetricsApi<NeverThrow extends boolean> {
|
|
|
18438
18865
|
title: string;
|
|
18439
18866
|
created_by_token?: string | null;
|
|
18440
18867
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18441
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18868
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18442
18869
|
integration_token: string | null;
|
|
18443
18870
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18444
18871
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18872
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18445
18873
|
}, null] : {
|
|
18446
18874
|
token: string;
|
|
18447
18875
|
title: string;
|
|
18448
18876
|
created_by_token?: string | null;
|
|
18449
18877
|
cost_report_tokens_with_metadata: components["schemas"]["AttachedCostReportForBusinessMetric"][];
|
|
18450
|
-
import_type: "datadog_metrics" | "cloudwatch" | "csv" | null;
|
|
18878
|
+
import_type: "datadog_metrics" | "cloudwatch" | "snowflake_metrics" | "metronome_metrics" | "csv" | null;
|
|
18451
18879
|
integration_token: string | null;
|
|
18452
18880
|
cloudwatch_fields?: components["schemas"]["CloudwatchFields"];
|
|
18453
18881
|
datadog_metric_fields?: components["schemas"]["DatadogMetricFields"];
|
|
18882
|
+
snowflake_metric_fields?: components["schemas"]["SnowflakeMetricFields"];
|
|
18454
18883
|
}>;
|
|
18455
18884
|
}
|
|
18456
18885
|
declare class CostAlertsApi<NeverThrow extends boolean> {
|
|
@@ -18579,6 +19008,20 @@ declare class CostAlertsApi<NeverThrow extends boolean> {
|
|
|
18579
19008
|
alert_token: string;
|
|
18580
19009
|
}>;
|
|
18581
19010
|
}
|
|
19011
|
+
declare class CostProvidersApi<NeverThrow extends boolean> {
|
|
19012
|
+
private client;
|
|
19013
|
+
constructor(client: BaseClient<NeverThrow>);
|
|
19014
|
+
/**
|
|
19015
|
+
* List CostProviders available to query in a given Workspace.
|
|
19016
|
+
*/
|
|
19017
|
+
list(body?: GetCostProvidersRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19018
|
+
links?: components["schemas"]["Links"];
|
|
19019
|
+
cost_providers: components["schemas"]["CostProvider"][];
|
|
19020
|
+
}, null] : {
|
|
19021
|
+
links?: components["schemas"]["Links"];
|
|
19022
|
+
cost_providers: components["schemas"]["CostProvider"][];
|
|
19023
|
+
}>;
|
|
19024
|
+
}
|
|
18582
19025
|
declare class CostProviderAccountsApi<NeverThrow extends boolean> {
|
|
18583
19026
|
private client;
|
|
18584
19027
|
constructor(client: BaseClient<NeverThrow>);
|
|
@@ -18626,6 +19069,7 @@ declare class CostReportsApi<NeverThrow extends boolean> {
|
|
|
18626
19069
|
unallocated?: boolean | null;
|
|
18627
19070
|
aggregate_by?: string | null;
|
|
18628
19071
|
show_previous_period?: boolean | null;
|
|
19072
|
+
complete_period?: boolean | null;
|
|
18629
19073
|
};
|
|
18630
19074
|
created_at: string;
|
|
18631
19075
|
workspace_token: string;
|
|
@@ -18654,6 +19098,7 @@ declare class CostReportsApi<NeverThrow extends boolean> {
|
|
|
18654
19098
|
unallocated?: boolean | null;
|
|
18655
19099
|
aggregate_by?: string | null;
|
|
18656
19100
|
show_previous_period?: boolean | null;
|
|
19101
|
+
complete_period?: boolean | null;
|
|
18657
19102
|
};
|
|
18658
19103
|
created_at: string;
|
|
18659
19104
|
workspace_token: string;
|
|
@@ -18686,6 +19131,7 @@ declare class CostReportsApi<NeverThrow extends boolean> {
|
|
|
18686
19131
|
unallocated?: boolean | null;
|
|
18687
19132
|
aggregate_by?: string | null;
|
|
18688
19133
|
show_previous_period?: boolean | null;
|
|
19134
|
+
complete_period?: boolean | null;
|
|
18689
19135
|
};
|
|
18690
19136
|
created_at: string;
|
|
18691
19137
|
workspace_token: string;
|
|
@@ -18714,6 +19160,7 @@ declare class CostReportsApi<NeverThrow extends boolean> {
|
|
|
18714
19160
|
unallocated?: boolean | null;
|
|
18715
19161
|
aggregate_by?: string | null;
|
|
18716
19162
|
show_previous_period?: boolean | null;
|
|
19163
|
+
complete_period?: boolean | null;
|
|
18717
19164
|
};
|
|
18718
19165
|
created_at: string;
|
|
18719
19166
|
workspace_token: string;
|
|
@@ -18746,6 +19193,7 @@ declare class CostReportsApi<NeverThrow extends boolean> {
|
|
|
18746
19193
|
unallocated?: boolean | null;
|
|
18747
19194
|
aggregate_by?: string | null;
|
|
18748
19195
|
show_previous_period?: boolean | null;
|
|
19196
|
+
complete_period?: boolean | null;
|
|
18749
19197
|
};
|
|
18750
19198
|
created_at: string;
|
|
18751
19199
|
workspace_token: string;
|
|
@@ -18774,6 +19222,7 @@ declare class CostReportsApi<NeverThrow extends boolean> {
|
|
|
18774
19222
|
unallocated?: boolean | null;
|
|
18775
19223
|
aggregate_by?: string | null;
|
|
18776
19224
|
show_previous_period?: boolean | null;
|
|
19225
|
+
complete_period?: boolean | null;
|
|
18777
19226
|
};
|
|
18778
19227
|
created_at: string;
|
|
18779
19228
|
workspace_token: string;
|
|
@@ -18833,6 +19282,20 @@ declare class CostsApi<NeverThrow extends boolean> {
|
|
|
18833
19282
|
*/
|
|
18834
19283
|
createExport(body: CreateCostExportRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [string, null] : string>;
|
|
18835
19284
|
}
|
|
19285
|
+
declare class CostServicesApi<NeverThrow extends boolean> {
|
|
19286
|
+
private client;
|
|
19287
|
+
constructor(client: BaseClient<NeverThrow>);
|
|
19288
|
+
/**
|
|
19289
|
+
* List CostServices available to query in a given Workspace.
|
|
19290
|
+
*/
|
|
19291
|
+
list(body?: GetCostServicesRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19292
|
+
links?: components["schemas"]["Links"];
|
|
19293
|
+
cost_services: components["schemas"]["CostService"][];
|
|
19294
|
+
}, null] : {
|
|
19295
|
+
links?: components["schemas"]["Links"];
|
|
19296
|
+
cost_services: components["schemas"]["CostService"][];
|
|
19297
|
+
}>;
|
|
19298
|
+
}
|
|
18836
19299
|
declare class DashboardsApi<NeverThrow extends boolean> {
|
|
18837
19300
|
private client;
|
|
18838
19301
|
constructor(client: BaseClient<NeverThrow>);
|
|
@@ -19122,6 +19585,7 @@ declare class FoldersApi<NeverThrow extends boolean> {
|
|
|
19122
19585
|
create(body: CreateFolderRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19123
19586
|
token: string;
|
|
19124
19587
|
title: string | null;
|
|
19588
|
+
type: string;
|
|
19125
19589
|
parent_folder_token?: string | null;
|
|
19126
19590
|
saved_filter_tokens: string[];
|
|
19127
19591
|
created_at: string;
|
|
@@ -19130,6 +19594,7 @@ declare class FoldersApi<NeverThrow extends boolean> {
|
|
|
19130
19594
|
}, null] : {
|
|
19131
19595
|
token: string;
|
|
19132
19596
|
title: string | null;
|
|
19597
|
+
type: string;
|
|
19133
19598
|
parent_folder_token?: string | null;
|
|
19134
19599
|
saved_filter_tokens: string[];
|
|
19135
19600
|
created_at: string;
|
|
@@ -19142,6 +19607,7 @@ declare class FoldersApi<NeverThrow extends boolean> {
|
|
|
19142
19607
|
get(folderToken: string): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19143
19608
|
token: string;
|
|
19144
19609
|
title: string | null;
|
|
19610
|
+
type: string;
|
|
19145
19611
|
parent_folder_token?: string | null;
|
|
19146
19612
|
saved_filter_tokens: string[];
|
|
19147
19613
|
created_at: string;
|
|
@@ -19150,6 +19616,7 @@ declare class FoldersApi<NeverThrow extends boolean> {
|
|
|
19150
19616
|
}, null] : {
|
|
19151
19617
|
token: string;
|
|
19152
19618
|
title: string | null;
|
|
19619
|
+
type: string;
|
|
19153
19620
|
parent_folder_token?: string | null;
|
|
19154
19621
|
saved_filter_tokens: string[];
|
|
19155
19622
|
created_at: string;
|
|
@@ -19162,6 +19629,7 @@ declare class FoldersApi<NeverThrow extends boolean> {
|
|
|
19162
19629
|
update(folderToken: string, body: UpdateFolderRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19163
19630
|
token: string;
|
|
19164
19631
|
title: string | null;
|
|
19632
|
+
type: string;
|
|
19165
19633
|
parent_folder_token?: string | null;
|
|
19166
19634
|
saved_filter_tokens: string[];
|
|
19167
19635
|
created_at: string;
|
|
@@ -19170,6 +19638,7 @@ declare class FoldersApi<NeverThrow extends boolean> {
|
|
|
19170
19638
|
}, null] : {
|
|
19171
19639
|
token: string;
|
|
19172
19640
|
title: string | null;
|
|
19641
|
+
type: string;
|
|
19173
19642
|
parent_folder_token?: string | null;
|
|
19174
19643
|
saved_filter_tokens: string[];
|
|
19175
19644
|
created_at: string;
|
|
@@ -19783,52 +20252,6 @@ declare class MeApi<NeverThrow extends boolean> {
|
|
|
19783
20252
|
bearer_token: components["schemas"]["BearerToken"];
|
|
19784
20253
|
}>;
|
|
19785
20254
|
}
|
|
19786
|
-
declare class CostProvidersApi<NeverThrow extends boolean> {
|
|
19787
|
-
private client;
|
|
19788
|
-
constructor(client: BaseClient<NeverThrow>);
|
|
19789
|
-
/**
|
|
19790
|
-
* List CostProviders available to query in a given Workspace.
|
|
19791
|
-
*/
|
|
19792
|
-
list(body?: GetCostProvidersRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19793
|
-
links?: components["schemas"]["Links"];
|
|
19794
|
-
cost_providers: components["schemas"]["CostProvider"][];
|
|
19795
|
-
}, null] : {
|
|
19796
|
-
links?: components["schemas"]["Links"];
|
|
19797
|
-
cost_providers: components["schemas"]["CostProvider"][];
|
|
19798
|
-
}>;
|
|
19799
|
-
}
|
|
19800
|
-
declare class CostServicesApi<NeverThrow extends boolean> {
|
|
19801
|
-
private client;
|
|
19802
|
-
constructor(client: BaseClient<NeverThrow>);
|
|
19803
|
-
/**
|
|
19804
|
-
* List CostServices available to query in a given Workspace.
|
|
19805
|
-
*/
|
|
19806
|
-
list(body?: GetCostServicesRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19807
|
-
links?: components["schemas"]["Links"];
|
|
19808
|
-
cost_services: components["schemas"]["CostService"][];
|
|
19809
|
-
}, null] : {
|
|
19810
|
-
links?: components["schemas"]["Links"];
|
|
19811
|
-
cost_services: components["schemas"]["CostService"][];
|
|
19812
|
-
}>;
|
|
19813
|
-
}
|
|
19814
|
-
declare class UserFeedbackApi<NeverThrow extends boolean> {
|
|
19815
|
-
private client;
|
|
19816
|
-
constructor(client: BaseClient<NeverThrow>);
|
|
19817
|
-
/**
|
|
19818
|
-
* Provide UserFeedback for our product and features.
|
|
19819
|
-
*/
|
|
19820
|
-
create(body: CreateUserFeedbackRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
19821
|
-
token: string;
|
|
19822
|
-
message: string;
|
|
19823
|
-
created_by_token?: string | null;
|
|
19824
|
-
created_at: string;
|
|
19825
|
-
}, null] : {
|
|
19826
|
-
token: string;
|
|
19827
|
-
message: string;
|
|
19828
|
-
created_by_token?: string | null;
|
|
19829
|
-
created_at: string;
|
|
19830
|
-
}>;
|
|
19831
|
-
}
|
|
19832
20255
|
declare class NetworkFlowReportsApi<NeverThrow extends boolean> {
|
|
19833
20256
|
private client;
|
|
19834
20257
|
constructor(client: BaseClient<NeverThrow>);
|
|
@@ -19943,6 +20366,14 @@ declare class NetworkFlowReportsApi<NeverThrow extends boolean> {
|
|
|
19943
20366
|
*/
|
|
19944
20367
|
delete(networkFlowReportToken: string): Promise<NeverThrow extends true ? [null, VantageAPIError] | [void, null] : void>;
|
|
19945
20368
|
}
|
|
20369
|
+
declare class PingApi<NeverThrow extends boolean> {
|
|
20370
|
+
private client;
|
|
20371
|
+
constructor(client: BaseClient<NeverThrow>);
|
|
20372
|
+
/**
|
|
20373
|
+
* This is a health check endpoint that can be used to determine Vantage API healthiness. It will return 200 if everything is running smoothly.
|
|
20374
|
+
*/
|
|
20375
|
+
get(): Promise<NeverThrow extends true ? [null, VantageAPIError] | [void, null] : void>;
|
|
20376
|
+
}
|
|
19946
20377
|
declare class ProductsApi<NeverThrow extends boolean> {
|
|
19947
20378
|
private client;
|
|
19948
20379
|
constructor(client: BaseClient<NeverThrow>);
|
|
@@ -20031,6 +20462,7 @@ declare class RecommendationsApi<NeverThrow extends boolean> {
|
|
|
20031
20462
|
provider: string;
|
|
20032
20463
|
provider_account_id: string | null;
|
|
20033
20464
|
description: string;
|
|
20465
|
+
documentation_url: string | null;
|
|
20034
20466
|
potential_savings: string | null;
|
|
20035
20467
|
service: string;
|
|
20036
20468
|
created_at: string;
|
|
@@ -20045,6 +20477,7 @@ declare class RecommendationsApi<NeverThrow extends boolean> {
|
|
|
20045
20477
|
provider: string;
|
|
20046
20478
|
provider_account_id: string | null;
|
|
20047
20479
|
description: string;
|
|
20480
|
+
documentation_url: string | null;
|
|
20048
20481
|
potential_savings: string | null;
|
|
20049
20482
|
service: string;
|
|
20050
20483
|
created_at: string;
|
|
@@ -20057,20 +20490,42 @@ declare class RecommendationsApi<NeverThrow extends boolean> {
|
|
|
20057
20490
|
*/
|
|
20058
20491
|
getResources(recommendationToken: string, body?: GetRecommendationResourcesRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
20059
20492
|
links?: components["schemas"]["Links"];
|
|
20060
|
-
resources: components["schemas"]["
|
|
20493
|
+
resources: components["schemas"]["RecommendationProviderResource"][];
|
|
20061
20494
|
}, null] : {
|
|
20062
20495
|
links?: components["schemas"]["Links"];
|
|
20063
|
-
resources: components["schemas"]["
|
|
20496
|
+
resources: components["schemas"]["RecommendationProviderResource"][];
|
|
20064
20497
|
}>;
|
|
20065
20498
|
/**
|
|
20066
20499
|
* Return an Active Resource, including Recommendation Actions, referenced in this Recommendation.
|
|
20067
20500
|
*/
|
|
20068
20501
|
getResource(recommendationToken: string, resourceToken: string): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
20069
20502
|
token: string;
|
|
20503
|
+
uuid: string;
|
|
20504
|
+
type: string;
|
|
20505
|
+
label: string | null;
|
|
20506
|
+
metadata: Record<string, any> | null;
|
|
20507
|
+
account_id: string | null;
|
|
20508
|
+
billing_account_id: string | null;
|
|
20509
|
+
provider: string;
|
|
20510
|
+
region: string | null;
|
|
20511
|
+
costs?: components["schemas"]["ResourceCost"][];
|
|
20512
|
+
created_at: string;
|
|
20513
|
+
tags: Record<string, any>;
|
|
20070
20514
|
resource_id: string;
|
|
20071
20515
|
recommendation_actions?: components["schemas"]["RecommendationAction"][];
|
|
20072
20516
|
}, null] : {
|
|
20073
20517
|
token: string;
|
|
20518
|
+
uuid: string;
|
|
20519
|
+
type: string;
|
|
20520
|
+
label: string | null;
|
|
20521
|
+
metadata: Record<string, any> | null;
|
|
20522
|
+
account_id: string | null;
|
|
20523
|
+
billing_account_id: string | null;
|
|
20524
|
+
provider: string;
|
|
20525
|
+
region: string | null;
|
|
20526
|
+
costs?: components["schemas"]["ResourceCost"][];
|
|
20527
|
+
created_at: string;
|
|
20528
|
+
tags: Record<string, any>;
|
|
20074
20529
|
resource_id: string;
|
|
20075
20530
|
recommendation_actions?: components["schemas"]["RecommendationAction"][];
|
|
20076
20531
|
}>;
|
|
@@ -20079,10 +20534,10 @@ declare class RecommendationsApi<NeverThrow extends boolean> {
|
|
|
20079
20534
|
*/
|
|
20080
20535
|
getTypeResources(type: string, body?: GetRecommendationTypeResourcesRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
20081
20536
|
links?: components["schemas"]["Links"];
|
|
20082
|
-
resources: components["schemas"]["
|
|
20537
|
+
resources: components["schemas"]["RecommendationProviderResource"][];
|
|
20083
20538
|
}, null] : {
|
|
20084
20539
|
links?: components["schemas"]["Links"];
|
|
20085
|
-
resources: components["schemas"]["
|
|
20540
|
+
resources: components["schemas"]["RecommendationProviderResource"][];
|
|
20086
20541
|
}>;
|
|
20087
20542
|
}
|
|
20088
20543
|
declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
@@ -20111,8 +20566,10 @@ declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
|
20111
20566
|
billing_account_ids?: string[] | null;
|
|
20112
20567
|
account_ids?: string[] | null;
|
|
20113
20568
|
regions?: string[] | null;
|
|
20569
|
+
types?: string[] | null;
|
|
20114
20570
|
tag_key?: string | null;
|
|
20115
20571
|
tag_value?: string | null;
|
|
20572
|
+
min_savings?: number | null;
|
|
20116
20573
|
created_at?: string | null;
|
|
20117
20574
|
created_by?: string | null;
|
|
20118
20575
|
}, null] : {
|
|
@@ -20125,8 +20582,10 @@ declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
|
20125
20582
|
billing_account_ids?: string[] | null;
|
|
20126
20583
|
account_ids?: string[] | null;
|
|
20127
20584
|
regions?: string[] | null;
|
|
20585
|
+
types?: string[] | null;
|
|
20128
20586
|
tag_key?: string | null;
|
|
20129
20587
|
tag_value?: string | null;
|
|
20588
|
+
min_savings?: number | null;
|
|
20130
20589
|
created_at?: string | null;
|
|
20131
20590
|
created_by?: string | null;
|
|
20132
20591
|
}>;
|
|
@@ -20143,8 +20602,10 @@ declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
|
20143
20602
|
billing_account_ids?: string[] | null;
|
|
20144
20603
|
account_ids?: string[] | null;
|
|
20145
20604
|
regions?: string[] | null;
|
|
20605
|
+
types?: string[] | null;
|
|
20146
20606
|
tag_key?: string | null;
|
|
20147
20607
|
tag_value?: string | null;
|
|
20608
|
+
min_savings?: number | null;
|
|
20148
20609
|
created_at?: string | null;
|
|
20149
20610
|
created_by?: string | null;
|
|
20150
20611
|
}, null] : {
|
|
@@ -20157,8 +20618,10 @@ declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
|
20157
20618
|
billing_account_ids?: string[] | null;
|
|
20158
20619
|
account_ids?: string[] | null;
|
|
20159
20620
|
regions?: string[] | null;
|
|
20621
|
+
types?: string[] | null;
|
|
20160
20622
|
tag_key?: string | null;
|
|
20161
20623
|
tag_value?: string | null;
|
|
20624
|
+
min_savings?: number | null;
|
|
20162
20625
|
created_at?: string | null;
|
|
20163
20626
|
created_by?: string | null;
|
|
20164
20627
|
}>;
|
|
@@ -20175,8 +20638,10 @@ declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
|
20175
20638
|
billing_account_ids?: string[] | null;
|
|
20176
20639
|
account_ids?: string[] | null;
|
|
20177
20640
|
regions?: string[] | null;
|
|
20641
|
+
types?: string[] | null;
|
|
20178
20642
|
tag_key?: string | null;
|
|
20179
20643
|
tag_value?: string | null;
|
|
20644
|
+
min_savings?: number | null;
|
|
20180
20645
|
created_at?: string | null;
|
|
20181
20646
|
created_by?: string | null;
|
|
20182
20647
|
}, null] : {
|
|
@@ -20189,8 +20654,10 @@ declare class RecommendationViewsApi<NeverThrow extends boolean> {
|
|
|
20189
20654
|
billing_account_ids?: string[] | null;
|
|
20190
20655
|
account_ids?: string[] | null;
|
|
20191
20656
|
regions?: string[] | null;
|
|
20657
|
+
types?: string[] | null;
|
|
20192
20658
|
tag_key?: string | null;
|
|
20193
20659
|
tag_value?: string | null;
|
|
20660
|
+
min_savings?: number | null;
|
|
20194
20661
|
created_at?: string | null;
|
|
20195
20662
|
created_by?: string | null;
|
|
20196
20663
|
}>;
|
|
@@ -20301,6 +20768,7 @@ declare class ResourceReportsApi<NeverThrow extends boolean> {
|
|
|
20301
20768
|
workspace_token: string;
|
|
20302
20769
|
user_token: string | null;
|
|
20303
20770
|
created_by_token: string | null;
|
|
20771
|
+
folder_token?: string | null;
|
|
20304
20772
|
columns: string[];
|
|
20305
20773
|
}, null] : {
|
|
20306
20774
|
token: string;
|
|
@@ -20310,6 +20778,7 @@ declare class ResourceReportsApi<NeverThrow extends boolean> {
|
|
|
20310
20778
|
workspace_token: string;
|
|
20311
20779
|
user_token: string | null;
|
|
20312
20780
|
created_by_token: string | null;
|
|
20781
|
+
folder_token?: string | null;
|
|
20313
20782
|
columns: string[];
|
|
20314
20783
|
}>;
|
|
20315
20784
|
/**
|
|
@@ -20323,6 +20792,7 @@ declare class ResourceReportsApi<NeverThrow extends boolean> {
|
|
|
20323
20792
|
workspace_token: string;
|
|
20324
20793
|
user_token: string | null;
|
|
20325
20794
|
created_by_token: string | null;
|
|
20795
|
+
folder_token?: string | null;
|
|
20326
20796
|
columns: string[];
|
|
20327
20797
|
}, null] : {
|
|
20328
20798
|
token: string;
|
|
@@ -20332,6 +20802,7 @@ declare class ResourceReportsApi<NeverThrow extends boolean> {
|
|
|
20332
20802
|
workspace_token: string;
|
|
20333
20803
|
user_token: string | null;
|
|
20334
20804
|
created_by_token: string | null;
|
|
20805
|
+
folder_token?: string | null;
|
|
20335
20806
|
columns: string[];
|
|
20336
20807
|
}>;
|
|
20337
20808
|
/**
|
|
@@ -20345,6 +20816,7 @@ declare class ResourceReportsApi<NeverThrow extends boolean> {
|
|
|
20345
20816
|
workspace_token: string;
|
|
20346
20817
|
user_token: string | null;
|
|
20347
20818
|
created_by_token: string | null;
|
|
20819
|
+
folder_token?: string | null;
|
|
20348
20820
|
columns: string[];
|
|
20349
20821
|
}, null] : {
|
|
20350
20822
|
token: string;
|
|
@@ -20354,6 +20826,7 @@ declare class ResourceReportsApi<NeverThrow extends boolean> {
|
|
|
20354
20826
|
workspace_token: string;
|
|
20355
20827
|
user_token: string | null;
|
|
20356
20828
|
created_by_token: string | null;
|
|
20829
|
+
folder_token?: string | null;
|
|
20357
20830
|
columns: string[];
|
|
20358
20831
|
}>;
|
|
20359
20832
|
/**
|
|
@@ -20747,6 +21220,24 @@ declare class UnitCostsApi<NeverThrow extends boolean> {
|
|
|
20747
21220
|
*/
|
|
20748
21221
|
createExport(body: CreateUnitCostsExportRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [string, null] : string>;
|
|
20749
21222
|
}
|
|
21223
|
+
declare class UserFeedbackApi<NeverThrow extends boolean> {
|
|
21224
|
+
private client;
|
|
21225
|
+
constructor(client: BaseClient<NeverThrow>);
|
|
21226
|
+
/**
|
|
21227
|
+
* Provide UserFeedback for our product and features.
|
|
21228
|
+
*/
|
|
21229
|
+
create(body: CreateUserFeedbackRequest): Promise<NeverThrow extends true ? [null, VantageAPIError] | [{
|
|
21230
|
+
token: string;
|
|
21231
|
+
message: string;
|
|
21232
|
+
created_by_token?: string | null;
|
|
21233
|
+
created_at: string;
|
|
21234
|
+
}, null] : {
|
|
21235
|
+
token: string;
|
|
21236
|
+
message: string;
|
|
21237
|
+
created_by_token?: string | null;
|
|
21238
|
+
created_at: string;
|
|
21239
|
+
}>;
|
|
21240
|
+
}
|
|
20750
21241
|
declare class UsersApi<NeverThrow extends boolean> {
|
|
20751
21242
|
private client;
|
|
20752
21243
|
constructor(client: BaseClient<NeverThrow>);
|
|
@@ -20809,7 +21300,7 @@ declare class VirtualTagConfigsApi<NeverThrow extends boolean> {
|
|
|
20809
21300
|
key: string;
|
|
20810
21301
|
overridable: boolean;
|
|
20811
21302
|
backfill_until: string;
|
|
20812
|
-
collapsed_tag_keys
|
|
21303
|
+
collapsed_tag_keys: components["schemas"]["VirtualTagConfigCollapsedTagKey"][];
|
|
20813
21304
|
values: components["schemas"]["VirtualTagConfigValue"][];
|
|
20814
21305
|
}, null] : {
|
|
20815
21306
|
token: string;
|
|
@@ -20817,7 +21308,7 @@ declare class VirtualTagConfigsApi<NeverThrow extends boolean> {
|
|
|
20817
21308
|
key: string;
|
|
20818
21309
|
overridable: boolean;
|
|
20819
21310
|
backfill_until: string;
|
|
20820
|
-
collapsed_tag_keys
|
|
21311
|
+
collapsed_tag_keys: components["schemas"]["VirtualTagConfigCollapsedTagKey"][];
|
|
20821
21312
|
values: components["schemas"]["VirtualTagConfigValue"][];
|
|
20822
21313
|
}>;
|
|
20823
21314
|
/**
|
|
@@ -20837,7 +21328,7 @@ declare class VirtualTagConfigsApi<NeverThrow extends boolean> {
|
|
|
20837
21328
|
key: string;
|
|
20838
21329
|
overridable: boolean;
|
|
20839
21330
|
backfill_until: string;
|
|
20840
|
-
collapsed_tag_keys
|
|
21331
|
+
collapsed_tag_keys: components["schemas"]["VirtualTagConfigCollapsedTagKey"][];
|
|
20841
21332
|
values: components["schemas"]["VirtualTagConfigValue"][];
|
|
20842
21333
|
} | {
|
|
20843
21334
|
request_id: string;
|
|
@@ -20848,7 +21339,7 @@ declare class VirtualTagConfigsApi<NeverThrow extends boolean> {
|
|
|
20848
21339
|
key: string;
|
|
20849
21340
|
overridable: boolean;
|
|
20850
21341
|
backfill_until: string;
|
|
20851
|
-
collapsed_tag_keys
|
|
21342
|
+
collapsed_tag_keys: components["schemas"]["VirtualTagConfigCollapsedTagKey"][];
|
|
20852
21343
|
values: components["schemas"]["VirtualTagConfigValue"][];
|
|
20853
21344
|
} | {
|
|
20854
21345
|
request_id: string;
|
|
@@ -20952,14 +21443,10 @@ declare class WorkspacesApi<NeverThrow extends boolean> {
|
|
|
20952
21443
|
currency: string;
|
|
20953
21444
|
exchange_rate_date: string;
|
|
20954
21445
|
}>;
|
|
20955
|
-
}
|
|
20956
|
-
declare class PingApi<NeverThrow extends boolean> {
|
|
20957
|
-
private client;
|
|
20958
|
-
constructor(client: BaseClient<NeverThrow>);
|
|
20959
21446
|
/**
|
|
20960
|
-
*
|
|
21447
|
+
* Delete a workspace
|
|
20961
21448
|
*/
|
|
20962
|
-
|
|
21449
|
+
delete(workspaceToken: string): Promise<NeverThrow extends true ? [null, VantageAPIError] | [void, null] : void>;
|
|
20963
21450
|
}
|
|
20964
21451
|
|
|
20965
21452
|
/** A string that is guaranteed to not contain slashes. Can be generated with {@link pathEncode} */
|
|
@@ -21070,4 +21557,4 @@ declare class BaseClient<NeverThrow extends boolean> {
|
|
|
21070
21557
|
request<RequestPath extends Path, RequestMethod extends SupportedMethods<RequestPath>>(path: RequestPath, method: RequestMethod, body: RequestBodyForPathAndMethod<RequestPath, RequestMethod>): Promise<NeverThrow extends true ? NeverThrowResult<ResponseBodyForPathAndMethod<RequestPath, RequestMethod>> : ResponseBodyForPathAndMethod<RequestPath, RequestMethod>>;
|
|
21071
21558
|
}
|
|
21072
21559
|
|
|
21073
|
-
export { APIV2Client, type AddTeamMemberRequest, type AddTeamMemberResponse, type CreateAccessGrantRequest, type CreateAccessGrantResponse, type CreateAnomalyNotificationRequest, type CreateAnomalyNotificationResponse, type CreateAzureIntegrationRequest, type CreateAzureIntegrationResponse, type CreateBillingProfileRequest, type CreateBillingProfileResponse, type CreateBillingRuleRequest, type CreateBillingRuleResponse, type CreateBudgetAlertRequest, type CreateBudgetAlertResponse, type CreateBudgetRequest, type CreateBudgetResponse, type CreateBusinessMetricRequest, type CreateBusinessMetricResponse, type CreateCostAlertRequest, type CreateCostAlertResponse, type CreateCostExportRequest, type CreateCostExportResponse, type CreateCostReportRequest, type CreateCostReportResponse, type CreateCustomProviderIntegrationRequest, type CreateCustomProviderIntegrationResponse, type CreateDashboardRequest, type CreateDashboardResponse, type CreateExchangeRatesViaCsvRequest, type CreateExchangeRatesViaCsvResponse, type CreateFinancialCommitmentReportRequest, type CreateFinancialCommitmentReportResponse, type CreateFolderRequest, type CreateFolderResponse, type CreateGCPIntegrationRequest, type CreateGCPIntegrationResponse, type CreateInvoiceRequest, type CreateInvoiceResponse, type CreateKubernetesEfficiencyReportExportRequest, type CreateKubernetesEfficiencyReportExportResponse, type CreateKubernetesEfficiencyReportRequest, type CreateKubernetesEfficiencyReportResponse, type CreateManagedAccountRequest, type CreateManagedAccountResponse, type CreateNetworkFlowReportRequest, type CreateNetworkFlowReportResponse, type CreateRecommendationViewRequest, type CreateRecommendationViewResponse, type CreateReportNotificationRequest, type CreateReportNotificationResponse, type CreateResourceReportRequest, type CreateResourceReportResponse, type CreateSavedFilterRequest, type CreateSavedFilterResponse, type CreateSegmentRequest, type CreateSegmentResponse, type CreateSsoConnectionForManagedAccountRequest, type CreateSsoConnectionForManagedAccountResponse, type CreateTeamRequest, type CreateTeamResponse, type CreateUnitCostsExportRequest, type CreateUnitCostsExportResponse, type CreateUserCostsUploadViaCsvRequest, type CreateUserCostsUploadViaCsvResponse, type CreateUserFeedbackRequest, type CreateUserFeedbackResponse, type CreateVirtualTagConfigRequest, type CreateVirtualTagConfigResponse, type CreateWorkspaceRequest, type CreateWorkspaceResponse, type DeleteAccessGrantResponse, type DeleteAnomalyNotificationResponse, type DeleteBillingProfileResponse, type DeleteBillingRuleResponse, type DeleteBudgetAlertResponse, type DeleteBudgetResponse, type DeleteBusinessMetricResponse, type DeleteCostAlertResponse, type DeleteCostReportResponse, type DeleteDashboardResponse, type DeleteFinancialCommitmentReportResponse, type DeleteFolderResponse, type DeleteIntegrationResponse, type DeleteKubernetesEfficiencyReportResponse, type DeleteManagedAccountResponse, type DeleteNetworkFlowReportResponse, type DeleteRecommendationViewResponse, type DeleteReportNotificationResponse, type DeleteResourceReportResponse, type DeleteSavedFilterResponse, type DeleteSegmentResponse, type DeleteSsoConnectionForManagedAccountResponse, type DeleteTeamResponse, type DeleteUserCostsUploadResponse, type DeleteVirtualTagConfigResponse, type DownloadInvoiceRequest, type DownloadInvoiceResponse, type GetAccessGrantResponse, type GetAccessGrantsRequest, type GetAccessGrantsResponse, type GetAnomalyAlertResponse, type GetAnomalyAlertsRequest, type GetAnomalyAlertsResponse, type GetAnomalyNotificationResponse, type GetAnomalyNotificationsRequest, type GetAnomalyNotificationsResponse, type GetAsyncVirtualTagConfigStatusResponse, type GetAuditLogResponse, type GetAuditLogsRequest, type GetAuditLogsResponse, type GetBillingProfileResponse, type GetBillingProfilesRequest, type GetBillingProfilesResponse, type GetBillingRuleResponse, type GetBillingRulesRequest, type GetBillingRulesResponse, type GetBudgetAlertResponse, type GetBudgetAlertsRequest, type GetBudgetAlertsResponse, type GetBudgetRequest, type GetBudgetResponse, type GetBudgetsRequest, type GetBudgetsResponse, type GetBusinessMetricForecastedValuesRequest, type GetBusinessMetricForecastedValuesResponse, type GetBusinessMetricResponse, type GetBusinessMetricValuesRequest, type GetBusinessMetricValuesResponse, type GetBusinessMetricsRequest, type GetBusinessMetricsResponse, type GetCostAlertEventResponse, type GetCostAlertEventsRequest, type GetCostAlertEventsResponse, type GetCostAlertResponse, type GetCostAlertsResponse, type GetCostProviderAccountsRequest, type GetCostProviderAccountsResponse, type GetCostProvidersRequest, type GetCostProvidersResponse, type GetCostReportResponse, type GetCostReportsRequest, type GetCostReportsResponse, type GetCostServicesRequest, type GetCostServicesResponse, type GetCostsRequest, type GetCostsResponse, type GetDashboardResponse, type GetDashboardsRequest, type GetDashboardsResponse, type GetDataExportResponse, type GetExchangeRatesRequest, type GetExchangeRatesResponse, type GetFinancialCommitmentReportResponse, type GetFinancialCommitmentReportsRequest, type GetFinancialCommitmentReportsResponse, type GetFinancialCommitmentsRequest, type GetFinancialCommitmentsResponse, type GetFolderResponse, type GetFoldersRequest, type GetFoldersResponse, type GetForecastedCostsRequest, type GetForecastedCostsResponse, type GetIntegrationResponse, type GetIntegrationsRequest, type GetIntegrationsResponse, type GetInvoiceCostReportResponse, type GetInvoiceResponse, type GetInvoicesRequest, type GetInvoicesResponse, type GetKubernetesEfficiencyReportResponse, type GetKubernetesEfficiencyReportsRequest, type GetKubernetesEfficiencyReportsResponse, type GetManagedAccountResponse, type GetManagedAccountsRequest, type GetManagedAccountsResponse, type GetMeResponse, type GetNetworkFlowReportResponse, type GetNetworkFlowReportsRequest, type GetNetworkFlowReportsResponse, type GetPriceResponse, type GetPricesRequest, type GetPricesResponse, type GetProductResponse, type GetProductsRequest, type GetProductsResponse, type GetRecommendationResourceResponse, type GetRecommendationResourcesRequest, type GetRecommendationResourcesResponse, type GetRecommendationResponse, type GetRecommendationTypeResourcesRequest, type GetRecommendationTypeResourcesResponse, type GetRecommendationViewResponse, type GetRecommendationViewsRequest, type GetRecommendationViewsResponse, type GetRecommendationsRequest, type GetRecommendationsResponse, type GetReportNotificationResponse, type GetReportNotificationsRequest, type GetReportNotificationsResponse, type GetReportResourcesRequest, type GetReportResourcesResponse, type GetResourceReportColumnsRequest, type GetResourceReportColumnsResponse, type GetResourceReportResponse, type GetResourceReportsRequest, type GetResourceReportsResponse, type GetResourceRequest, type GetResourceResponse, type GetSavedFilterResponse, type GetSavedFiltersRequest, type GetSavedFiltersResponse, type GetSegmentResponse, type GetSegmentsRequest, type GetSegmentsResponse, type GetTagValuesRequest, type GetTagValuesResponse, type GetTagsRequest, type GetTagsResponse, type GetTeamMembersRequest, type GetTeamMembersResponse, type GetTeamResponse, type GetTeamsRequest, type GetTeamsResponse, type GetUnitCostsRequest, type GetUnitCostsResponse, type GetUserCostsUploadsResponse, type GetUserResponse, type GetUsersRequest, type GetUsersResponse, type GetVirtualTagConfigResponse, type GetVirtualTagConfigStatusResponse, type GetVirtualTagConfigsResponse, type GetWorkspaceResponse, type GetWorkspacesRequest, type GetWorkspacesResponse, type NoSlashString, type Path, type PathResponseEdgecases, type PingResponse, type RegenerateInvoiceResponse, type RemoveTeamMemberResponse, type RequestBodyForPathAndMethod, type ResponseBodyForPathAndMethod, type SendAndApproveInvoiceResponse, type SendInvoiceResponse, type SupportedMethods, type UpdateAccessGrantRequest, type UpdateAccessGrantResponse, type UpdateAnomalyAlertRequest, type UpdateAnomalyAlertResponse, type UpdateAnomalyNotificationRequest, type UpdateAnomalyNotificationResponse, type UpdateAsyncVirtualTagConfigRequest, type UpdateAsyncVirtualTagConfigResponse, type UpdateBillingProfileRequest, type UpdateBillingProfileResponse, type UpdateBillingRuleRequest, type UpdateBillingRuleResponse, type UpdateBudgetAlertRequest, type UpdateBudgetAlertResponse, type UpdateBudgetRequest, type UpdateBudgetResponse, type UpdateBusinessMetricRequest, type UpdateBusinessMetricResponse, type UpdateBusinessMetricValuesCSVRequest, type UpdateBusinessMetricValuesCSVResponse, type UpdateCostAlertRequest, type UpdateCostAlertResponse, type UpdateCostReportRequest, type UpdateCostReportResponse, type UpdateDashboardRequest, type UpdateDashboardResponse, type UpdateFinancialCommitmentReportRequest, type UpdateFinancialCommitmentReportResponse, type UpdateFolderRequest, type UpdateFolderResponse, type UpdateIntegrationRequest, type UpdateIntegrationResponse, type UpdateKubernetesEfficiencyReportRequest, type UpdateKubernetesEfficiencyReportResponse, type UpdateManagedAccountRequest, type UpdateManagedAccountResponse, type UpdateMeRequest, type UpdateMeResponse, type UpdateNetworkFlowReportRequest, type UpdateNetworkFlowReportResponse, type UpdateRecommendationViewRequest, type UpdateRecommendationViewResponse, type UpdateReportNotificationRequest, type UpdateReportNotificationResponse, type UpdateResourceReportRequest, type UpdateResourceReportResponse, type UpdateSavedFilterRequest, type UpdateSavedFilterResponse, type UpdateSegmentRequest, type UpdateSegmentResponse, type UpdateSsoConnectionForManagedAccountRequest, type UpdateSsoConnectionForManagedAccountResponse, type UpdateTagRequest, type UpdateTagResponse, type UpdateTeamRequest, type UpdateTeamResponse, type UpdateUserRequest, type UpdateUserResponse, type UpdateVirtualTagConfigRequest, type UpdateVirtualTagConfigResponse, type UpdateWorkspaceRequest, type UpdateWorkspaceResponse, VantageAPIError, pathEncode };
|
|
21560
|
+
export { APIV2Client, type AddTeamMemberRequest, type AddTeamMemberResponse, type CreateAccessGrantRequest, type CreateAccessGrantResponse, type CreateAnomalyNotificationRequest, type CreateAnomalyNotificationResponse, type CreateAzureIntegrationRequest, type CreateAzureIntegrationResponse, type CreateBillingProfileRequest, type CreateBillingProfileResponse, type CreateBillingRuleRequest, type CreateBillingRuleResponse, type CreateBudgetAlertRequest, type CreateBudgetAlertResponse, type CreateBudgetRequest, type CreateBudgetResponse, type CreateBusinessMetricRequest, type CreateBusinessMetricResponse, type CreateCostAlertRequest, type CreateCostAlertResponse, type CreateCostExportRequest, type CreateCostExportResponse, type CreateCostReportRequest, type CreateCostReportResponse, type CreateCustomProviderIntegrationRequest, type CreateCustomProviderIntegrationResponse, type CreateDashboardRequest, type CreateDashboardResponse, type CreateExchangeRatesViaCsvRequest, type CreateExchangeRatesViaCsvResponse, type CreateFinancialCommitmentReportRequest, type CreateFinancialCommitmentReportResponse, type CreateFolderRequest, type CreateFolderResponse, type CreateGCPIntegrationRequest, type CreateGCPIntegrationResponse, type CreateInvoiceRequest, type CreateInvoiceResponse, type CreateKubernetesEfficiencyReportExportRequest, type CreateKubernetesEfficiencyReportExportResponse, type CreateKubernetesEfficiencyReportRequest, type CreateKubernetesEfficiencyReportResponse, type CreateManagedAccountRequest, type CreateManagedAccountResponse, type CreateNetworkFlowReportRequest, type CreateNetworkFlowReportResponse, type CreateRecommendationViewRequest, type CreateRecommendationViewResponse, type CreateReportNotificationRequest, type CreateReportNotificationResponse, type CreateResourceReportRequest, type CreateResourceReportResponse, type CreateSavedFilterRequest, type CreateSavedFilterResponse, type CreateSegmentRequest, type CreateSegmentResponse, type CreateSsoConnectionForManagedAccountRequest, type CreateSsoConnectionForManagedAccountResponse, type CreateTeamRequest, type CreateTeamResponse, type CreateUnitCostsExportRequest, type CreateUnitCostsExportResponse, type CreateUserCostsUploadViaCsvRequest, type CreateUserCostsUploadViaCsvResponse, type CreateUserFeedbackRequest, type CreateUserFeedbackResponse, type CreateVirtualTagConfigRequest, type CreateVirtualTagConfigResponse, type CreateWorkspaceRequest, type CreateWorkspaceResponse, type DeleteAccessGrantResponse, type DeleteAnomalyNotificationResponse, type DeleteBillingProfileResponse, type DeleteBillingRuleResponse, type DeleteBudgetAlertResponse, type DeleteBudgetResponse, type DeleteBusinessMetricResponse, type DeleteBusinessMetricValuesRequest, type DeleteBusinessMetricValuesResponse, type DeleteCostAlertResponse, type DeleteCostReportResponse, type DeleteDashboardResponse, type DeleteFinancialCommitmentReportResponse, type DeleteFolderResponse, type DeleteIntegrationResponse, type DeleteKubernetesEfficiencyReportResponse, type DeleteManagedAccountResponse, type DeleteNetworkFlowReportResponse, type DeleteRecommendationViewResponse, type DeleteReportNotificationResponse, type DeleteResourceReportResponse, type DeleteSavedFilterResponse, type DeleteSegmentResponse, type DeleteSsoConnectionForManagedAccountResponse, type DeleteTeamResponse, type DeleteUserCostsUploadResponse, type DeleteVirtualTagConfigResponse, type DeleteWorkspaceResponse, type DownloadInvoiceRequest, type DownloadInvoiceResponse, type GetAccessGrantResponse, type GetAccessGrantsRequest, type GetAccessGrantsResponse, type GetAnomalyAlertResponse, type GetAnomalyAlertsRequest, type GetAnomalyAlertsResponse, type GetAnomalyNotificationResponse, type GetAnomalyNotificationsRequest, type GetAnomalyNotificationsResponse, type GetAsyncVirtualTagConfigStatusResponse, type GetAuditLogResponse, type GetAuditLogsRequest, type GetAuditLogsResponse, type GetBillingProfileResponse, type GetBillingProfilesRequest, type GetBillingProfilesResponse, type GetBillingRuleResponse, type GetBillingRulesRequest, type GetBillingRulesResponse, type GetBudgetAlertResponse, type GetBudgetAlertsRequest, type GetBudgetAlertsResponse, type GetBudgetRequest, type GetBudgetResponse, type GetBudgetsRequest, type GetBudgetsResponse, type GetBusinessMetricForecastedValuesRequest, type GetBusinessMetricForecastedValuesResponse, type GetBusinessMetricResponse, type GetBusinessMetricValuesRequest, type GetBusinessMetricValuesResponse, type GetBusinessMetricsRequest, type GetBusinessMetricsResponse, type GetCostAlertEventResponse, type GetCostAlertEventsRequest, type GetCostAlertEventsResponse, type GetCostAlertResponse, type GetCostAlertsResponse, type GetCostProviderAccountsRequest, type GetCostProviderAccountsResponse, type GetCostProvidersRequest, type GetCostProvidersResponse, type GetCostReportResponse, type GetCostReportsRequest, type GetCostReportsResponse, type GetCostServicesRequest, type GetCostServicesResponse, type GetCostsRequest, type GetCostsResponse, type GetDashboardResponse, type GetDashboardsRequest, type GetDashboardsResponse, type GetDataExportResponse, type GetExchangeRatesRequest, type GetExchangeRatesResponse, type GetFinancialCommitmentReportResponse, type GetFinancialCommitmentReportsRequest, type GetFinancialCommitmentReportsResponse, type GetFinancialCommitmentsRequest, type GetFinancialCommitmentsResponse, type GetFolderResponse, type GetFoldersRequest, type GetFoldersResponse, type GetForecastedCostsRequest, type GetForecastedCostsResponse, type GetIntegrationResponse, type GetIntegrationsRequest, type GetIntegrationsResponse, type GetInvoiceCostReportResponse, type GetInvoiceResponse, type GetInvoicesRequest, type GetInvoicesResponse, type GetKubernetesEfficiencyReportResponse, type GetKubernetesEfficiencyReportsRequest, type GetKubernetesEfficiencyReportsResponse, type GetManagedAccountResponse, type GetManagedAccountsRequest, type GetManagedAccountsResponse, type GetMeResponse, type GetNetworkFlowReportResponse, type GetNetworkFlowReportsRequest, type GetNetworkFlowReportsResponse, type GetPriceResponse, type GetPricesRequest, type GetPricesResponse, type GetProductResponse, type GetProductsRequest, type GetProductsResponse, type GetRecommendationResourceResponse, type GetRecommendationResourcesRequest, type GetRecommendationResourcesResponse, type GetRecommendationResponse, type GetRecommendationTypeResourcesRequest, type GetRecommendationTypeResourcesResponse, type GetRecommendationViewResponse, type GetRecommendationViewsRequest, type GetRecommendationViewsResponse, type GetRecommendationsRequest, type GetRecommendationsResponse, type GetReportNotificationResponse, type GetReportNotificationsRequest, type GetReportNotificationsResponse, type GetReportResourcesRequest, type GetReportResourcesResponse, type GetResourceReportColumnsRequest, type GetResourceReportColumnsResponse, type GetResourceReportResponse, type GetResourceReportsRequest, type GetResourceReportsResponse, type GetResourceRequest, type GetResourceResponse, type GetSavedFilterResponse, type GetSavedFiltersRequest, type GetSavedFiltersResponse, type GetSegmentResponse, type GetSegmentsRequest, type GetSegmentsResponse, type GetTagValuesRequest, type GetTagValuesResponse, type GetTagsRequest, type GetTagsResponse, type GetTeamMembersRequest, type GetTeamMembersResponse, type GetTeamResponse, type GetTeamsRequest, type GetTeamsResponse, type GetUnitCostsRequest, type GetUnitCostsResponse, type GetUserCostsUploadsResponse, type GetUserResponse, type GetUsersRequest, type GetUsersResponse, type GetVirtualTagConfigResponse, type GetVirtualTagConfigStatusResponse, type GetVirtualTagConfigsResponse, type GetWorkspaceResponse, type GetWorkspacesRequest, type GetWorkspacesResponse, type NoSlashString, type Path, type PathResponseEdgecases, type PingResponse, type RegenerateInvoiceResponse, type RemoveTeamMemberResponse, type RequestBodyForPathAndMethod, type ResponseBodyForPathAndMethod, type SendAndApproveInvoiceResponse, type SendInvoiceResponse, type SupportedMethods, type UpdateAccessGrantRequest, type UpdateAccessGrantResponse, type UpdateAnomalyAlertRequest, type UpdateAnomalyAlertResponse, type UpdateAnomalyNotificationRequest, type UpdateAnomalyNotificationResponse, type UpdateAsyncVirtualTagConfigRequest, type UpdateAsyncVirtualTagConfigResponse, type UpdateBillingProfileRequest, type UpdateBillingProfileResponse, type UpdateBillingRuleRequest, type UpdateBillingRuleResponse, type UpdateBudgetAlertRequest, type UpdateBudgetAlertResponse, type UpdateBudgetRequest, type UpdateBudgetResponse, type UpdateBusinessMetricRequest, type UpdateBusinessMetricResponse, type UpdateBusinessMetricValuesCSVRequest, type UpdateBusinessMetricValuesCSVResponse, type UpdateCostAlertRequest, type UpdateCostAlertResponse, type UpdateCostReportRequest, type UpdateCostReportResponse, type UpdateDashboardRequest, type UpdateDashboardResponse, type UpdateFinancialCommitmentReportRequest, type UpdateFinancialCommitmentReportResponse, type UpdateFolderRequest, type UpdateFolderResponse, type UpdateIntegrationRequest, type UpdateIntegrationResponse, type UpdateKubernetesEfficiencyReportRequest, type UpdateKubernetesEfficiencyReportResponse, type UpdateManagedAccountRequest, type UpdateManagedAccountResponse, type UpdateMeRequest, type UpdateMeResponse, type UpdateNetworkFlowReportRequest, type UpdateNetworkFlowReportResponse, type UpdateRecommendationViewRequest, type UpdateRecommendationViewResponse, type UpdateReportNotificationRequest, type UpdateReportNotificationResponse, type UpdateResourceReportRequest, type UpdateResourceReportResponse, type UpdateSavedFilterRequest, type UpdateSavedFilterResponse, type UpdateSegmentRequest, type UpdateSegmentResponse, type UpdateSsoConnectionForManagedAccountRequest, type UpdateSsoConnectionForManagedAccountResponse, type UpdateTagRequest, type UpdateTagResponse, type UpdateTeamRequest, type UpdateTeamResponse, type UpdateUserRequest, type UpdateUserResponse, type UpdateVirtualTagConfigRequest, type UpdateVirtualTagConfigResponse, type UpdateWorkspaceRequest, type UpdateWorkspaceResponse, VantageAPIError, pathEncode };
|