diff --git a/gc/v1/gc.proto b/gc/v1/gc.proto index 8d2a36a4..d3206dfb 100644 --- a/gc/v1/gc.proto +++ b/gc/v1/gc.proto @@ -3,6 +3,7 @@ syntax = "proto3"; package blueapi.gc.v1; import "google/api/annotations.proto"; +import "google/api/field_behavior.proto"; import "google/protobuf/struct.proto"; import "protoc-gen-openapiv2/options/annotations.proto"; @@ -61,6 +62,24 @@ service GuaranteedCommitments { }; } + // ####################### REPORTS ####################### + + // Reads monthly commitment reports for the MSP. Only available in Ripple. + rpc ReadCommitmentReports(ReadCommitmentReportsRequest) returns (stream CommitmentReport) { + option (google.api.http) = { + post: "/v1/reports/invoice:read" + body: "*" + }; + } + + // Reads per-account commitment report details for a specific month. Only available in Ripple. + rpc ReadCommitmentReportAccounts(ReadCommitmentReportAccountsRequest) returns (stream CommitmentReportAccount) { + option (google.api.http) = { + post: "/v1/reports/invoice/{month}/accounts:read" + body: "*" + }; + } + // ####################### METRICS ####################### // WORK-IN-PROGRESS: Do not use. Retrieves key performance metrics for cloud commitments. @@ -458,6 +477,13 @@ message GetCommitmentsUtilizationRequest { string commitmentId = 1; } +message ReadCommitmentReportsRequest {} + +message ReadCommitmentReportAccountsRequest { + // Required. The billing month. Format: `yyyymm`. + string month = 1 [(google.api.field_behavior) = REQUIRED]; +} + message GetMetricsRequest { Provider provider = 1; } @@ -1162,6 +1188,31 @@ message CommitmentsUtilizationResponse { repeated CommitmentsUtilizationData data = 1; } +message CommitmentReport { + string month = 1; + double billUnadjusted = 2; + double billOptimized = 3; + double grossSavings = 4; + double riskPremium = 5; + double rebates = 6; + double netSavings = 7; + double revenueShare = 8; + double revenueShareRate = 9; +} + +message CommitmentReportAccount { + string billingGroupId = 1; + string billingGroupName = 2; + string accountId = 3; + string accountName = 4; + string cloud = 5; + double grossSavings = 6; + double riskPremium = 7; + double rebates = 8; + double netSavings = 9; + double revenueShare = 10; +} + message MetricsResponse { double lifetimeSavings = 1; double mtdSavings = 2; diff --git a/openapiv2/apidocs.swagger.json b/openapiv2/apidocs.swagger.json index 0f7a5300..f84ab753 100644 --- a/openapiv2/apidocs.swagger.json +++ b/openapiv2/apidocs.swagger.json @@ -153,7 +153,7 @@ "$ref": "#/definitions/v1ListAccountGroupsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListAccountGroupsResponse" @@ -162,7 +162,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -185,7 +185,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -216,7 +216,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -250,7 +250,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -283,7 +283,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -304,7 +304,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -338,7 +338,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -368,7 +368,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -402,7 +402,7 @@ "$ref": "#/definitions/v1DefaultCostAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1DefaultCostAccess" @@ -411,7 +411,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -434,7 +434,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -465,7 +465,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -495,7 +495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -528,7 +528,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -561,7 +561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -592,7 +592,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -613,7 +613,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -647,7 +647,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -684,7 +684,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -714,7 +714,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -754,7 +754,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -788,7 +788,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -809,7 +809,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -843,7 +843,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -858,13 +858,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -892,13 +892,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -936,7 +936,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -967,13 +967,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1013,7 +1013,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1042,7 +1042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1075,7 +1075,7 @@ "$ref": "#/definitions/v1Announcement" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Announcement" @@ -1084,7 +1084,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1116,7 +1116,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1163,7 +1163,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1210,7 +1210,7 @@ "$ref": "#/definitions/apiApiClient" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of apiApiClient" @@ -1219,7 +1219,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1240,7 +1240,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1275,7 +1275,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1307,7 +1307,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1330,7 +1330,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1370,7 +1370,7 @@ "$ref": "#/definitions/apiGroupRootUser" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of apiGroupRootUser" @@ -1379,7 +1379,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1400,7 +1400,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1433,7 +1433,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1463,7 +1463,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1495,7 +1495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1525,7 +1525,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1564,7 +1564,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1586,7 +1586,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1621,7 +1621,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1653,7 +1653,7 @@ "$ref": "#/definitions/v1IpFilter" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1IpFilter" @@ -1662,7 +1662,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1683,7 +1683,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1718,7 +1718,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1750,7 +1750,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1789,7 +1789,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1821,7 +1821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1861,7 +1861,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1901,7 +1901,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1935,7 +1935,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -1968,7 +1968,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2001,7 +2001,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2034,7 +2034,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2058,13 +2058,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2099,7 +2099,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2130,13 +2130,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2183,7 +2183,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2213,7 +2213,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2245,7 +2245,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2276,19 +2276,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapiapiUser" + "title": "Stream result of blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2303,13 +2303,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2337,13 +2337,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2373,7 +2373,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2399,13 +2399,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2429,7 +2429,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2469,7 +2469,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2500,7 +2500,7 @@ "$ref": "#/definitions/protosOperation" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of protosOperation" @@ -2509,7 +2509,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2555,7 +2555,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2586,7 +2586,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2619,7 +2619,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2653,13 +2653,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apirippleOrg" + "$ref": "#/definitions/apiRippleOrg" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2681,7 +2681,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2696,13 +2696,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiorgv1CreateOrgResponse" + "$ref": "#/definitions/blueapiOrgV1CreateOrgResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2713,7 +2713,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/blueapiorgv1CreateOrgRequest" + "$ref": "#/definitions/blueapiOrgV1CreateOrgRequest" } } ], @@ -2737,7 +2737,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2772,7 +2772,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2807,7 +2807,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2831,7 +2831,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2862,7 +2862,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2879,13 +2879,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapipricingv1GetInfoResponse" + "$ref": "#/definitions/blueapiPricingV1GetInfoResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2908,7 +2908,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2948,7 +2948,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -2977,19 +2977,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of apirippleAccessGroup" + "title": "Stream result of apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3013,13 +3013,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3053,7 +3053,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3092,7 +3092,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3116,13 +3116,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3163,7 +3163,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3197,7 +3197,7 @@ "$ref": "#/definitions/v1DataAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1DataAccess" @@ -3206,7 +3206,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3229,7 +3229,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3252,7 +3252,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3297,7 +3297,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3342,7 +3342,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3382,7 +3382,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3419,7 +3419,7 @@ "$ref": "#/definitions/v1Activity" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Activity" @@ -3428,7 +3428,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3461,7 +3461,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3498,7 +3498,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3529,7 +3529,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3567,7 +3567,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3606,7 +3606,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3640,7 +3640,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3675,7 +3675,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3708,7 +3708,7 @@ "$ref": "#/definitions/v1AnomalyAlertData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AnomalyAlertData" @@ -3717,7 +3717,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3740,7 +3740,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3771,7 +3771,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3802,7 +3802,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3842,7 +3842,7 @@ "$ref": "#/definitions/v1GetAlertsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetAlertsResponse" @@ -3851,7 +3851,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3872,7 +3872,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3905,7 +3905,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3935,7 +3935,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -3965,7 +3965,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4006,7 +4006,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4039,7 +4039,7 @@ "$ref": "#/definitions/v1DiscountExpiryAlertData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1DiscountExpiryAlertData" @@ -4048,7 +4048,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4071,7 +4071,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4102,7 +4102,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4133,7 +4133,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4174,7 +4174,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4206,7 +4206,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4237,7 +4237,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4278,7 +4278,7 @@ "$ref": "#/definitions/v1BudgetAlerts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1BudgetAlerts" @@ -4287,7 +4287,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4321,7 +4321,7 @@ "$ref": "#/definitions/v1AllocationItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AllocationItem" @@ -4330,7 +4330,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4364,7 +4364,7 @@ "$ref": "#/definitions/v1CostAllocatorDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1CostAllocatorDetails" @@ -4373,7 +4373,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4394,7 +4394,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4428,7 +4428,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4459,7 +4459,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4497,7 +4497,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4527,7 +4527,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4566,7 +4566,7 @@ "$ref": "#/definitions/v1AnomalyData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AnomalyData" @@ -4575,7 +4575,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4607,7 +4607,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4646,7 +4646,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4696,19 +4696,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicoverv1Resource" + "$ref": "#/definitions/blueapiCoverV1Resource" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapicoverv1Resource" + "title": "Stream result of blueapiCoverV1Resource" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4742,7 +4742,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4775,7 +4775,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4805,7 +4805,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4839,7 +4839,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4873,7 +4873,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4907,7 +4907,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4940,7 +4940,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -4974,7 +4974,7 @@ "$ref": "#/definitions/v1AwsDailyRunHistory" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AwsDailyRunHistory" @@ -4983,7 +4983,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5017,7 +5017,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5038,7 +5038,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5072,7 +5072,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5093,7 +5093,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5127,7 +5127,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5159,7 +5159,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5199,7 +5199,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5233,7 +5233,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5266,7 +5266,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5290,7 +5290,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5324,7 +5324,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5358,7 +5358,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5392,7 +5392,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5431,7 +5431,7 @@ "$ref": "#/definitions/v1ListBillingGroupCustomFieldResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListBillingGroupCustomFieldResponse" @@ -5440,7 +5440,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5473,7 +5473,7 @@ "$ref": "#/definitions/v1GetBillingGroupAnnouncementsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetBillingGroupAnnouncementsResponse" @@ -5482,7 +5482,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5515,7 +5515,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5549,7 +5549,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5580,7 +5580,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5618,7 +5618,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5666,7 +5666,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5714,7 +5714,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5754,7 +5754,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5794,7 +5794,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5834,7 +5834,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5874,7 +5874,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5914,7 +5914,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5954,7 +5954,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -5990,19 +5990,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of billingv1BillingGroup" + "title": "Stream result of billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6054,13 +6054,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6094,7 +6094,7 @@ "$ref": "#/definitions/v1AbcBillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AbcBillingGroup" @@ -6103,7 +6103,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6135,7 +6135,7 @@ "$ref": "#/definitions/v1AbcAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AbcAccount" @@ -6144,7 +6144,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6183,7 +6183,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6216,7 +6216,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6246,7 +6246,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6276,7 +6276,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6316,7 +6316,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6356,7 +6356,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6387,7 +6387,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6427,7 +6427,7 @@ "$ref": "#/definitions/v1AccountInvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AccountInvoiceServiceDiscounts" @@ -6436,7 +6436,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6469,7 +6469,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6509,7 +6509,7 @@ "$ref": "#/definitions/v1ChildBillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ChildBillingGroup" @@ -6518,7 +6518,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6551,7 +6551,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6588,7 +6588,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6646,7 +6646,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6677,7 +6677,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6704,13 +6704,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6744,7 +6744,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6782,7 +6782,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6813,7 +6813,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6844,7 +6844,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6885,7 +6885,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6925,7 +6925,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6958,7 +6958,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -6991,7 +6991,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7025,7 +7025,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7122,7 +7122,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7155,7 +7155,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7185,7 +7185,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7215,7 +7215,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7255,7 +7255,7 @@ "$ref": "#/definitions/v1ListBudgetsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListBudgetsResponse" @@ -7264,7 +7264,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7297,7 +7297,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7328,7 +7328,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7361,7 +7361,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7391,7 +7391,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7421,7 +7421,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7461,7 +7461,7 @@ "$ref": "#/definitions/v1GetChannelsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetChannelsResponse" @@ -7470,7 +7470,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7503,7 +7503,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7526,7 +7526,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7565,7 +7565,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7588,7 +7588,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7620,7 +7620,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7654,7 +7654,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7692,7 +7692,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7730,7 +7730,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7770,7 +7770,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7801,7 +7801,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7834,7 +7834,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7866,7 +7866,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7917,7 +7917,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7948,7 +7948,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -7975,13 +7975,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8016,7 +8016,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8040,13 +8040,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8083,19 +8083,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of apilusterLabel" + "title": "Stream result of apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8129,7 +8129,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8169,7 +8169,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8217,7 +8217,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8261,7 +8261,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8315,7 +8315,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8360,7 +8360,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8397,7 +8397,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8444,7 +8444,7 @@ "$ref": "#/definitions/lusterContext" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of lusterContext" @@ -8453,7 +8453,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8493,7 +8493,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8514,7 +8514,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8546,7 +8546,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8578,7 +8578,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8608,7 +8608,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8640,7 +8640,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8680,7 +8680,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8720,7 +8720,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8760,7 +8760,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8800,7 +8800,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8840,7 +8840,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8880,7 +8880,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8920,7 +8920,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8959,7 +8959,7 @@ "$ref": "#/definitions/v1GetCostUsageV2Response" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetCostUsageV2Response" @@ -8968,7 +8968,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -8998,19 +8998,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicoverv1CostItem" + "$ref": "#/definitions/blueapiCoverV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapicoverv1CostItem" + "title": "Stream result of blueapiCoverV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9043,7 +9043,7 @@ "$ref": "#/definitions/v1Credit" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Credit" @@ -9052,7 +9052,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9075,7 +9075,7 @@ "$ref": "#/definitions/v1CsvSetting" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1CsvSetting" @@ -9084,7 +9084,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9107,7 +9107,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9141,7 +9141,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9170,7 +9170,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9209,7 +9209,7 @@ "$ref": "#/definitions/v1CustomField" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1CustomField" @@ -9218,7 +9218,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9251,7 +9251,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9285,7 +9285,7 @@ "$ref": "#/definitions/v1GetCustomizedBillingServiceBillingGroupResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetCustomizedBillingServiceBillingGroupResponse" @@ -9294,7 +9294,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9332,7 +9332,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9370,7 +9370,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9417,7 +9417,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9455,7 +9455,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9485,7 +9485,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9525,7 +9525,7 @@ "$ref": "#/definitions/rippleCustomizedBillingService" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of rippleCustomizedBillingService" @@ -9534,7 +9534,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9568,7 +9568,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9601,7 +9601,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9635,7 +9635,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9676,7 +9676,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9724,7 +9724,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9764,7 +9764,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9796,7 +9796,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9835,7 +9835,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9867,7 +9867,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9899,7 +9899,7 @@ "$ref": "#/definitions/v1GetCostForecastsDataResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetCostForecastsDataResponse" @@ -9908,7 +9908,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9940,7 +9940,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9969,7 +9969,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -9998,7 +9998,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10037,7 +10037,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10071,7 +10071,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10104,7 +10104,7 @@ "$ref": "#/definitions/v1GetFreeFormatResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetFreeFormatResponse" @@ -10113,7 +10113,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10151,7 +10151,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10188,7 +10188,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10221,7 +10221,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10260,7 +10260,7 @@ "$ref": "#/definitions/lusterHub" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of lusterHub" @@ -10269,7 +10269,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10297,13 +10297,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiflowv1GetInfoResponse" + "$ref": "#/definitions/blueapiFlowV1GetInfoResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10325,7 +10325,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10347,7 +10347,7 @@ "$ref": "#/definitions/v1IntegrationStatus" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1IntegrationStatus" @@ -10356,7 +10356,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10389,7 +10389,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10422,7 +10422,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10455,7 +10455,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10477,7 +10477,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10512,7 +10512,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10552,7 +10552,7 @@ "$ref": "#/definitions/apiInvoiceMessage" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of apiInvoiceMessage" @@ -10561,7 +10561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10601,7 +10601,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10633,7 +10633,7 @@ "$ref": "#/definitions/v1ListInvoiceTemplateResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListInvoiceTemplateResponse" @@ -10642,7 +10642,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10665,7 +10665,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10705,7 +10705,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10745,7 +10745,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10785,7 +10785,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10826,7 +10826,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10866,7 +10866,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10907,7 +10907,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10947,7 +10947,7 @@ "$ref": "#/definitions/v1ListInvoiceResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListInvoiceResponse" @@ -10956,7 +10956,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -10990,7 +10990,7 @@ "$ref": "#/definitions/v1TotalSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1TotalSection" @@ -10999,7 +10999,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11033,7 +11033,7 @@ "$ref": "#/definitions/v1BillingGroupSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1BillingGroupSection" @@ -11042,7 +11042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11076,7 +11076,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11110,7 +11110,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11141,7 +11141,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11181,7 +11181,7 @@ "$ref": "#/definitions/v1ReadInvoiceLayoutConfigResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ReadInvoiceLayoutConfigResponse" @@ -11190,7 +11190,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11223,7 +11223,7 @@ "$ref": "#/definitions/v1OverViewSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1OverViewSection" @@ -11232,7 +11232,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11266,7 +11266,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11288,7 +11288,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11310,7 +11310,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11348,7 +11348,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11370,7 +11370,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11392,7 +11392,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11424,7 +11424,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11463,7 +11463,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11496,7 +11496,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11519,7 +11519,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11552,7 +11552,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11585,7 +11585,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11618,7 +11618,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11651,7 +11651,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11684,7 +11684,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11717,7 +11717,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11750,7 +11750,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11783,7 +11783,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11816,7 +11816,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11849,7 +11849,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11882,7 +11882,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11905,7 +11905,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11937,7 +11937,7 @@ "$ref": "#/definitions/v1Member" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Member" @@ -11946,7 +11946,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -11979,7 +11979,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12012,7 +12012,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12045,7 +12045,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12078,7 +12078,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12111,7 +12111,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12144,7 +12144,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12174,7 +12174,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12214,7 +12214,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12247,7 +12247,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12280,7 +12280,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12320,7 +12320,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12353,7 +12353,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12386,7 +12386,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12418,7 +12418,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12474,7 +12474,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12530,7 +12530,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12569,7 +12569,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12602,7 +12602,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12635,7 +12635,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12669,7 +12669,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12701,7 +12701,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12735,7 +12735,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12774,7 +12774,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12827,7 +12827,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12867,7 +12867,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12906,7 +12906,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12939,7 +12939,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -12973,7 +12973,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13005,7 +13005,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13038,7 +13038,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13071,7 +13071,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13101,7 +13101,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13131,7 +13131,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13171,7 +13171,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13205,13 +13205,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapivortexv1CreateOrgResponse" + "$ref": "#/definitions/blueapiVortexV1CreateOrgResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13221,7 +13221,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/blueapivortexv1CreateOrgRequest" + "$ref": "#/definitions/blueapiVortexV1CreateOrgRequest" } } ], @@ -13244,7 +13244,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13265,7 +13265,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13292,13 +13292,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapicoverv1ListExchangeRatesResponse" + "$ref": "#/definitions/blueapiCoverV1ListExchangeRatesResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13337,7 +13337,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13387,19 +13387,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/gcv1Org" + "$ref": "#/definitions/gcV1Org" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of gcv1Org" + "title": "Stream result of gcV1Org" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13432,7 +13432,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13464,7 +13464,7 @@ "$ref": "#/definitions/v1Product" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Product" @@ -13473,7 +13473,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13506,7 +13506,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13539,7 +13539,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13572,7 +13572,7 @@ "$ref": "#/definitions/v1Project" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Project" @@ -13581,7 +13581,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13614,7 +13614,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13645,7 +13645,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13676,7 +13676,7 @@ "$ref": "#/definitions/v1ListProjectToTeamResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListProjectToTeamResponse" @@ -13685,7 +13685,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13717,7 +13717,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13749,7 +13749,7 @@ "$ref": "#/definitions/v1Prompt" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Prompt" @@ -13758,7 +13758,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13790,7 +13790,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13822,7 +13822,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13857,7 +13857,7 @@ "$ref": "#/definitions/v1ListRecommendationResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListRecommendationResponse" @@ -13866,7 +13866,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13899,7 +13899,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13947,7 +13947,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -13980,7 +13980,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14001,7 +14001,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14034,7 +14034,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14080,6 +14080,97 @@ ] } }, + "/v1/reports/invoice/{month}/accounts:read": { + "post": { + "summary": "Reads per-account commitment report details for a specific month. Only available in Ripple.", + "operationId": "GuaranteedCommitments_ReadCommitmentReportAccounts", + "responses": { + "200": { + "description": "A successful response.(streaming responses)", + "schema": { + "type": "object", + "properties": { + "result": { + "$ref": "#/definitions/v1CommitmentReportAccount" + }, + "error": { + "$ref": "#/definitions/rpcStatus" + } + }, + "title": "Stream result of v1CommitmentReportAccount" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/rpcStatus" + } + } + }, + "parameters": [ + { + "name": "month", + "description": "Required. The billing month. Format: `yyyymm`.", + "in": "path", + "required": true, + "type": "string" + }, + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/GuaranteedCommitmentsReadCommitmentReportAccountsBody" + } + } + ], + "tags": [ + "GuaranteedCommitments" + ] + } + }, + "/v1/reports/invoice:read": { + "post": { + "summary": "Reads monthly commitment reports for the MSP. Only available in Ripple.", + "operationId": "GuaranteedCommitments_ReadCommitmentReports", + "responses": { + "200": { + "description": "A successful response.(streaming responses)", + "schema": { + "type": "object", + "properties": { + "result": { + "$ref": "#/definitions/v1CommitmentReport" + }, + "error": { + "$ref": "#/definitions/rpcStatus" + } + }, + "title": "Stream result of v1CommitmentReport" + } + }, + "default": { + "description": "An unexpected error response.", + "schema": { + "$ref": "#/definitions/rpcStatus" + } + } + }, + "parameters": [ + { + "name": "body", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1ReadCommitmentReportsRequest" + } + } + ], + "tags": [ + "GuaranteedCommitments" + ] + } + }, "/v1/reports/rate/nonperforming:read": { "post": { "operationId": "Cover_ListNonperformingRate", @@ -14093,7 +14184,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14125,7 +14216,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14158,7 +14249,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14192,7 +14283,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14224,7 +14315,7 @@ "$ref": "#/definitions/v1ReportSchedule" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ReportSchedule" @@ -14233,7 +14324,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14266,7 +14357,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14306,7 +14397,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14339,7 +14430,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14370,7 +14461,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14411,7 +14502,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14445,7 +14536,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14490,7 +14581,7 @@ "$ref": "#/definitions/rippleReseller" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of rippleReseller" @@ -14499,7 +14590,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14529,7 +14620,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14563,7 +14654,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14601,7 +14692,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14631,7 +14722,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14671,7 +14762,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14749,7 +14840,7 @@ "$ref": "#/definitions/v1ResourceAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ResourceAccount" @@ -14758,7 +14849,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14797,7 +14888,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14854,13 +14945,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts" + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14894,7 +14985,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14928,7 +15019,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14963,7 +15054,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -14993,7 +15084,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15031,7 +15122,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15071,7 +15162,7 @@ "$ref": "#/definitions/v1AccountInvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AccountInvoiceServiceDiscounts" @@ -15080,7 +15171,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15121,7 +15212,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15161,7 +15252,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15191,7 +15282,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15221,7 +15312,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15259,7 +15350,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15293,13 +15384,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts" + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15337,7 +15428,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15361,13 +15452,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts" + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15407,7 +15498,7 @@ "$ref": "#/definitions/v1Service" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Service" @@ -15416,7 +15507,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15456,7 +15547,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15487,19 +15578,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapibillingv1InvoiceServiceDiscounts" + "$ref": "#/definitions/blueapiBillingV1InvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapibillingv1InvoiceServiceDiscounts" + "title": "Stream result of blueapiBillingV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15533,7 +15624,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15565,7 +15656,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15597,7 +15688,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15629,7 +15720,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15659,7 +15750,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15699,7 +15790,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15733,7 +15824,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15765,7 +15856,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15804,7 +15895,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15837,7 +15928,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15871,7 +15962,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15910,7 +16001,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15940,7 +16031,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -15980,7 +16071,7 @@ "$ref": "#/definitions/lusterSpace" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of lusterSpace" @@ -15989,7 +16080,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16020,19 +16111,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/billingv1TagData" + "$ref": "#/definitions/billingV1TagData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of billingv1TagData" + "title": "Stream result of billingV1TagData" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16069,7 +16160,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16101,7 +16192,7 @@ "$ref": "#/definitions/v1Team" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Team" @@ -16110,7 +16201,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16142,7 +16233,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16172,7 +16263,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16198,13 +16289,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiprismv1TestResponse" + "$ref": "#/definitions/blueapiPrismV1TestResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16221,13 +16312,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapivortexv1TestResponse" + "$ref": "#/definitions/blueapiVortexV1TestResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16258,7 +16349,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16279,7 +16370,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16312,7 +16403,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16335,7 +16426,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16368,7 +16459,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16401,7 +16492,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16434,7 +16525,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16478,7 +16569,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16511,7 +16602,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16571,7 +16662,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16604,7 +16695,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16637,7 +16728,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16667,7 +16758,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16697,7 +16788,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16737,7 +16828,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16758,7 +16849,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16791,7 +16882,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16821,7 +16912,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16851,7 +16942,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16891,7 +16982,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16921,7 +17012,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16951,7 +17042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -16991,7 +17082,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17025,7 +17116,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17055,7 +17146,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17088,13 +17179,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapivortexv1GetUserResponse" + "$ref": "#/definitions/blueapiVortexV1GetUserResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17125,7 +17216,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17148,7 +17239,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17175,13 +17266,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapicoverv1GetUserResponse" + "$ref": "#/definitions/blueapiCoverV1GetUserResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17210,7 +17301,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17241,7 +17332,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17280,7 +17371,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17318,7 +17409,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17351,7 +17442,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17372,7 +17463,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17405,7 +17496,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17438,7 +17529,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17471,7 +17562,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17494,7 +17585,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17534,7 +17625,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17581,7 +17672,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17614,7 +17705,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17644,7 +17735,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17674,7 +17765,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17714,7 +17805,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17753,7 +17844,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17792,7 +17883,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17832,7 +17923,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17872,7 +17963,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17911,7 +18002,7 @@ "$ref": "#/definitions/v1Workflow" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1Workflow" @@ -17920,7 +18011,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17953,7 +18044,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -17993,7 +18084,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18034,7 +18125,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18071,19 +18162,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18121,13 +18212,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18167,7 +18258,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18204,19 +18295,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18256,13 +18347,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18307,7 +18398,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18338,13 +18429,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18391,7 +18482,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18431,7 +18522,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18471,7 +18562,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18519,7 +18610,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18567,7 +18658,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18615,7 +18706,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18663,7 +18754,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18703,7 +18794,7 @@ "$ref": "#/definitions/v1AdjustmentEntry" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AdjustmentEntry" @@ -18712,7 +18803,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18753,7 +18844,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18793,7 +18884,7 @@ "$ref": "#/definitions/v1AdjustmentEntryItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1AdjustmentEntryItem" @@ -18802,7 +18893,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18840,19 +18931,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18886,13 +18977,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiwaveBudgetAlert" + "$ref": "#/definitions/apiWaveBudgetAlert" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18930,7 +19021,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -18961,13 +19052,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiwaveBudgetAlert" + "$ref": "#/definitions/apiWaveBudgetAlert" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19006,13 +19097,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/apiwaveBudgetAlert" + "$ref": "#/definitions/apiWaveBudgetAlert" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19059,7 +19150,7 @@ "$ref": "#/definitions/apiAccountOriginalResource" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of apiAccountOriginalResource" @@ -19068,7 +19159,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19108,7 +19199,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19161,7 +19252,7 @@ "$ref": "#/definitions/v1GetChildBillingGroupCustomizedBillingServiceResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetChildBillingGroupCustomizedBillingServiceResponse" @@ -19170,7 +19261,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19208,7 +19299,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19256,7 +19347,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19294,7 +19385,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19341,7 +19432,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19392,7 +19483,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19446,7 +19537,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19485,7 +19576,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19531,7 +19622,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19561,7 +19652,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19602,7 +19693,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19641,7 +19732,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19673,7 +19764,7 @@ "$ref": "#/definitions/v1CalculatorCostModifier" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1CalculatorCostModifier" @@ -19682,7 +19773,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19713,7 +19804,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19754,7 +19845,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19794,7 +19885,7 @@ "$ref": "#/definitions/v1ListCalculatorRunningAccountsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ListCalculatorRunningAccountsResponse" @@ -19803,7 +19894,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19843,7 +19934,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19904,7 +19995,7 @@ "$ref": "#/definitions/v1CostAttributeItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1CostAttributeItem" @@ -19913,7 +20004,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19953,7 +20044,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -19984,7 +20075,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20025,7 +20116,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20062,7 +20153,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20109,7 +20200,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20157,7 +20248,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20195,19 +20286,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20247,7 +20338,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20294,7 +20385,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20341,7 +20432,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20383,13 +20474,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapibillingv1ListExchangeRatesResponse" + "$ref": "#/definitions/blueapiBillingV1ListExchangeRatesResponse" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20428,7 +20519,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20495,7 +20586,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20548,7 +20639,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20601,7 +20692,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20661,7 +20752,7 @@ "$ref": "#/definitions/waveAdjustment" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of waveAdjustment" @@ -20670,7 +20761,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20710,7 +20801,7 @@ "$ref": "#/definitions/v1ReadInvoiceIdsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1ReadInvoiceIdsResponse" @@ -20719,7 +20810,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20757,19 +20848,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20807,19 +20898,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20850,13 +20941,13 @@ "200": { "description": "A successful response.", "schema": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20897,7 +20988,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20938,7 +21029,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -20986,7 +21077,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21024,7 +21115,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21064,7 +21155,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21112,7 +21203,7 @@ "$ref": "#/definitions/v1GetPayerAccountImportHistoryResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1GetPayerAccountImportHistoryResponse" @@ -21121,7 +21212,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21167,7 +21258,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21207,7 +21298,7 @@ "$ref": "#/definitions/v1PayerAccountExtended" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1PayerAccountExtended" @@ -21216,7 +21307,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21256,7 +21347,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21295,7 +21386,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21342,7 +21433,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21389,7 +21480,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21426,19 +21517,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21478,7 +21569,7 @@ "$ref": "#/definitions/apiCostTag" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of apiCostTag" @@ -21487,7 +21578,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21533,7 +21624,7 @@ "$ref": "#/definitions/apiCostTag" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of apiCostTag" @@ -21542,7 +21633,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21587,7 +21678,7 @@ "$ref": "#/definitions/v1TagsAddingSetting" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1TagsAddingSetting" @@ -21596,7 +21687,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21631,7 +21722,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21676,7 +21767,7 @@ "$ref": "#/definitions/rippleUntaggedGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of rippleUntaggedGroup" @@ -21685,7 +21776,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21725,7 +21816,7 @@ "$ref": "#/definitions/v1UsageCostsDrift" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } }, "title": "Stream result of v1UsageCostsDrift" @@ -21734,7 +21825,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21774,7 +21865,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/rpcStatus" } } }, @@ -21868,6 +21959,14 @@ } } }, + "AWSResourceDetailsEBSDetails": { + "type": "object", + "properties": { + "volumeDetails": { + "$ref": "#/definitions/EBSDetailsVolumeDetails" + } + } + }, "AWSResourceDetailsEC2AutoScalingGroupDetails": { "type": "object", "properties": { @@ -21876,6 +21975,17 @@ } } }, + "AWSResourceDetailsEC2Details": { + "type": "object", + "properties": { + "instance": { + "$ref": "#/definitions/AWSResourceDetailsEC2DetailsInstanceDetails" + }, + "riSpecsDetails": { + "$ref": "#/definitions/EC2DetailsRISpecsDetails" + } + } + }, "AWSResourceDetailsEC2DetailsInstanceDetails": { "type": "object", "properties": { @@ -21957,6 +22067,14 @@ } } }, + "AWSResourceDetailsMemoryDBDetails": { + "type": "object", + "properties": { + "node": { + "$ref": "#/definitions/AWSResourceDetailsMemoryDBDetailsNodeDetails" + } + } + }, "AWSResourceDetailsMemoryDBDetailsNodeDetails": { "type": "object", "properties": { @@ -22021,6 +22139,25 @@ } } }, + "AWSResourceDetailsRDSDetails": { + "type": "object", + "properties": { + "dbInstance": { + "$ref": "#/definitions/RDSDetailsDBInstanceDetails" + } + } + }, + "AWSResourceDetailsRedshiftDetails": { + "type": "object", + "properties": { + "cluster": { + "$ref": "#/definitions/RedshiftDetailsClusterDetails" + }, + "node": { + "$ref": "#/definitions/AWSResourceDetailsRedshiftDetailsNodeDetails" + } + } + }, "AWSResourceDetailsRedshiftDetailsNodeDetails": { "type": "object", "properties": { @@ -22113,7 +22250,7 @@ "description": "Required\nValid values:\n`InvoiceCalculationStarted`,\n`InvoiceCalculationFinished`,\n`CurUpdatedAfterInvoice`.\n`AccountBudgetAlert`." }, "account": { - "$ref": "#/definitions/adminv1NotificationAccount", + "$ref": "#/definitions/adminV1NotificationAccount", "description": "Optional. only available Wave(Pro)." } }, @@ -22384,7 +22521,7 @@ "description": "Optional. groups to apply the invoices setting\nthis is ignored if allGroups is true." }, "invoiceSetting": { - "$ref": "#/definitions/billingv1InvoiceSettings", + "$ref": "#/definitions/billingV1InvoiceSettings", "description": "Required. Invoice setting." } } @@ -22564,7 +22701,7 @@ "description": "Optional. groups to apply the invoices setting\nthis is ignored if allGroups is true." }, "invoiceSetting": { - "$ref": "#/definitions/billingv1InvoiceSettings", + "$ref": "#/definitions/billingV1InvoiceSettings", "description": "Required. Invoice setting." } } @@ -23077,7 +23214,7 @@ "type": "object", "properties": { "invoiceServiceDiscounts": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts", + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts", "description": "Required. The updated invoice service discounts object." }, "updateMask": { @@ -23347,6 +23484,27 @@ } } }, + "CostCalculationUsageTypes": { + "type": "object", + "properties": { + "operation": { + "type": "string" + }, + "productCode": { + "type": "string" + }, + "unit": { + "type": "string" + }, + "usageAmount": { + "type": "number", + "format": "double" + }, + "usageType": { + "type": "string" + } + } + }, "CostCheckAccountsBelongToMspBody": { "type": "object", "properties": { @@ -23389,7 +23547,7 @@ "type": "object", "properties": { "budgetAlert": { - "$ref": "#/definitions/apiwaveBudgetAlert", + "$ref": "#/definitions/apiWaveBudgetAlert", "description": "Required. Budget alert setting." } }, @@ -23399,7 +23557,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Request message for CreateAccountBudget" @@ -23528,7 +23686,7 @@ "format": "double" }, "ec2Details": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" } } }, @@ -23536,7 +23694,7 @@ "type": "object", "properties": { "ec2Details": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" }, "monthlyCost": { "type": "number", @@ -23760,33 +23918,6 @@ }, "description": "Request message for the Cost.ListCalculatorRunningAccounts rpc." }, - "CostOptimizationHubRecommendationsDetailsCostCalculation": { - "type": "object", - "properties": { - "estimatedCostAfterDiscount": { - "type": "number", - "format": "double" - }, - "estimatedCostBeforeDiscount": { - "type": "number", - "format": "double" - }, - "estimatedNetUnusedAmortizedCommitments": { - "type": "number", - "format": "double" - }, - "estimatedDiscounts": { - "$ref": "#/definitions/CostCalculationEstimatedDiscounts" - }, - "usageTypes": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/DetailsCostCalculationUsageTypes" - } - } - } - }, "CostReadAccountOriginalResourcesBody": { "type": "object", "description": "Request message for the ReadAccountOriginalResources rpc." @@ -24000,7 +24131,7 @@ "type": "object", "properties": { "budgetAlert": { - "$ref": "#/definitions/apiwaveBudgetAlert", + "$ref": "#/definitions/apiWaveBudgetAlert", "description": "Required. Budget alert setting.\n\nSet only the setting value to be changed.\nFor example, If you want to change only daily value, set `{\"budget\":[{\"id\":\"daily\",\"value\":100,\"enabled\":true}}` as a parameter\nThe same goes for notification. If you want to change only email value, set `{\"notification\":[{\"id\":\"email\",\"destination\":\"budgetalert-example@alphaus.cloud\",\"enabled\":true}}` as a parameter" } }, @@ -24010,7 +24141,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Request message for UpdateAccountBudget" @@ -24364,7 +24495,7 @@ "title": "Optional. Description of the forecast" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup", + "$ref": "#/definitions/apiCoverCostGroup", "title": "Optional. Cost Group Id and Name" }, "pastActualCostRange": { @@ -24458,11 +24589,11 @@ "title": "GCP Options" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions", + "$ref": "#/definitions/apiCoverAwsOptions", "title": "AWS Options" }, "accountType": { @@ -24880,24 +25011,30 @@ } } }, - "DetailsCostCalculationUsageTypes": { + "DetailsCostCalculation": { "type": "object", "properties": { - "operation": { - "type": "string" - }, - "productCode": { - "type": "string" + "estimatedCostAfterDiscount": { + "type": "number", + "format": "double" }, - "unit": { - "type": "string" + "estimatedCostBeforeDiscount": { + "type": "number", + "format": "double" }, - "usageAmount": { + "estimatedNetUnusedAmortizedCommitments": { "type": "number", "format": "double" }, - "usageType": { - "type": "string" + "estimatedDiscounts": { + "$ref": "#/definitions/CostCalculationEstimatedDiscounts" + }, + "usageTypes": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/CostCalculationUsageTypes" + } } } }, @@ -24905,22 +25042,22 @@ "type": "object", "properties": { "ec2Details": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" }, "rdsDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsRDSDetails" + "$ref": "#/definitions/AWSResourceDetailsRDSDetails" }, "elasticacheDetails": { "$ref": "#/definitions/AWSResourceDetailsElastiCacheDetails" }, "redshiftDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsRedshiftDetails" + "$ref": "#/definitions/AWSResourceDetailsRedshiftDetails" }, "opensearchDetails": { "$ref": "#/definitions/AWSResourceDetailsOpensearchDetails" }, "memoryDBDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsMemoryDBDetails" + "$ref": "#/definitions/AWSResourceDetailsMemoryDBDetails" }, "recommendedNormalizedUnits": { "type": "number", @@ -25296,9 +25433,83 @@ "default": "ONBOARDING_STATUS_UNSPECIFIED", "title": "- ONBOARDING_STATUS_NOT_REGISTERED: No row found in archera_users (org not registered yet)\n - ONBOARDING_STATUS_REGISTERED: Existing statuses you already persist" }, + "GetRecommendationV3ResponseRecommendationDetail": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "vendor": { + "type": "string" + }, + "source": { + "type": "string" + }, + "code": { + "type": "string" + }, + "service": { + "type": "string" + }, + "target": { + "type": "string" + }, + "targetName": { + "type": "string" + }, + "dateDetected": { + "type": "string" + }, + "region": { + "type": "string" + }, + "estimatedMonthlyBeforeCost": { + "type": "number", + "format": "double" + }, + "estimatedMonthlyAfterCost": { + "type": "number", + "format": "double" + }, + "estimatedMonthlySavings": { + "type": "number", + "format": "double" + }, + "resourceId": { + "type": "string" + }, + "category": { + "type": "string" + }, + "type": { + "type": "string" + }, + "lastUpdated": { + "type": "string" + }, + "status": { + "type": "string" + }, + "risk": { + "type": "string" + }, + "effort": { + "type": "string" + }, + "details": { + "type": "object" + } + } + }, "GuaranteedCommitmentsCommitmentsPlanApplyBody": { "type": "object" }, + "GuaranteedCommitmentsReadCommitmentReportAccountsBody": { + "type": "object" + }, "GuaranteedCommitmentsSaveCommitmentsPlanAsDraftBody": { "type": "object", "properties": { @@ -26570,7 +26781,7 @@ "type": "object", "properties": { "ec2Details": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" }, "awsConfigRule": { "type": "string" @@ -26776,7 +26987,7 @@ "type": "object", "properties": { "ec2Instance": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" }, "aveCpuUtilizationBy14Day": { "type": "number", @@ -26803,7 +27014,7 @@ "type": "object", "properties": { "rdsDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsRDSDetails" + "$ref": "#/definitions/AWSResourceDetailsRDSDetails" }, "daysLastConnection": { "type": "string" @@ -26844,7 +27055,7 @@ "type": "object", "properties": { "ebsDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsEBSDetails" + "$ref": "#/definitions/AWSResourceDetailsEBSDetails" }, "monthlyStorageCost": { "type": "number", @@ -26889,7 +27100,7 @@ } } }, - "adminv1NotificationAccount": { + "adminV1NotificationAccount": { "type": "object", "properties": { "vendor": { @@ -26933,7 +27144,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiFeeDetails" + "$ref": "#/definitions/blueapiApiFeeDetails" }, "title": "feeDetails: Includes details of re-caluclated fee data" }, @@ -26972,7 +27183,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } } } @@ -27131,6 +27342,374 @@ }, "description": "AuditExportData resource definition." }, + "apiAwsChartData": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "actualOndemand": { + "type": "number", + "format": "double" + }, + "actualCost": { + "type": "number", + "format": "double" + }, + "utilization": { + "type": "number", + "format": "double" + } + } + }, + "apiAwsCost": { + "type": "object", + "properties": { + "account": { + "type": "string", + "description": "The account being queried." + }, + "groupId": { + "type": "string", + "description": "The group id the account is associated with during the query." + }, + "type": { + "type": "string" + }, + "date": { + "type": "string", + "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." + }, + "productCode": { + "type": "string", + "description": "The product code for an AWS service, such as `AmazonEC2`, `AmazonRDS`, etc. This can also be an Alphaus-specified custom value." + }, + "serviceCode": { + "type": "string", + "description": "The CUR service code of the lineitem, if applicable. Sometimes, this is the same as `productCode`, a subset of `productCode`, an Alphaus-specified custom value, or empty." + }, + "region": { + "type": "string", + "description": "The region of the lineitem, if applicable." + }, + "zone": { + "type": "string", + "description": "The zone of the lineitem, if applicable." + }, + "usageType": { + "type": "string", + "description": "The CUR usage type of the lineitem, if applicable." + }, + "instanceType": { + "type": "string", + "description": "The CUR instance type of the lineitem, if applicable." + }, + "operation": { + "type": "string", + "description": "The CUR operation of the lineitem, if applicable." + }, + "invoiceId": { + "type": "string", + "description": "The AWS invoice ID of the lineitem, if applicable." + }, + "description": { + "type": "string", + "description": "The description of the lineitem, if applicable." + }, + "resourceId": { + "type": "string", + "description": "The resource id of the lineitem, if applicable. At the moment, this is not yet fully supported." + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "costCategories": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "usage": { + "type": "number", + "format": "double", + "description": "Only set when `description` and/or `resourceId` attributes are specified." + }, + "cost": { + "type": "number", + "format": "double", + "description": "The true cost (calculated) for this lineitem." + }, + "unblendedCost": { + "type": "number", + "format": "double", + "description": "The unblended cost as reflected in the CUR for this lineitem." + }, + "baseCurrency": { + "type": "string", + "description": "The base currency for `cost`, `unblendedCost`, `effectiveCost`, `amortizedCost`. Always set to `USD`, CUR's default currency." + }, + "exchangeRate": { + "type": "number", + "format": "double", + "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." + }, + "targetCost": { + "type": "number", + "format": "double", + "description": "Converted `cost`." + }, + "targetUnblendedCost": { + "type": "number", + "format": "double", + "description": "Converted `unblendedCost`." + }, + "targetCurrency": { + "type": "string", + "description": "The currency set by `toCurrency`." + }, + "effectiveCost": { + "type": "number", + "format": "double" + }, + "targetEffectiveCost": { + "type": "number", + "format": "double", + "description": "Converted `effectiveCost`." + }, + "amortizedCost": { + "type": "number", + "format": "double" + }, + "targetAmortizedCost": { + "type": "number", + "format": "double", + "description": "Converted `amortizedCost`." + }, + "tagId": { + "type": "string" + }, + "timestamp": { + "type": "string", + "description": "Get last update in UNIX time format." + }, + "metadata": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiKeyValue" + }, + "description": "Various metadata associated with this lineitem." + } + } + }, + "apiAwsCostAttribute": { + "type": "object", + "properties": { + "account": { + "type": "string" + }, + "groupId": { + "type": "string" + }, + "productCode": { + "type": "string" + }, + "serviceCode": { + "type": "string" + }, + "region": { + "type": "string" + }, + "zone": { + "type": "string" + }, + "usageType": { + "type": "string" + }, + "instanceType": { + "type": "string" + }, + "operation": { + "type": "string" + }, + "invoiceId": { + "type": "string" + }, + "description": { + "type": "string" + }, + "resourceId": { + "type": "string" + }, + "tags": { + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "costCategories": { + "type": "object", + "additionalProperties": { + "type": "string" + } + } + } + }, + "apiAzureCost": { + "type": "object", + "properties": { + "account": { + "type": "string", + "description": "The account being queried." + }, + "groupId": { + "type": "string", + "description": "The group id the account is associated with during the query." + }, + "date": { + "type": "string", + "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." + }, + "serviceName": { + "type": "string", + "description": "The service name, such as `Software License`, `Cognosys`, `SendGrid`, `New-Commerce ERP Software License`, etc." + }, + "productName": { + "type": "string", + "description": "The product code for an Azure service, such as `Dsv4 Series Windows VM`, `CentOS 7.6`, etc." + }, + "region": { + "type": "string", + "description": "The region of lineitem, if applicable." + }, + "chargeType": { + "type": "string", + "description": "The charge type of lineitem, if applicable. Such as `New`, `CycleCharge`, `Prorate fees when cancel`, etc." + }, + "description": { + "type": "string", + "description": "The description of lineitem, if applicable." + }, + "billableQuantity": { + "type": "number", + "format": "double", + "description": "The billable quantity of lineitem, if applicable." + }, + "effectiveUnitPrice": { + "type": "number", + "format": "double", + "description": "The effective unit price of lineitem, if applicable." + }, + "cost": { + "type": "number", + "format": "double", + "description": "The true cost (calculated) for this lineitem." + }, + "baseCurrency": { + "type": "string", + "description": "The base currency for `cost`." + }, + "exchangeRate": { + "type": "number", + "format": "double", + "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." + }, + "targetCost": { + "type": "number", + "format": "double", + "description": "Converted `cost`." + }, + "targetCurrency": { + "type": "string", + "description": "The currency set by `toCurrency`." + }, + "timeInterval": { + "type": "string", + "description": "The time interval of lineitem, if applicable. Format is `yyyy-MM-ddThh:MM:ssZ/yyyy-mm-ddTHH:mm:ssZ` (for example 2020-09-16T00:00:00Z/2021-09-24T00:00:00Z)." + }, + "billingType": { + "type": "string", + "description": "The billing type of lineitem, if applicable. Such as `MARKETPLACE`, `UPFRONT`, `Refund`, `Credit` and `OTHERS`." + }, + "alternateId": { + "type": "string", + "description": "The alternate ID of lineitem, if applicable." + }, + "domainName": { + "type": "string", + "description": "The domain name of lineitem, if applicable." + }, + "operation": { + "type": "string", + "description": "The operation of lineitem, if applicable. Such as `Cool LRS Write Operations`, `Cool LRS Data Write`, `Standard Data Transfer Out`, etc." + }, + "usageType": { + "type": "string", + "description": "The usage type of lineitem, if applicable. Such as `Standard HDD Managed Disks`, `Tables`, `Blob Storage`, etc." + }, + "instanceType": { + "type": "string", + "description": "The instance type of lineitem, if applicable. Such as `Gateway`, `Standard_B2s`, `Standard_D4s_v3`, etc." + }, + "category": { + "type": "string", + "description": "The category of lineitem, if applicable. Such as `Software License`, `Marketplace`, `RI`, `Other`, etc." + }, + "subscriptionId": { + "type": "string", + "description": "The subscription id." + }, + "entitlementId": { + "type": "string", + "description": "The entitlement id." + }, + "resourceGroup": { + "type": "string", + "description": "The resource group of the lineitem, if applicable." + } + } + }, + "apiAzureCostAttribute": { + "type": "object", + "properties": { + "customerId": { + "type": "string" + }, + "subscriptionId": { + "type": "string" + }, + "entitlementId": { + "type": "string" + }, + "groupId": { + "type": "string" + }, + "productId": { + "type": "string" + }, + "productName": { + "type": "string" + }, + "skuId": { + "type": "string" + }, + "skuName": { + "type": "string" + }, + "description": { + "type": "string" + }, + "category": { + "type": "string" + }, + "domainName": { + "type": "string" + } + } + }, "apiBillingGroupForecast": { "type": "object", "properties": { @@ -27230,114 +27809,328 @@ } } }, - "apiCustomDetails": { + "apiCoverAccount": { "type": "object", "properties": { - "name": { + "accountId": { "type": "string" }, - "currency": { + "name": { "type": "string" }, - "amount": { - "type": "number", - "format": "double" + "type": { + "type": "string", + "title": "account, subscription, project" } - }, - "description": "CustomDetails resource definition." + } }, - "apiCustomMonthBudgetAlert": { + "apiCoverAwsOptions": { "type": "object", "properties": { - "value": { - "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" + "AccountName": { + "type": "string" }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "PayerId": { + "type": "string" }, - "startDay": { + "RoleArn": { + "type": "string" + }, + "ExternalId": { + "type": "string" + }, + "StackId": { + "type": "string" + }, + "StackRegion": { + "type": "string" + }, + "TemplateUrl": { + "type": "string" + }, + "BucketName": { + "type": "string" + }, + "Prefix": { + "type": "string" + }, + "ReportName": { + "type": "string" + }, + "registrationStatus": { + "$ref": "#/definitions/coverRegistrationStatus" + }, + "Status": { + "type": "string" + }, + "RegistrationMethod": { "type": "string", - "title": "Required. start day in budget alerts" + "title": "Valid values for now are: 'console', 'terraform'. default would be 'console'" + }, + "templateVersion": { + "type": "string" } - }, - "description": "CustomMonthBudgetAlert resource definition." + } }, - "apiCustomPeriodBudgetAlert": { + "apiCoverAzureOptions": { "type": "object", "properties": { - "value": { - "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" + "accountName": { + "type": "string" }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "azureCustomerId": { + "type": "string" }, - "startDate": { - "type": "string", - "title": "Required. start date in budget alerts" + "azurePlanId": { + "type": "string" }, - "endDate": { - "type": "string", - "title": "Required. end date in budget alerts" + "serviceAcct": { + "type": "string" + }, + "partnerAcct": { + "type": "string" + }, + "companyId": { + "type": "string" + }, + "payerId": { + "type": "string" } - }, - "description": "CustomPeriodBudgetAlert resource definition." + } }, - "apiDailyBudgetAlert": { + "apiCoverBudgetAlert": { "type": "object", "properties": { - "value": { - "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" + "threshold": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverThreshold" + } }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "channels": { + "$ref": "#/definitions/coverAlertChannels" } - }, - "description": "DailyBudgetAlert resource definition." + } }, - "apiDailyRateIncreaseBudgetAlert": { + "apiCoverCategory": { "type": "object", "properties": { - "value": { - "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" + "display": { + "type": "string" }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "query": { + "type": "string" } - }, - "description": "DailyRateIncreaseBudgetAlert resource definition." + } }, - "apiEmailChannel": { + "apiCoverCostGroup": { "type": "object", "properties": { - "format": { + "id": { "type": "string" }, - "recipients": { - "type": "array", - "items": { - "type": "string" - } + "name": { + "type": "string", + "title": "cost group name" } } }, - "apiFeatureFlags": { + "apiCoverResult": { "type": "object", "properties": { - "dashboardGraph": { - "type": "boolean", - "title": "Control view-access to the Wave dashboard graph" + "id": { + "type": "string" + }, + "name": { + "type": "string" + } + } + }, + "apiCoverRole": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "costgroupsIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "permissions": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "apiCoverTagData": { + "type": "object", + "properties": { + "tagKey": { + "type": "string" + }, + "tagValue": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "apiCoverUser": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "email": { + "type": "string" + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverUserRole" + } + }, + "invitedBy": { + "type": "object" + }, + "lastUpdated": { + "type": "string" + }, + "createdOn": { + "type": "string" + }, + "avatar": { + "type": "string" + }, + "activated": { + "type": "boolean" + }, + "colorTheme": { + "type": "string" + } + } + }, + "apiCustomDetails": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "CustomDetails resource definition." + }, + "apiCustomMonthBudgetAlert": { + "type": "object", + "properties": { + "value": { + "type": "number", + "format": "double", + "title": "Required. threshold in budget alerts" + }, + "enabled": { + "type": "boolean", + "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + }, + "startDay": { + "type": "string", + "title": "Required. start day in budget alerts" + } + }, + "description": "CustomMonthBudgetAlert resource definition." + }, + "apiCustomPeriodBudgetAlert": { + "type": "object", + "properties": { + "value": { + "type": "number", + "format": "double", + "title": "Required. threshold in budget alerts" + }, + "enabled": { + "type": "boolean", + "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + }, + "startDate": { + "type": "string", + "title": "Required. start date in budget alerts" + }, + "endDate": { + "type": "string", + "title": "Required. end date in budget alerts" + } + }, + "description": "CustomPeriodBudgetAlert resource definition." + }, + "apiDailyBudgetAlert": { + "type": "object", + "properties": { + "value": { + "type": "number", + "format": "double", + "title": "Required. threshold in budget alerts" + }, + "enabled": { + "type": "boolean", + "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + } + }, + "description": "DailyBudgetAlert resource definition." + }, + "apiDailyRateIncreaseBudgetAlert": { + "type": "object", + "properties": { + "value": { + "type": "number", + "format": "double", + "title": "Required. threshold in budget alerts" + }, + "enabled": { + "type": "boolean", + "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + } + }, + "description": "DailyRateIncreaseBudgetAlert resource definition." + }, + "apiEmailChannel": { + "type": "object", + "properties": { + "format": { + "type": "string" + }, + "recipients": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "apiFeatureFlags": { + "type": "object", + "properties": { + "dashboardGraph": { + "type": "boolean", + "title": "Control view-access to the Wave dashboard graph" }, "usageAccount": { "type": "boolean", @@ -27515,141 +28308,76 @@ } } }, - "apiGroupCustomDetails": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "amount": { - "type": "number", - "format": "double" - } - }, - "description": "GroupCustomDetails resource definition." - }, - "apiGroupDetails": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "amount": { - "type": "number", - "format": "double" - } - }, - "description": "GroupDetails resource definition." - }, - "apiGroupRootUser": { + "apiGcpCost": { "type": "object", "properties": { - "email": { - "type": "string", - "description": "The email address associated with the user. If there is no email\r\naddress provided then this field will contain \"Not Set\"." - }, - "password": { + "account": { "type": "string", - "description": "The password associated with the user. This field will only be\r\npopulated when the reseller is first created." + "title": "account data" }, "groupId": { "type": "string", - "description": "The ID of the group to which the user belongs. This will either\r\nbe a billing group ID or an access group ID." + "description": "The group id the account is associated with during the query." }, - "groupName": { + "date": { "type": "string", - "description": "The name of the group to which the user belongs. This will either\r\nbe the name of a billing group or an access group." + "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." }, - "groupType": { + "invoiceMonth": { "type": "string", - "description": "This field describes what type of group to which the user belongs.\r\nThis field will contain either a value of \"billing_group\" or \"access_group\"." - }, - "meta": { - "$ref": "#/definitions/apiFeatureFlags", - "description": "A collection of feature flags and whether or not they should be enabled. \r\nFor a full list of such flags, see https://alphauslabs.github.io/blueapi/apis/groups.html." + "description": "The invoice.month of the lineitem, if applicable." }, - "passwordUpdateTime": { + "service": { "type": "string", - "description": "The time when the password was last updated. This value will be null if \r\nthe password has never been updated." + "description": "The service.Description of the lineitem, if applicable." }, - "updateTime": { + "sku": { "type": "string", - "description": "The time when the user was last updated. This value will be null if the\r\nuser has never been updated." + "description": "The sku.Description of the lineitem, if applicable." }, - "userAccessId": { + "region": { "type": "string", - "description": "An ID that uniquely identifies the user in the context of its access group.\r\nIf the user does not belong to an access group then this value field will\r\ncontain the same value as the user ID." + "description": "The location.region of the lineitem, if applicable." }, - "userId": { + "zone": { "type": "string", - "description": "An ID that unqiuely identifies the user." - }, - "waveAvailabilityDays": { - "type": "integer", - "format": "int32", - "description": "How many days of Wave use remain. This value is only used for trial accounts.\r\nThis field cannot be updated." + "description": "The location.zone of the lineitem, if applicable." }, - "waveRegistered": { + "creditsType": { "type": "string", - "description": "When the user registered on Wave." + "description": "The credits.type of the lineitem, if applicable." }, - "waveStatus": { + "creditsName": { "type": "string", - "description": "The plan associated with the user. Possible values include \"trial\",\r\n\"limited3\" and \"limited4\"." - } - }, - "description": "Describes the fields on an Alphaus root user for a billing group or access group." - }, - "apiInvoice": { - "type": "object", - "properties": { - "aws": { - "$ref": "#/definitions/apiVendorDetail", - "title": "Invoice vendor detail by 'aws'" - }, - "gcp": { - "$ref": "#/definitions/apiVendorDetail", - "title": "Invoice vendor detail by 'gcp'" + "description": "The credits.name of the lineitem, if applicable." }, - "azure": { - "$ref": "#/definitions/apiVendorDetail", - "title": "Invoice vendor detail by 'azure'" - } - }, - "description": "Invoice resource definition." - }, - "apiInvoiceMessage": { - "type": "object", - "properties": { - "id": { + "usageUnit": { "type": "string", - "title": "invoice generate request id" + "description": "The usage.pricing_unit of the lineitem, if applicable." }, - "status": { - "type": "string", - "description": "done: Invoicing is complete.\nrunning: Invoicing in progress.\nfailed: Invoicing is failure.", - "title": "invoice generate request status" + "usageAmount": { + "type": "number", + "format": "double", + "description": "The usage.amount_in_pricing_units of the lineitem, if applicable." }, - "timestamp": { + "baseCurrency": { "type": "string", - "description": "status timestamp in UTC, RFC3339." + "description": "The currency of the lineitem, if applicable." + }, + "cost": { + "type": "number", + "format": "double", + "description": "The cost of the lineitem, if applicable." } }, - "description": "InvoiceMessage resource definition." + "description": "see gcp billing data schema details:[https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables]", + "title": "Cost for Api Response" }, - "apiInvoiceTotal": { + "apiGroupCustomDetails": { "type": "object", "properties": { "name": { - "type": "string", - "description": "supportFee: \n Total amount of Support Fee costs\n\nsubstitution: \n Total amount of agency fee costs\n\nchargeOnly: \n Total amount of vendor usage fee only costs\n\nmarketplace: \n Total amount of vendor marketplace usage costs\n\nmarketplaceFees: \n Total amount of vendor marketplace fee costs\n\ncharge: \n Total amount of vendor usage fee costs\n\ndiscount: \n Total amount after discounts. Inculuded Support fee costs\n\ndiscountWithSubstitution: \n Total Discounts plus agency fee costs\n\nchargeTaxFree: \n Amounts not included in consumption tax\n\nadditionalItem: \n Total amount of additional item costs \n\ncustomService: \n Total amount of custom service item costs \n\nsumOfBeforeTax: \n Total amount before consumption tax\n\ntax: \n Consumption tax amount on the total amount\n\ntotal: \n Total billing amount including tax", - "title": "Key names related to the total. Each key is described in the following detail" + "type": "string" }, "currency": { "type": "string" @@ -27659,1153 +28387,487 @@ "format": "double" } }, - "description": "InvoiceTotal resource definition." - }, - "apiKeyValue": { - "type": "object", - "properties": { - "key": { - "type": "string" - }, - "value": { - "type": "string" - } - } - }, - "apiKeyValueMap": { - "type": "object", - "properties": { - "key": { - "type": "string" - }, - "stringValue": { - "type": "string" - }, - "boolValue": { - "type": "boolean" - } - }, - "description": "KeyValueMap resource definition." - }, - "apiMSTeamsChannel": { - "type": "object", - "properties": { - "webhookUrl": { - "type": "string" - } - } - }, - "apiManagementAccount": { - "type": "object", - "properties": { - "managementAccountId": { - "type": "string", - "title": "Vendor-managed organization account Id" - }, - "config": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiConfigFilters" - }, - "description": "A list of filtering options. See [ConfigFilters] for more information on each filter item. Multiple filter items will use the logical 'or' operator, e.g. filter1 || filter2 || filter3, etc." - } - }, - "description": "ManagementAccount resource definition." + "description": "GroupCustomDetails resource definition." }, - "apiMonthOnMonthCostForecast": { + "apiGroupDetails": { "type": "object", "properties": { - "category": { + "name": { "type": "string" }, - "costCurrent": { - "type": "number", - "format": "double" - }, - "costPrev": { - "type": "number", - "format": "double" - }, - "costForecast": { - "type": "number", - "format": "double" - } - } - }, - "apiMonthToDateCostForecast": { - "type": "object", - "properties": { - "date": { + "currency": { "type": "string" }, - "costPrev": { - "type": "number", - "format": "double" - }, - "costAccumulated": { - "type": "number", - "format": "double" - }, - "costForecast": { - "type": "number", - "format": "double" - }, - "upperBound": { - "type": "number", - "format": "double" - }, - "lowerBound": { - "type": "number", - "format": "double" - } - } - }, - "apiMonthlyBudget": { - "type": "object", - "properties": { - "yearMonth": { - "type": "string", - "title": "Format: yyyymm" - }, "amount": { "type": "number", "format": "double" } - } - }, - "apiMonthlyBudgetAlert": { - "type": "object", - "properties": { - "value": { - "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" - }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." - } }, - "description": "MonthlyBudgetAlert resource definition." - }, - "apiMonthlyCostForecast": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "costActual": { - "type": "number", - "format": "double" - }, - "costForecast": { - "type": "number", - "format": "double" - }, - "budget": { - "type": "number", - "format": "double" - }, - "upperBound": { - "type": "number", - "format": "double" - }, - "lowerBound": { - "type": "number", - "format": "double" - } - } + "description": "GroupDetails resource definition." }, - "apiNotificationChannel": { + "apiGroupRootUser": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "enabled": { - "type": "boolean" + "email": { + "type": "string", + "description": "The email address associated with the user. If there is no email\r\naddress provided then this field will contain \"Not Set\"." }, - "name": { - "type": "string" + "password": { + "type": "string", + "description": "The password associated with the user. This field will only be\r\npopulated when the reseller is first created." }, - "type": { - "type": "string" + "groupId": { + "type": "string", + "description": "The ID of the group to which the user belongs. This will either\r\nbe a billing group ID or an access group ID." }, - "email": { - "$ref": "#/definitions/apiEmailChannel" + "groupName": { + "type": "string", + "description": "The name of the group to which the user belongs. This will either\r\nbe the name of a billing group or an access group." }, - "slack": { - "$ref": "#/definitions/apiSlackChannel" + "groupType": { + "type": "string", + "description": "This field describes what type of group to which the user belongs.\r\nThis field will contain either a value of \"billing_group\" or \"access_group\"." }, - "msteams": { - "$ref": "#/definitions/apiMSTeamsChannel" + "meta": { + "$ref": "#/definitions/apiFeatureFlags", + "description": "A collection of feature flags and whether or not they should be enabled. \r\nFor a full list of such flags, see https://alphauslabs.github.io/blueapi/apis/groups.html." }, - "product": { - "type": "string" - } - } - }, - "apiNotificationSettings": { - "type": "object", - "properties": { - "enabled": { - "type": "boolean", - "description": "Indicates whether notification is enabled for this account globally." - }, - "defaultChannel": { - "type": "string", - "description": "The id of the default notification channel." - } - } - }, - "apiOndemandChart": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "service": { - "type": "string" - }, - "normalizedUsage": { - "type": "number", - "format": "double" - }, - "ondemandCost": { - "type": "number", - "format": "double" - }, - "usage": { - "type": "number", - "format": "double" - } - } - }, - "apiOndemandData": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "ondemandChart": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiOndemandChart" - } - } - } - }, - "apiOptionsChart": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "cost": { - "type": "number", - "format": "double" - }, - "coverage": { - "type": "number", - "format": "double" - }, - "usage": { - "type": "number", - "format": "double" - }, - "usageCoverage": { - "type": "number", - "format": "double" - } - } - }, - "apiOptionsData": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "optionsChart": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiOptionsChart" - } - } - } - }, - "apiPermission": { - "type": "object", - "properties": { - "namespace": { - "type": "string" - }, - "permissions": { - "type": "array", - "items": { - "type": "string" - } - }, - "policies": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiPolicy" - } - } - } - }, - "apiPolicy": { - "type": "object", - "properties": { - "action": { - "type": "string" - }, - "effect": { - "type": "string" - }, - "key": { - "type": "string" - }, - "values": { - "type": "array", - "items": { - "type": "string" - } - } - } - }, - "apiSlackChannel": { - "type": "object", - "properties": { - "webhookUrl": { - "type": "string" - }, - "channelId": { - "type": "string" - }, - "channel": { - "type": "string" - }, - "configurationUrl": { - "type": "string" - }, - "code": { - "type": "string" - }, - "redirectUri": { - "type": "string" - } - } - }, - "apiSubUser": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "Sub-user's unique id." - }, - "parentId": { - "type": "string", - "description": "The id of the parent user. If this is empty, the sub-user is invalid." - }, - "metadata": { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "description": "Attributes specific to the sub-user." - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiSubUserRole" - }, - "description": "Role details for the sub-user, if applicable." - } - } - }, - "apiSubUserRole": { - "type": "object", - "properties": { - "roleId": { - "type": "string", - "description": "Role ID assigned to the sub-user." - }, - "permissions": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Permissions granted to the sub-user for this role." - }, - "subUserId": { - "type": "string", - "description": "Temporary: Tracks the sub-user ID to verify the role is assigned to the correct user.\nThis field will be removed after testing is complete." - } - } - }, - "apiUsageDetails": { - "type": "object", - "properties": { - "name": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "amount": { - "type": "number", - "format": "double" - } - }, - "description": "UsageDetails resource definition." - }, - "apiUserRoleMapping": { - "type": "object", - "properties": { - "rootUser": { - "type": "string" - }, - "subUser": { - "type": "string" - }, - "namespace": { - "type": "string" - }, - "role": { - "type": "string" - }, - "filter": { - "type": "string" - } - } - }, - "apiVendorDetail": { - "type": "object", - "properties": { - "details": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiAccountDetails" - }, - "title": "details: Includes account-by-account details" - }, - "groupDetails": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiGroupDetails" - }, - "description": "groupDetails: Includes account-by-account details(fee item data)." - }, - "groupCustomDetails": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiGroupCustomDetails" - }, - "description": "groupCustomDetails: Includes account-by-account details(custom service and additional item data)." - }, - "total": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiInvoiceTotal" - }, - "title": "total: Includes data on billing totals" - }, - "settings": { - "$ref": "#/definitions/blueapiapiInvoiceSettings", - "title": "settings: Includes settings related to billing" - } - }, - "description": "VendorDetail resource definition." - }, - "apiawsChartData": { - "type": "object", - "properties": { - "date": { - "type": "string" - }, - "actualOndemand": { - "type": "number", - "format": "double" - }, - "actualCost": { - "type": "number", - "format": "double" - }, - "utilization": { - "type": "number", - "format": "double" - } - } - }, - "apiawsCost": { - "type": "object", - "properties": { - "account": { - "type": "string", - "description": "The account being queried." - }, - "groupId": { - "type": "string", - "description": "The group id the account is associated with during the query." - }, - "type": { - "type": "string" - }, - "date": { - "type": "string", - "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." - }, - "productCode": { - "type": "string", - "description": "The product code for an AWS service, such as `AmazonEC2`, `AmazonRDS`, etc. This can also be an Alphaus-specified custom value." - }, - "serviceCode": { - "type": "string", - "description": "The CUR service code of the lineitem, if applicable. Sometimes, this is the same as `productCode`, a subset of `productCode`, an Alphaus-specified custom value, or empty." - }, - "region": { - "type": "string", - "description": "The region of the lineitem, if applicable." - }, - "zone": { - "type": "string", - "description": "The zone of the lineitem, if applicable." - }, - "usageType": { - "type": "string", - "description": "The CUR usage type of the lineitem, if applicable." - }, - "instanceType": { - "type": "string", - "description": "The CUR instance type of the lineitem, if applicable." - }, - "operation": { - "type": "string", - "description": "The CUR operation of the lineitem, if applicable." - }, - "invoiceId": { - "type": "string", - "description": "The AWS invoice ID of the lineitem, if applicable." - }, - "description": { - "type": "string", - "description": "The description of the lineitem, if applicable." - }, - "resourceId": { - "type": "string", - "description": "The resource id of the lineitem, if applicable. At the moment, this is not yet fully supported." - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "costCategories": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "usage": { - "type": "number", - "format": "double", - "description": "Only set when `description` and/or `resourceId` attributes are specified." - }, - "cost": { - "type": "number", - "format": "double", - "description": "The true cost (calculated) for this lineitem." - }, - "unblendedCost": { - "type": "number", - "format": "double", - "description": "The unblended cost as reflected in the CUR for this lineitem." - }, - "baseCurrency": { - "type": "string", - "description": "The base currency for `cost`, `unblendedCost`, `effectiveCost`, `amortizedCost`. Always set to `USD`, CUR's default currency." - }, - "exchangeRate": { - "type": "number", - "format": "double", - "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." - }, - "targetCost": { - "type": "number", - "format": "double", - "description": "Converted `cost`." - }, - "targetUnblendedCost": { - "type": "number", - "format": "double", - "description": "Converted `unblendedCost`." - }, - "targetCurrency": { - "type": "string", - "description": "The currency set by `toCurrency`." - }, - "effectiveCost": { - "type": "number", - "format": "double" - }, - "targetEffectiveCost": { - "type": "number", - "format": "double", - "description": "Converted `effectiveCost`." - }, - "amortizedCost": { - "type": "number", - "format": "double" - }, - "targetAmortizedCost": { - "type": "number", - "format": "double", - "description": "Converted `amortizedCost`." - }, - "tagId": { - "type": "string" - }, - "timestamp": { - "type": "string", - "description": "Get last update in UNIX time format." - }, - "metadata": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apiKeyValue" - }, - "description": "Various metadata associated with this lineitem." - } - } - }, - "apiawsCostAttribute": { - "type": "object", - "properties": { - "account": { - "type": "string" - }, - "groupId": { - "type": "string" - }, - "productCode": { - "type": "string" - }, - "serviceCode": { - "type": "string" - }, - "region": { - "type": "string" - }, - "zone": { - "type": "string" - }, - "usageType": { - "type": "string" - }, - "instanceType": { - "type": "string" - }, - "operation": { - "type": "string" - }, - "invoiceId": { - "type": "string" - }, - "description": { - "type": "string" - }, - "resourceId": { - "type": "string" - }, - "tags": { - "type": "object", - "additionalProperties": { - "type": "string" - } - }, - "costCategories": { - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "apiazureCost": { - "type": "object", - "properties": { - "account": { - "type": "string", - "description": "The account being queried." - }, - "groupId": { - "type": "string", - "description": "The group id the account is associated with during the query." - }, - "date": { - "type": "string", - "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." - }, - "serviceName": { - "type": "string", - "description": "The service name, such as `Software License`, `Cognosys`, `SendGrid`, `New-Commerce ERP Software License`, etc." - }, - "productName": { - "type": "string", - "description": "The product code for an Azure service, such as `Dsv4 Series Windows VM`, `CentOS 7.6`, etc." - }, - "region": { - "type": "string", - "description": "The region of lineitem, if applicable." - }, - "chargeType": { - "type": "string", - "description": "The charge type of lineitem, if applicable. Such as `New`, `CycleCharge`, `Prorate fees when cancel`, etc." - }, - "description": { - "type": "string", - "description": "The description of lineitem, if applicable." - }, - "billableQuantity": { - "type": "number", - "format": "double", - "description": "The billable quantity of lineitem, if applicable." - }, - "effectiveUnitPrice": { - "type": "number", - "format": "double", - "description": "The effective unit price of lineitem, if applicable." - }, - "cost": { - "type": "number", - "format": "double", - "description": "The true cost (calculated) for this lineitem." - }, - "baseCurrency": { - "type": "string", - "description": "The base currency for `cost`." - }, - "exchangeRate": { - "type": "number", - "format": "double", - "description": "The exchange rate used to convert `baseCurrency` to `targetCurrency`." - }, - "targetCost": { - "type": "number", - "format": "double", - "description": "Converted `cost`." - }, - "targetCurrency": { - "type": "string", - "description": "The currency set by `toCurrency`." - }, - "timeInterval": { - "type": "string", - "description": "The time interval of lineitem, if applicable. Format is `yyyy-MM-ddThh:MM:ssZ/yyyy-mm-ddTHH:mm:ssZ` (for example 2020-09-16T00:00:00Z/2021-09-24T00:00:00Z)." - }, - "billingType": { - "type": "string", - "description": "The billing type of lineitem, if applicable. Such as `MARKETPLACE`, `UPFRONT`, `Refund`, `Credit` and `OTHERS`." - }, - "alternateId": { + "passwordUpdateTime": { "type": "string", - "description": "The alternate ID of lineitem, if applicable." + "description": "The time when the password was last updated. This value will be null if \r\nthe password has never been updated." }, - "domainName": { + "updateTime": { "type": "string", - "description": "The domain name of lineitem, if applicable." + "description": "The time when the user was last updated. This value will be null if the\r\nuser has never been updated." }, - "operation": { + "userAccessId": { "type": "string", - "description": "The operation of lineitem, if applicable. Such as `Cool LRS Write Operations`, `Cool LRS Data Write`, `Standard Data Transfer Out`, etc." + "description": "An ID that uniquely identifies the user in the context of its access group.\r\nIf the user does not belong to an access group then this value field will\r\ncontain the same value as the user ID." }, - "usageType": { + "userId": { "type": "string", - "description": "The usage type of lineitem, if applicable. Such as `Standard HDD Managed Disks`, `Tables`, `Blob Storage`, etc." + "description": "An ID that unqiuely identifies the user." }, - "instanceType": { + "waveAvailabilityDays": { + "type": "integer", + "format": "int32", + "description": "How many days of Wave use remain. This value is only used for trial accounts.\r\nThis field cannot be updated." + }, + "waveRegistered": { "type": "string", - "description": "The instance type of lineitem, if applicable. Such as `Gateway`, `Standard_B2s`, `Standard_D4s_v3`, etc." + "description": "When the user registered on Wave." }, - "category": { + "waveStatus": { "type": "string", - "description": "The category of lineitem, if applicable. Such as `Software License`, `Marketplace`, `RI`, `Other`, etc." + "description": "The plan associated with the user. Possible values include \"trial\",\r\n\"limited3\" and \"limited4\"." + } + }, + "description": "Describes the fields on an Alphaus root user for a billing group or access group." + }, + "apiInvoice": { + "type": "object", + "properties": { + "aws": { + "$ref": "#/definitions/apiVendorDetail", + "title": "Invoice vendor detail by 'aws'" }, - "subscriptionId": { + "gcp": { + "$ref": "#/definitions/apiVendorDetail", + "title": "Invoice vendor detail by 'gcp'" + }, + "azure": { + "$ref": "#/definitions/apiVendorDetail", + "title": "Invoice vendor detail by 'azure'" + } + }, + "description": "Invoice resource definition." + }, + "apiInvoiceMessage": { + "type": "object", + "properties": { + "id": { "type": "string", - "description": "The subscription id." + "title": "invoice generate request id" }, - "entitlementId": { + "status": { "type": "string", - "description": "The entitlement id." + "description": "done: Invoicing is complete.\nrunning: Invoicing in progress.\nfailed: Invoicing is failure.", + "title": "invoice generate request status" }, - "resourceGroup": { + "timestamp": { "type": "string", - "description": "The resource group of the lineitem, if applicable." + "description": "status timestamp in UTC, RFC3339." } - } + }, + "description": "InvoiceMessage resource definition." }, - "apiazureCostAttribute": { + "apiInvoiceTotal": { "type": "object", "properties": { - "customerId": { - "type": "string" + "name": { + "type": "string", + "description": "supportFee: \n Total amount of Support Fee costs\n\nsubstitution: \n Total amount of agency fee costs\n\nchargeOnly: \n Total amount of vendor usage fee only costs\n\nmarketplace: \n Total amount of vendor marketplace usage costs\n\nmarketplaceFees: \n Total amount of vendor marketplace fee costs\n\ncharge: \n Total amount of vendor usage fee costs\n\ndiscount: \n Total amount after discounts. Inculuded Support fee costs\n\ndiscountWithSubstitution: \n Total Discounts plus agency fee costs\n\nchargeTaxFree: \n Amounts not included in consumption tax\n\nadditionalItem: \n Total amount of additional item costs \n\ncustomService: \n Total amount of custom service item costs \n\nsumOfBeforeTax: \n Total amount before consumption tax\n\ntax: \n Consumption tax amount on the total amount\n\ntotal: \n Total billing amount including tax", + "title": "Key names related to the total. Each key is described in the following detail" }, - "subscriptionId": { + "currency": { "type": "string" }, - "entitlementId": { + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "InvoiceTotal resource definition." + }, + "apiKeyValue": { + "type": "object", + "properties": { + "key": { "type": "string" }, - "groupId": { + "value": { "type": "string" - }, - "productId": { + } + } + }, + "apiKeyValueMap": { + "type": "object", + "properties": { + "key": { "type": "string" }, - "productName": { + "stringValue": { "type": "string" }, - "skuId": { - "type": "string" + "boolValue": { + "type": "boolean" + } + }, + "description": "KeyValueMap resource definition." + }, + "apiLusterLabel": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The label id." }, - "skuName": { - "type": "string" + "name": { + "type": "string", + "description": "The label name." + }, + "color": { + "type": "string", + "description": "The label color.\nformat: HEX color code ( #FF0000 )." }, "description": { - "type": "string" + "type": "string", + "description": "The label description." }, - "category": { - "type": "string" + "createdAt": { + "type": "string", + "title": "The label createdAt.\n\"created_at\": \"2023-10-27T10:00:00Z\"", + "readOnly": true }, - "domainName": { + "updatedAt": { + "type": "string", + "title": "The label updatedAt.\n\"updated_at\": \"2023-10-27T10:00:00Z\"", + "readOnly": true + } + }, + "title": "The message defines the label" + }, + "apiMSTeamsChannel": { + "type": "object", + "properties": { + "webhookUrl": { "type": "string" } } }, - "apicoverAccount": { + "apiManagementAccount": { "type": "object", "properties": { - "accountId": { - "type": "string" + "managementAccountId": { + "type": "string", + "title": "Vendor-managed organization account Id" }, - "name": { + "config": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiConfigFilters" + }, + "description": "A list of filtering options. See [ConfigFilters] for more information on each filter item. Multiple filter items will use the logical 'or' operator, e.g. filter1 || filter2 || filter3, etc." + } + }, + "description": "ManagementAccount resource definition." + }, + "apiMonthOnMonthCostForecast": { + "type": "object", + "properties": { + "category": { "type": "string" }, - "type": { - "type": "string", - "title": "account, subscription, project" + "costCurrent": { + "type": "number", + "format": "double" + }, + "costPrev": { + "type": "number", + "format": "double" + }, + "costForecast": { + "type": "number", + "format": "double" } } }, - "apicoverAwsOptions": { + "apiMonthToDateCostForecast": { "type": "object", "properties": { - "AccountName": { - "type": "string" - }, - "PayerId": { + "date": { "type": "string" }, - "RoleArn": { - "type": "string" + "costPrev": { + "type": "number", + "format": "double" }, - "ExternalId": { - "type": "string" + "costAccumulated": { + "type": "number", + "format": "double" }, - "StackId": { - "type": "string" + "costForecast": { + "type": "number", + "format": "double" }, - "StackRegion": { - "type": "string" + "upperBound": { + "type": "number", + "format": "double" }, - "TemplateUrl": { - "type": "string" + "lowerBound": { + "type": "number", + "format": "double" + } + } + }, + "apiMonthlyBudget": { + "type": "object", + "properties": { + "yearMonth": { + "type": "string", + "title": "Format: yyyymm" }, - "BucketName": { - "type": "string" + "amount": { + "type": "number", + "format": "double" + } + } + }, + "apiMonthlyBudgetAlert": { + "type": "object", + "properties": { + "value": { + "type": "number", + "format": "double", + "title": "Required. threshold in budget alerts" }, - "Prefix": { + "enabled": { + "type": "boolean", + "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + } + }, + "description": "MonthlyBudgetAlert resource definition." + }, + "apiMonthlyCostForecast": { + "type": "object", + "properties": { + "date": { "type": "string" }, - "ReportName": { - "type": "string" + "costActual": { + "type": "number", + "format": "double" }, - "registrationStatus": { - "$ref": "#/definitions/coverRegistrationStatus" + "costForecast": { + "type": "number", + "format": "double" }, - "Status": { - "type": "string" + "budget": { + "type": "number", + "format": "double" }, - "RegistrationMethod": { - "type": "string", - "title": "Valid values for now are: 'console', 'terraform'. default would be 'console'" + "upperBound": { + "type": "number", + "format": "double" }, - "templateVersion": { - "type": "string" + "lowerBound": { + "type": "number", + "format": "double" } } }, - "apicoverAzureOptions": { + "apiNotificationChannel": { "type": "object", "properties": { - "accountName": { + "id": { "type": "string" }, - "azureCustomerId": { - "type": "string" + "enabled": { + "type": "boolean" }, - "azurePlanId": { + "name": { "type": "string" }, - "serviceAcct": { + "type": { "type": "string" }, - "partnerAcct": { - "type": "string" + "email": { + "$ref": "#/definitions/apiEmailChannel" }, - "companyId": { - "type": "string" + "slack": { + "$ref": "#/definitions/apiSlackChannel" }, - "payerId": { + "msteams": { + "$ref": "#/definitions/apiMSTeamsChannel" + }, + "product": { "type": "string" } } }, - "apicoverBudgetAlert": { + "apiNotificationSettings": { "type": "object", "properties": { - "threshold": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/coverThreshold" - } + "enabled": { + "type": "boolean", + "description": "Indicates whether notification is enabled for this account globally." }, - "channels": { - "$ref": "#/definitions/coverAlertChannels" + "defaultChannel": { + "type": "string", + "description": "The id of the default notification channel." } } }, - "apicoverCategory": { + "apiOndemandChart": { "type": "object", "properties": { - "display": { + "date": { "type": "string" }, - "query": { + "service": { "type": "string" + }, + "normalizedUsage": { + "type": "number", + "format": "double" + }, + "ondemandCost": { + "type": "number", + "format": "double" + }, + "usage": { + "type": "number", + "format": "double" } } }, - "apicoverCostGroup": { + "apiOndemandData": { "type": "object", "properties": { "id": { "type": "string" }, - "name": { - "type": "string", - "title": "cost group name" + "ondemandChart": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiOndemandChart" + } } } }, - "apicoverResult": { + "apiOptionsChart": { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "name": { - "type": "string" + "cost": { + "type": "number", + "format": "double" + }, + "coverage": { + "type": "number", + "format": "double" + }, + "usage": { + "type": "number", + "format": "double" + }, + "usageCoverage": { + "type": "number", + "format": "double" } } }, - "apicoverRole": { + "apiOptionsData": { "type": "object", "properties": { "id": { "type": "string" }, - "name": { - "type": "string" - }, - "costgroupsIds": { - "type": "array", - "items": { - "type": "string" - } - }, - "permissions": { + "optionsChart": { "type": "array", "items": { - "type": "string" + "type": "object", + "$ref": "#/definitions/apiOptionsChart" } } } }, - "apicoverTagData": { + "apiPermission": { "type": "object", "properties": { - "tagKey": { + "namespace": { "type": "string" }, - "tagValue": { + "permissions": { "type": "array", "items": { "type": "string" } + }, + "policies": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiPolicy" + } } } }, - "apicoverUser": { + "apiPolicy": { "type": "object", "properties": { - "id": { + "action": { "type": "string" }, - "name": { + "effect": { "type": "string" }, - "email": { + "key": { "type": "string" }, - "roles": { + "values": { "type": "array", "items": { - "type": "object", - "$ref": "#/definitions/coverUserRole" + "type": "string" } - }, - "invitedBy": { - "type": "object" - }, - "lastUpdated": { - "type": "string" - }, - "createdOn": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "activated": { - "type": "boolean" - }, - "colorTheme": { - "type": "string" } } }, - "apigcpCost": { - "type": "object", - "properties": { - "account": { - "type": "string", - "title": "account data" - }, - "groupId": { - "type": "string", - "description": "The group id the account is associated with during the query." - }, - "date": { - "type": "string", - "description": "For daily data, format is `yyyy-mm-dd`; for monthly, `yyyy-mm`." - }, - "invoiceMonth": { - "type": "string", - "description": "The invoice.month of the lineitem, if applicable." - }, - "service": { - "type": "string", - "description": "The service.Description of the lineitem, if applicable." - }, - "sku": { - "type": "string", - "description": "The sku.Description of the lineitem, if applicable." - }, - "region": { - "type": "string", - "description": "The location.region of the lineitem, if applicable." - }, - "zone": { - "type": "string", - "description": "The location.zone of the lineitem, if applicable." - }, - "creditsType": { - "type": "string", - "description": "The credits.type of the lineitem, if applicable." - }, - "creditsName": { - "type": "string", - "description": "The credits.name of the lineitem, if applicable." - }, - "usageUnit": { - "type": "string", - "description": "The usage.pricing_unit of the lineitem, if applicable." - }, - "usageAmount": { - "type": "number", - "format": "double", - "description": "The usage.amount_in_pricing_units of the lineitem, if applicable." - }, - "baseCurrency": { - "type": "string", - "description": "The currency of the lineitem, if applicable." - }, - "cost": { - "type": "number", - "format": "double", - "description": "The cost of the lineitem, if applicable." - } - }, - "description": "see gcp billing data schema details:[https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables]", - "title": "Cost for Api Response" - }, - "apilusterLabel": { - "type": "object", - "properties": { - "id": { - "type": "string", - "description": "The label id." - }, - "name": { - "type": "string", - "description": "The label name." - }, - "color": { - "type": "string", - "description": "The label color.\nformat: HEX color code ( #FF0000 )." - }, - "description": { - "type": "string", - "description": "The label description." - }, - "createdAt": { - "type": "string", - "title": "The label createdAt.\n\"created_at\": \"2023-10-27T10:00:00Z\"", - "readOnly": true - }, - "updatedAt": { - "type": "string", - "title": "The label updatedAt.\n\"updated_at\": \"2023-10-27T10:00:00Z\"", - "readOnly": true - } - }, - "title": "The message defines the label" - }, - "apirippleAccessGroup": { + "apiRippleAccessGroup": { "type": "object", "properties": { "id": { @@ -28826,7 +28888,7 @@ }, "description": "AccessGroup resource definition." }, - "apirippleOrg": { + "apiRippleOrg": { "type": "object", "properties": { "name": { @@ -28847,7 +28909,7 @@ }, "description": "Org resource definition." }, - "apiripplev1InvoiceServiceDiscounts": { + "apiRippleV1InvoiceServiceDiscounts": { "type": "object", "properties": { "id": { @@ -28879,7 +28941,171 @@ }, "description": "InvoiceServiceDiscounts resource definition." }, - "apiwaveBudget": { + "apiSlackChannel": { + "type": "object", + "properties": { + "webhookUrl": { + "type": "string" + }, + "channelId": { + "type": "string" + }, + "channel": { + "type": "string" + }, + "configurationUrl": { + "type": "string" + }, + "code": { + "type": "string" + }, + "redirectUri": { + "type": "string" + } + } + }, + "apiSubUser": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Sub-user's unique id." + }, + "parentId": { + "type": "string", + "description": "The id of the parent user. If this is empty, the sub-user is invalid." + }, + "metadata": { + "type": "object", + "additionalProperties": { + "type": "string" + }, + "description": "Attributes specific to the sub-user." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiSubUserRole" + }, + "description": "Role details for the sub-user, if applicable." + } + } + }, + "apiSubUserRole": { + "type": "object", + "properties": { + "roleId": { + "type": "string", + "description": "Role ID assigned to the sub-user." + }, + "permissions": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Permissions granted to the sub-user for this role." + }, + "subUserId": { + "type": "string", + "description": "Temporary: Tracks the sub-user ID to verify the role is assigned to the correct user.\nThis field will be removed after testing is complete." + } + } + }, + "apiUsageDetails": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "UsageDetails resource definition." + }, + "apiUserRoleMapping": { + "type": "object", + "properties": { + "rootUser": { + "type": "string" + }, + "subUser": { + "type": "string" + }, + "namespace": { + "type": "string" + }, + "role": { + "type": "string" + }, + "filter": { + "type": "string" + } + } + }, + "apiUtilizationData": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "chartData": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/blueapiApiChartData" + } + } + } + }, + "apiVendorDetail": { + "type": "object", + "properties": { + "details": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiAccountDetails" + }, + "title": "details: Includes account-by-account details" + }, + "groupDetails": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiGroupDetails" + }, + "description": "groupDetails: Includes account-by-account details(fee item data)." + }, + "groupCustomDetails": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiGroupCustomDetails" + }, + "description": "groupCustomDetails: Includes account-by-account details(custom service and additional item data)." + }, + "total": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiInvoiceTotal" + }, + "title": "total: Includes data on billing totals" + }, + "settings": { + "$ref": "#/definitions/blueapiApiInvoiceSettings", + "title": "settings: Includes settings related to billing" + } + }, + "description": "VendorDetail resource definition." + }, + "apiWaveBudget": { "type": "object", "properties": { "id": { @@ -28898,7 +29124,7 @@ }, "description": "Budget resource definition." }, - "apiwaveBudgetAlert": { + "apiWaveBudgetAlert": { "type": "object", "properties": { "id": { @@ -28910,7 +29136,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiwaveNotification" + "$ref": "#/definitions/apiWaveNotification" }, "description": "notification setting." }, @@ -28918,14 +29144,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiwaveBudget" + "$ref": "#/definitions/apiWaveBudget" }, "description": "budget setting." } }, "description": "Budget resource definition." }, - "apiwaveNotification": { + "apiWaveNotification": { "type": "object", "properties": { "id": { @@ -28943,49 +29169,20 @@ }, "description": "Notification resource definition." }, - "awsAWSResourceDetailsEBSDetails": { + "awsAWSRecommendations": { "type": "object", "properties": { - "volumeDetails": { - "$ref": "#/definitions/EBSDetailsVolumeDetails" - } - } - }, - "awsAWSResourceDetailsEC2Details": { - "type": "object", - "properties": { - "instance": { - "$ref": "#/definitions/AWSResourceDetailsEC2DetailsInstanceDetails" + "costExplorerRecommendations": { + "$ref": "#/definitions/awsCostExplorerRecommendations" }, - "riSpecsDetails": { - "$ref": "#/definitions/EC2DetailsRISpecsDetails" - } - } - }, - "awsAWSResourceDetailsMemoryDBDetails": { - "type": "object", - "properties": { - "node": { - "$ref": "#/definitions/AWSResourceDetailsMemoryDBDetailsNodeDetails" - } - } - }, - "awsAWSResourceDetailsRDSDetails": { - "type": "object", - "properties": { - "dbInstance": { - "$ref": "#/definitions/RDSDetailsDBInstanceDetails" - } - } - }, - "awsAWSResourceDetailsRedshiftDetails": { - "type": "object", - "properties": { - "cluster": { - "$ref": "#/definitions/RedshiftDetailsClusterDetails" + "costOptimizationHubRecommendations": { + "$ref": "#/definitions/awsCostOptimizationHubRecommendations" }, - "node": { - "$ref": "#/definitions/AWSResourceDetailsRedshiftDetailsNodeDetails" + "trustedAdvisorRecommendations": { + "$ref": "#/definitions/awsTrustedAdvisorRecommendations" + }, + "resourceArn": { + "type": "string" } } }, @@ -29027,7 +29224,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiawsChartData" + "$ref": "#/definitions/apiAwsChartData" } } } @@ -29130,16 +29327,16 @@ "type": "object", "properties": { "costCalculation": { - "$ref": "#/definitions/CostOptimizationHubRecommendationsDetailsCostCalculation" + "$ref": "#/definitions/DetailsCostCalculation" }, "ec2Details": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" }, "rdsDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsRDSDetails" + "$ref": "#/definitions/AWSResourceDetailsRDSDetails" }, "ebsDetails": { - "$ref": "#/definitions/awsAWSResourceDetailsEBSDetails" + "$ref": "#/definitions/AWSResourceDetailsEBSDetails" }, "ec2AutoScalingGroupDetails": { "$ref": "#/definitions/AWSResourceDetailsEC2AutoScalingGroupDetails" @@ -29703,7 +29900,7 @@ "azurecspAzureCSPRecommendations": { "type": "object" }, - "billingv1AccessGroup": { + "billingV1AccessGroup": { "type": "object", "properties": { "accessGroupId": { @@ -29722,14 +29919,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" }, "description": "A list of billing groups contained in the access group." } }, "description": "Defines the fields associated with a Wave access group." }, - "billingv1AwsOptions": { + "billingV1AwsOptions": { "type": "object", "properties": { "useProFormaCur": { @@ -29741,7 +29938,7 @@ } } }, - "billingv1AzureOptions": { + "billingV1AzureOptions": { "type": "object", "properties": { "resourceGroup": { @@ -29759,7 +29956,7 @@ }, "title": "Optional. Azure-specific options" }, - "billingv1BillingGroup": { + "billingV1BillingGroup": { "type": "object", "properties": { "billingInternalId": { @@ -29798,7 +29995,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "title": "List of all accounts" }, @@ -29819,12 +30016,12 @@ "title": "List of all additionalItems" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "AWS-specific options" } } }, - "billingv1InvoiceSettings": { + "billingV1InvoiceSettings": { "type": "object", "properties": { "invoiceNo": { @@ -29915,7 +30112,7 @@ } } }, - "billingv1Tag": { + "billingV1Tag": { "type": "object", "properties": { "key": { @@ -29934,7 +30131,7 @@ }, "title": "Individual tag definition for AddTagsToBillingGroup" }, - "billingv1TagData": { + "billingV1TagData": { "type": "object", "properties": { "customerId": { @@ -29956,7 +30153,7 @@ }, "title": "Response for tag request" }, - "blueapiapiAccount": { + "blueapiApiAccount": { "type": "object", "properties": { "vendor": { @@ -29989,7 +30186,7 @@ } } }, - "blueapiapiBudget": { + "blueapiApiBudget": { "type": "object", "properties": { "id": { @@ -30008,7 +30205,7 @@ } } }, - "blueapiapiChartData": { + "blueapiApiChartData": { "type": "object", "properties": { "date": { @@ -30035,7 +30232,7 @@ } } }, - "blueapiapiFeeDetails": { + "blueapiApiFeeDetails": { "type": "object", "properties": { "name": { @@ -30051,7 +30248,7 @@ }, "description": "FeeDetails resource definition." }, - "blueapiapiInvoiceSettings": { + "blueapiApiInvoiceSettings": { "type": "object", "properties": { "address": { @@ -30104,7 +30301,7 @@ }, "description": "InvoiceSettings resource definition." }, - "blueapiapiNotification": { + "blueapiApiNotification": { "type": "object", "properties": { "id": { @@ -30123,11 +30320,11 @@ "type": "boolean" }, "account": { - "$ref": "#/definitions/blueapiapiNotificationAccount" + "$ref": "#/definitions/blueapiApiNotificationAccount" } } }, - "blueapiapiNotificationAccount": { + "blueapiApiNotificationAccount": { "type": "object", "properties": { "vendor": { @@ -30138,7 +30335,7 @@ } } }, - "blueapiapiRole": { + "blueapiApiRole": { "type": "object", "properties": { "name": { @@ -30162,7 +30359,7 @@ } } }, - "blueapiapiUser": { + "blueapiApiUser": { "type": "object", "properties": { "id": { @@ -30182,22 +30379,7 @@ } } }, - "blueapiapiUtilizationData": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "chartData": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/blueapiapiChartData" - } - } - } - }, - "blueapibillingv1InvoiceServiceDiscounts": { + "blueapiBillingV1InvoiceServiceDiscounts": { "type": "object", "properties": { "id": { @@ -30223,7 +30405,7 @@ }, "description": "Streaming response message for the InvoiceServiceDiscounts rpc." }, - "blueapibillingv1ListExchangeRatesResponse": { + "blueapiBillingV1ListExchangeRatesResponse": { "type": "object", "properties": { "month": { @@ -30249,22 +30431,22 @@ }, "description": "Response message for the ListExchangeRates rpc." }, - "blueapicostv1CostItem": { + "blueapiCostV1CostItem": { "type": "object", "properties": { "aws": { - "$ref": "#/definitions/apiawsCost" + "$ref": "#/definitions/apiAwsCost" }, "gcp": { - "$ref": "#/definitions/apigcpCost" + "$ref": "#/definitions/apiGcpCost" }, "azure": { - "$ref": "#/definitions/apiazureCost" + "$ref": "#/definitions/apiAzureCost" } }, "description": "Response message wrapper for cloud costs." }, - "blueapicoverv1CostItem": { + "blueapiCoverV1CostItem": { "type": "object", "properties": { "vendor": { @@ -30347,15 +30529,15 @@ }, "description": "Response message wrapper for cloud costs." }, - "blueapicoverv1GetUserResponse": { + "blueapiCoverV1GetUserResponse": { "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, - "blueapicoverv1ListExchangeRatesResponse": { + "blueapiCoverV1ListExchangeRatesResponse": { "type": "object", "properties": { "orgId": { @@ -30371,7 +30553,7 @@ }, "title": "Response message for ListExchangeRates" }, - "blueapicoverv1Resource": { + "blueapiCoverV1Resource": { "type": "object", "properties": { "date": { @@ -30417,7 +30599,7 @@ } } }, - "blueapiflowv1DailyUtilization": { + "blueapiFlowV1DailyUtilization": { "type": "object", "properties": { "currentDate": { @@ -30432,7 +30614,7 @@ }, "description": "Daily utilization data for a specific date range." }, - "blueapiflowv1GetInfoResponse": { + "blueapiFlowV1GetInfoResponse": { "type": "object", "properties": { "response": { @@ -30441,7 +30623,7 @@ }, "description": "Response message for the Flow.GetInfo rpc." }, - "blueapigcv1Resource": { + "blueapiGcV1Resource": { "type": "object", "properties": { "id": { @@ -30581,7 +30763,7 @@ } } }, - "blueapiorgv1CreateOrgRequest": { + "blueapiOrgV1CreateOrgRequest": { "type": "object", "properties": { "email": { @@ -30627,11 +30809,11 @@ }, "description": "Request message for the Organization.CreateOrg rpc." }, - "blueapiorgv1CreateOrgResponse": { + "blueapiOrgV1CreateOrgResponse": { "type": "object", "properties": { "org": { - "$ref": "#/definitions/apirippleOrg" + "$ref": "#/definitions/apiRippleOrg" }, "password": { "type": "string" @@ -30639,7 +30821,7 @@ }, "description": "Response message for the Organization.CreateOrg rpc." }, - "blueapipricingv1GetInfoResponse": { + "blueapiPricingV1GetInfoResponse": { "type": "object", "properties": { "response": { @@ -30648,7 +30830,7 @@ }, "description": "Response message for the Pricing.GetInfo rpc." }, - "blueapiprismv1TestResponse": { + "blueapiPrismV1TestResponse": { "type": "object", "properties": { "response": { @@ -30656,7 +30838,7 @@ } } }, - "blueapivortexv1CreateOrgRequest": { + "blueapiVortexV1CreateOrgRequest": { "type": "object", "properties": { "name": { @@ -30667,7 +30849,7 @@ } } }, - "blueapivortexv1CreateOrgResponse": { + "blueapiVortexV1CreateOrgResponse": { "type": "object", "properties": { "orgId": { @@ -30681,7 +30863,7 @@ } } }, - "blueapivortexv1GetUserResponse": { + "blueapiVortexV1GetUserResponse": { "type": "object", "properties": { "id": { @@ -30698,7 +30880,7 @@ } } }, - "blueapivortexv1TestResponse": { + "blueapiVortexV1TestResponse": { "type": "object", "properties": { "message": { @@ -30707,7 +30889,7 @@ }, "title": "Test only" }, - "costv1CostAttribute": { + "costV1CostAttribute": { "type": "object", "properties": { "vendor": { @@ -30724,7 +30906,7 @@ } } }, - "costv1ListCostFilters": { + "costV1ListCostFilters": { "type": "object", "properties": { "filterId": { @@ -30963,7 +31145,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverBudgetAlert" + "$ref": "#/definitions/apiCoverBudgetAlert" }, "title": "threshold(s) and its respective channel(s) to alert" }, @@ -31120,7 +31302,7 @@ "type": "string" }, "costgroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "startDate": { "type": "string" @@ -32598,7 +32780,57 @@ } } }, - "flowv1SavingsPlanDetailsPurchase": { + "flowV1SavingsPlanDetailsPurchase": { + "type": "object", + "properties": { + "payerId": { + "type": "string" + }, + "linkedAccounts": { + "type": "string" + }, + "accountScope": { + "type": "string" + }, + "savingsPlanType": { + "type": "string" + }, + "term": { + "type": "integer", + "format": "int32" + }, + "region": { + "type": "string" + }, + "instanceFamily": { + "type": "string" + }, + "recommendedHourlyCommitment": { + "type": "number", + "format": "double" + }, + "paymentOption": { + "type": "string" + }, + "upfrontCost": { + "type": "number", + "format": "double" + }, + "monthlyCost": { + "type": "number", + "format": "double" + }, + "totalCost": { + "type": "number", + "format": "double" + }, + "expiryDate": { + "type": "string" + } + }, + "title": "Savings plan details to be purchased" + }, + "flowV1SavingsPlanRecommendation": { "type": "object", "properties": { "payerId": { @@ -32646,57 +32878,21 @@ "type": "string" } }, - "title": "Savings plan details to be purchased" + "title": "Savings plan recommendation details" }, - "flowv1SavingsPlanRecommendation": { + "gcV1Org": { "type": "object", "properties": { - "payerId": { - "type": "string" - }, - "linkedAccounts": { - "type": "string" - }, - "accountScope": { - "type": "string" - }, - "savingsPlanType": { - "type": "string" - }, - "term": { - "type": "integer", - "format": "int32" - }, - "region": { - "type": "string" - }, - "instanceFamily": { + "orgId": { "type": "string" }, - "recommendedHourlyCommitment": { - "type": "number", - "format": "double" - }, - "paymentOption": { + "name": { "type": "string" }, - "upfrontCost": { - "type": "number", - "format": "double" - }, - "monthlyCost": { - "type": "number", - "format": "double" - }, - "totalCost": { - "type": "number", - "format": "double" - }, - "expiryDate": { + "email": { "type": "string" } - }, - "title": "Savings plan recommendation details" + } }, "gcpGCPRecommendations": { "type": "object", @@ -32730,43 +32926,6 @@ } } }, - "gcv1Org": { - "type": "object", - "properties": { - "orgId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - } - } - }, - "googlerpcStatus": { - "type": "object", - "properties": { - "code": { - "type": "integer", - "format": "int32", - "description": "The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code]." - }, - "message": { - "type": "string", - "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\n[google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client." - }, - "details": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/protobufAny" - }, - "description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use." - } - }, - "description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https://cloud.google.com/apis/design/errors)." - }, "lusterComment": { "type": "object", "properties": { @@ -32973,7 +33132,7 @@ "type": "object", "properties": { "ec2Details": { - "$ref": "#/definitions/awsAWSResourceDetailsEC2Details" + "$ref": "#/definitions/AWSResourceDetailsEC2Details" } } }, @@ -33053,7 +33212,7 @@ "description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable." }, "error": { - "$ref": "#/definitions/googlerpcStatus", + "$ref": "#/definitions/rpcStatus", "description": "The error result of the operation in case of failure or cancellation." }, "response": { @@ -33081,7 +33240,7 @@ "type": "object", "properties": { "awsRecommendations": { - "$ref": "#/definitions/recommendationawsAWSRecommendations" + "$ref": "#/definitions/awsAWSRecommendations" }, "gcpRecommendations": { "$ref": "#/definitions/gcpGCPRecommendations" @@ -33160,23 +33319,6 @@ } } }, - "recommendationawsAWSRecommendations": { - "type": "object", - "properties": { - "costExplorerRecommendations": { - "$ref": "#/definitions/awsCostExplorerRecommendations" - }, - "costOptimizationHubRecommendations": { - "$ref": "#/definitions/awsCostOptimizationHubRecommendations" - }, - "trustedAdvisorRecommendations": { - "$ref": "#/definitions/awsTrustedAdvisorRecommendations" - }, - "resourceArn": { - "type": "string" - } - } - }, "rippleAssigned": { "type": "object", "properties": { @@ -33216,7 +33358,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "A list of accounts." }, @@ -33544,7 +33686,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "List of all members under this payer." } @@ -34050,6 +34192,29 @@ }, "description": "WORK-IN-PROGRESS: totalInvoiceLayout resource definition." }, + "rpcStatus": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "format": "int32", + "description": "The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code]." + }, + "message": { + "type": "string", + "description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\n[google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client." + }, + "details": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/protobufAny" + }, + "description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use." + } + }, + "description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https://cloud.google.com/apis/design/errors)." + }, "v1AbcAccount": { "type": "object", "properties": { @@ -34176,7 +34341,7 @@ "description": "Account id." }, "serviceDiscounts": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts", + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts", "description": "service discount infomation." } }, @@ -35704,7 +35869,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Lsit of accountId." }, @@ -36702,6 +36867,86 @@ } } }, + "v1CommitmentReport": { + "type": "object", + "properties": { + "month": { + "type": "string" + }, + "billUnadjusted": { + "type": "number", + "format": "double" + }, + "billOptimized": { + "type": "number", + "format": "double" + }, + "grossSavings": { + "type": "number", + "format": "double" + }, + "riskPremium": { + "type": "number", + "format": "double" + }, + "rebates": { + "type": "number", + "format": "double" + }, + "netSavings": { + "type": "number", + "format": "double" + }, + "revenueShare": { + "type": "number", + "format": "double" + }, + "revenueShareRate": { + "type": "number", + "format": "double" + } + } + }, + "v1CommitmentReportAccount": { + "type": "object", + "properties": { + "billingGroupId": { + "type": "string" + }, + "billingGroupName": { + "type": "string" + }, + "accountId": { + "type": "string" + }, + "accountName": { + "type": "string" + }, + "cloud": { + "type": "string" + }, + "grossSavings": { + "type": "number", + "format": "double" + }, + "riskPremium": { + "type": "number", + "format": "double" + }, + "rebates": { + "type": "number", + "format": "double" + }, + "netSavings": { + "type": "number", + "format": "double" + }, + "revenueShare": { + "type": "number", + "format": "double" + } + } + }, "v1CommitmentsChartData": { "type": "object", "properties": { @@ -36951,10 +37196,10 @@ "type": "object", "properties": { "aws": { - "$ref": "#/definitions/apiawsCostAttribute" + "$ref": "#/definitions/apiAwsCostAttribute" }, "azure": { - "$ref": "#/definitions/apiazureCostAttribute" + "$ref": "#/definitions/apiAzureCostAttribute" } }, "description": "Response message for the Cost.ReadCostAttributes rpc." @@ -37389,7 +37634,7 @@ "title": "Invoice settings" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "Optional. AWS-specific options" }, "city": { @@ -37435,7 +37680,7 @@ "title": "Optional. Custom fields to add to the billing group" }, "azureOptions": { - "$ref": "#/definitions/billingv1AzureOptions" + "$ref": "#/definitions/billingV1AzureOptions" } }, "description": "Request message for the CreateBillingGroupMerged rpc." @@ -37504,7 +37749,7 @@ "title": "Invoice settings" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "Optional. AWS-specific options" }, "city": { @@ -37823,7 +38068,7 @@ "title": "Optional. Description of the forecast" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup", + "$ref": "#/definitions/apiCoverCostGroup", "title": "Required. Cost Group Id and Name" }, "pastActualCostRange": { @@ -37859,7 +38104,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -38390,7 +38635,7 @@ "title": "Required" }, "account": { - "$ref": "#/definitions/adminv1NotificationAccount", + "$ref": "#/definitions/adminV1NotificationAccount", "description": "Optional. only available Wave(Pro)." } }, @@ -39122,11 +39367,11 @@ "title": "GCP Options" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions" + "$ref": "#/definitions/apiCoverAwsOptions" }, "accountType": { "type": "string", @@ -39983,7 +40228,7 @@ "type": "object", "properties": { "accessGroup": { - "$ref": "#/definitions/billingv1AccessGroup" + "$ref": "#/definitions/billingV1AccessGroup" } }, "description": "Response message for the Billing.GetAccessGroup rpc." @@ -40021,7 +40266,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Response message for GetAccountBudget" @@ -40080,7 +40325,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -40296,7 +40541,7 @@ "type": "object", "properties": { "billingGroup": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "description": "Response message for the Billing.GetBillingGroup rpc." @@ -40385,7 +40630,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverCategory" + "$ref": "#/definitions/apiCoverCategory" } } } @@ -40437,7 +40682,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Optional. accounts that applied to the CustomizedBillingService config." } @@ -40537,7 +40782,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/costv1CostAttribute" + "$ref": "#/definitions/costV1CostAttribute" }, "description": "The cost attributes." } @@ -40583,7 +40828,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -40714,14 +40959,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverResult" + "$ref": "#/definitions/apiCoverResult" } }, "tagData": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -41205,7 +41450,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Optional. accounts that applied to the CustomizedBillingService config." } @@ -41525,7 +41770,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverRole" + "$ref": "#/definitions/apiCoverRole" } } } @@ -41850,82 +42095,11 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/v1GetRecommendationV3ResponseRecommendationDetail" + "$ref": "#/definitions/GetRecommendationV3ResponseRecommendationDetail" } } } }, - "v1GetRecommendationV3ResponseRecommendationDetail": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "name": { - "type": "string" - }, - "vendor": { - "type": "string" - }, - "source": { - "type": "string" - }, - "code": { - "type": "string" - }, - "service": { - "type": "string" - }, - "target": { - "type": "string" - }, - "targetName": { - "type": "string" - }, - "dateDetected": { - "type": "string" - }, - "region": { - "type": "string" - }, - "estimatedMonthlyBeforeCost": { - "type": "number", - "format": "double" - }, - "estimatedMonthlyAfterCost": { - "type": "number", - "format": "double" - }, - "estimatedMonthlySavings": { - "type": "number", - "format": "double" - }, - "resourceId": { - "type": "string" - }, - "category": { - "type": "string" - }, - "type": { - "type": "string" - }, - "lastUpdated": { - "type": "string" - }, - "status": { - "type": "string" - }, - "risk": { - "type": "string" - }, - "effort": { - "type": "string" - }, - "details": { - "type": "object" - } - } - }, "v1GetRecommendationsRequestAwsOptions": { "type": "object", "properties": { @@ -42055,14 +42229,14 @@ "type": "object", "properties": { "recommendation": { - "$ref": "#/definitions/flowv1SavingsPlanRecommendation", + "$ref": "#/definitions/flowV1SavingsPlanRecommendation", "title": "Recommendation details" }, "purchases": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/flowv1SavingsPlanDetailsPurchase" + "$ref": "#/definitions/flowV1SavingsPlanDetailsPurchase" }, "title": "List of purchase items" }, @@ -42274,7 +42448,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiUtilizationData" + "$ref": "#/definitions/apiUtilizationData" } } }, @@ -42389,7 +42563,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } } @@ -42828,7 +43002,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/costv1ListCostFilters" + "$ref": "#/definitions/costV1ListCostFilters" } } }, @@ -42979,21 +43153,21 @@ "createdVendorInvoiceSetting": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/billingv1InvoiceSettings" + "$ref": "#/definitions/billingV1InvoiceSettings" }, "title": "setting used in invoice creation" }, "savedVendorInvoiceSetting": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/billingv1InvoiceSettings" + "$ref": "#/definitions/billingV1InvoiceSettings" }, "title": "saved invoice setting for the month" }, "defaultVendorInvoiceSetting": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/billingv1InvoiceSettings" + "$ref": "#/definitions/billingV1InvoiceSettings" }, "title": "billinggroup's default invoice setting" }, @@ -43102,7 +43276,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } } }, @@ -43346,7 +43520,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapigcv1Resource" + "$ref": "#/definitions/blueapiGcV1Resource" } } } @@ -43358,7 +43532,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } } }, @@ -44449,6 +44623,9 @@ } } }, + "v1ReadCommitmentReportsRequest": { + "type": "object" + }, "v1ReadCostAttributesRequestAwsOptions": { "type": "object", "properties": { @@ -44903,11 +45080,11 @@ "title": "GCP Options. Specific for GCP" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options. Specific for Azure" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions", + "$ref": "#/definitions/apiCoverAwsOptions", "title": "Aws Options. Specific for Aws" } }, @@ -45026,7 +45203,7 @@ "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, @@ -45440,7 +45617,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverAccount" + "$ref": "#/definitions/apiCoverAccount" } } } @@ -46260,7 +46437,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/billingv1Tag" + "$ref": "#/definitions/billingV1Tag" }, "title": "Tags associated with this customer" } @@ -46590,7 +46767,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -47066,7 +47243,7 @@ "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, @@ -47256,7 +47433,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiflowv1DailyUtilization" + "$ref": "#/definitions/blueapiFlowV1DailyUtilization" }, "title": "Array of daily utilization data for this Savings Plan" }