diff --git a/api/azure/cost.proto b/api/azure/cost.proto index 7f7c7a3f..bb7f5e69 100644 --- a/api/azure/cost.proto +++ b/api/azure/cost.proto @@ -81,6 +81,9 @@ message Cost { // The entitlement id. string entitlementId = 25; + + // The resource group of the lineitem, if applicable. + string resourceGroup = 26; } message CostAttribute { diff --git a/cost/v1/cost.proto b/cost/v1/cost.proto index 6057d7e4..eecab53a 100644 --- a/cost/v1/cost.proto +++ b/cost/v1/cost.proto @@ -2204,7 +2204,7 @@ message DeleteAccountBudgetAlertsRequest { // Azure-specific options for ReadCostsRequest. message ReadCostsRequestAzureOptions { - // Optional. A comma-separated list of columns to aggregate the data into. Valid values are `serviceName`, `productName`, `region`, `chargeType`, `description`, `billableQuantity`, `effectiveUnitPrice`, `timeInterval`, `billingType`, `alternateId` and `domainName`. A special value of `none` is also supported, which means query by date or month per account only. + // Optional. A comma-separated list of columns to aggregate the data into. Valid values are `serviceName`, `productName`, `region`, `chargeType`, `description`, `billableQuantity`, `effectiveUnitPrice`, `timeInterval`, `billingType`, `alternateId`, `domainName` and `resourceGroup`. A special value of `none` is also supported, which means query by date or month per account only. // // For example, if you only want the services and region data, you can set this field to `serviceName,region`. Your input sequence doesn't matter (although the sequence above is recommended) as the actual sequence is already fixed in the return data (see the definition in https://github.com/alphauslabs/blueapi/blob/main/api/azure/cost.proto), which is generic to specific, top to bottom. Invalid values are discarded. Excluded columns will be empty. string groupByColumns = 1; diff --git a/openapiv2/apidocs.swagger.json b/openapiv2/apidocs.swagger.json index e3dca988..cae9286c 100644 --- a/openapiv2/apidocs.swagger.json +++ b/openapiv2/apidocs.swagger.json @@ -153,7 +153,7 @@ "$ref": "#/definitions/v1ListAccountGroupsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListAccountGroupsResponse" @@ -162,7 +162,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -185,7 +185,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -216,7 +216,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -250,7 +250,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -283,7 +283,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -304,7 +304,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -338,7 +338,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -368,7 +368,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -402,7 +402,7 @@ "$ref": "#/definitions/v1DefaultCostAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1DefaultCostAccess" @@ -411,7 +411,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -434,7 +434,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -465,7 +465,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -495,7 +495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -528,7 +528,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -561,7 +561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -592,7 +592,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -613,7 +613,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -647,7 +647,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -684,7 +684,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -714,7 +714,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -754,7 +754,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -788,7 +788,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -809,7 +809,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -843,7 +843,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -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/googleRpcStatus" } } }, @@ -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/googleRpcStatus" } } }, @@ -936,7 +936,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -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/googleRpcStatus" } } }, @@ -1013,7 +1013,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1042,7 +1042,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1075,7 +1075,7 @@ "$ref": "#/definitions/v1Announcement" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Announcement" @@ -1084,7 +1084,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1116,7 +1116,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1163,7 +1163,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1210,7 +1210,7 @@ "$ref": "#/definitions/apiApiClient" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiApiClient" @@ -1219,7 +1219,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1240,7 +1240,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1275,7 +1275,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1307,7 +1307,7 @@ "$ref": "#/definitions/apiGroupRootUser" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiGroupRootUser" @@ -1316,7 +1316,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1337,7 +1337,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1370,7 +1370,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1400,7 +1400,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1432,7 +1432,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1462,7 +1462,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1501,7 +1501,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1523,7 +1523,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1558,7 +1558,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1590,7 +1590,7 @@ "$ref": "#/definitions/v1IpFilter" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1IpFilter" @@ -1599,7 +1599,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1620,7 +1620,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1655,7 +1655,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1687,7 +1687,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1726,7 +1726,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1758,7 +1758,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1798,7 +1798,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1838,7 +1838,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1872,7 +1872,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1905,7 +1905,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1938,7 +1938,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1971,7 +1971,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -1995,13 +1995,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/googleRpcStatus" } } }, @@ -2036,7 +2036,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2067,13 +2067,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/googleRpcStatus" } } }, @@ -2120,7 +2120,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2150,7 +2150,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2182,7 +2182,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2213,19 +2213,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiUser" + "$ref": "#/definitions/blueapiApiUser" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiUser" + "title": "Stream result of blueapiApiUser" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2240,13 +2240,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/googleRpcStatus" } } }, @@ -2274,13 +2274,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/googleRpcStatus" } } }, @@ -2310,7 +2310,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2336,13 +2336,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/googleRpcStatus" } } }, @@ -2366,7 +2366,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2406,7 +2406,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2437,7 +2437,7 @@ "$ref": "#/definitions/protosOperation" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of protosOperation" @@ -2446,7 +2446,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2492,7 +2492,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2523,7 +2523,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2556,7 +2556,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2590,13 +2590,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/googleRpcStatus" } } }, @@ -2618,7 +2618,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2633,13 +2633,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/googleRpcStatus" } } }, @@ -2650,7 +2650,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/blueapiorgv1CreateOrgRequest" + "$ref": "#/definitions/blueapiOrgV1CreateOrgRequest" } } ], @@ -2674,7 +2674,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2709,7 +2709,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2744,7 +2744,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2768,7 +2768,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2799,7 +2799,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2816,13 +2816,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/googleRpcStatus" } } }, @@ -2845,7 +2845,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2885,7 +2885,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2914,19 +2914,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/apirippleAccessGroup" + "$ref": "#/definitions/apiRippleAccessGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of apirippleAccessGroup" + "title": "Stream result of apiRippleAccessGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -2950,13 +2950,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/googleRpcStatus" } } }, @@ -2990,7 +2990,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3029,7 +3029,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3053,13 +3053,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/googleRpcStatus" } } }, @@ -3100,7 +3100,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3134,7 +3134,7 @@ "$ref": "#/definitions/v1DataAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1DataAccess" @@ -3143,7 +3143,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3166,7 +3166,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3189,7 +3189,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3234,7 +3234,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3279,7 +3279,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3319,7 +3319,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3356,7 +3356,7 @@ "$ref": "#/definitions/v1Activity" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Activity" @@ -3365,7 +3365,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3398,7 +3398,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3429,7 +3429,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3460,7 +3460,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3498,7 +3498,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3537,7 +3537,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3571,7 +3571,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3606,7 +3606,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3639,7 +3639,7 @@ "$ref": "#/definitions/v1AnomalyAlertData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AnomalyAlertData" @@ -3648,7 +3648,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3671,7 +3671,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3702,7 +3702,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3733,7 +3733,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3773,7 +3773,7 @@ "$ref": "#/definitions/v1GetAlertsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetAlertsResponse" @@ -3782,7 +3782,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3803,7 +3803,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3836,7 +3836,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3866,7 +3866,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3896,7 +3896,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3937,7 +3937,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -3970,7 +3970,7 @@ "$ref": "#/definitions/v1DiscountExpiryAlertData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1DiscountExpiryAlertData" @@ -3979,7 +3979,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4002,7 +4002,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4033,7 +4033,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4064,7 +4064,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4105,7 +4105,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4137,7 +4137,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4168,7 +4168,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4209,7 +4209,7 @@ "$ref": "#/definitions/v1BudgetAlerts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1BudgetAlerts" @@ -4218,7 +4218,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4252,7 +4252,7 @@ "$ref": "#/definitions/v1AccountUsageDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountUsageDetails" @@ -4261,7 +4261,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4295,7 +4295,7 @@ "$ref": "#/definitions/v1AccountUsageDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountUsageDetails" @@ -4304,7 +4304,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4338,7 +4338,7 @@ "$ref": "#/definitions/v1AccountUsageDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountUsageDetails" @@ -4347,7 +4347,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4378,19 +4378,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/coverv1FeeDetails" + "$ref": "#/definitions/coverV1FeeDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of coverv1FeeDetails" + "title": "Stream result of coverV1FeeDetails" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4421,19 +4421,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/coverv1FeeDetails" + "$ref": "#/definitions/coverV1FeeDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of coverv1FeeDetails" + "title": "Stream result of coverV1FeeDetails" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4464,19 +4464,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/coverv1FeeDetails" + "$ref": "#/definitions/coverV1FeeDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of coverv1FeeDetails" + "title": "Stream result of coverV1FeeDetails" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4510,7 +4510,7 @@ "$ref": "#/definitions/v1FeeItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1FeeItem" @@ -4519,7 +4519,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4553,7 +4553,7 @@ "$ref": "#/definitions/v1SavingsDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1SavingsDetails" @@ -4562,7 +4562,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4596,7 +4596,7 @@ "$ref": "#/definitions/v1SavingsDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1SavingsDetails" @@ -4605,7 +4605,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4639,7 +4639,7 @@ "$ref": "#/definitions/v1SavingsDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1SavingsDetails" @@ -4648,7 +4648,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4682,7 +4682,7 @@ "$ref": "#/definitions/v1AllocationItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AllocationItem" @@ -4691,7 +4691,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4725,7 +4725,7 @@ "$ref": "#/definitions/v1CostAllocatorDetails" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CostAllocatorDetails" @@ -4734,7 +4734,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4755,7 +4755,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4789,7 +4789,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4820,7 +4820,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4858,7 +4858,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4888,7 +4888,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4927,7 +4927,7 @@ "$ref": "#/definitions/v1AnomalyData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AnomalyData" @@ -4936,7 +4936,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -4968,7 +4968,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5007,7 +5007,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5057,19 +5057,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicoverv1Resource" + "$ref": "#/definitions/blueapiCoverV1Resource" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicoverv1Resource" + "title": "Stream result of blueapiCoverV1Resource" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5103,7 +5103,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5136,7 +5136,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5166,7 +5166,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5200,7 +5200,7 @@ "$ref": "#/definitions/v1AccountAccess" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountAccess" @@ -5209,7 +5209,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5243,7 +5243,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5277,7 +5277,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5311,7 +5311,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5341,7 +5341,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5374,7 +5374,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5408,7 +5408,7 @@ "$ref": "#/definitions/v1AwsDailyRunHistory" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AwsDailyRunHistory" @@ -5417,7 +5417,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5451,7 +5451,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5472,7 +5472,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5506,7 +5506,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5527,7 +5527,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5561,7 +5561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5593,7 +5593,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5633,7 +5633,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5667,7 +5667,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5700,7 +5700,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5724,7 +5724,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5758,7 +5758,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5792,7 +5792,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5826,7 +5826,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5865,7 +5865,7 @@ "$ref": "#/definitions/v1ListBillingGroupCustomFieldResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListBillingGroupCustomFieldResponse" @@ -5874,7 +5874,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5907,7 +5907,7 @@ "$ref": "#/definitions/v1GetBillingGroupAnnouncementsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetBillingGroupAnnouncementsResponse" @@ -5916,7 +5916,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5949,7 +5949,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -5983,7 +5983,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6014,7 +6014,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6052,7 +6052,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6100,7 +6100,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6148,7 +6148,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6188,7 +6188,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6228,7 +6228,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6268,7 +6268,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6308,7 +6308,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6348,7 +6348,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6388,7 +6388,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6424,19 +6424,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of billingv1BillingGroup" + "title": "Stream result of billingV1BillingGroup" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6488,13 +6488,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/googleRpcStatus" } } }, @@ -6528,7 +6528,7 @@ "$ref": "#/definitions/v1AbcBillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AbcBillingGroup" @@ -6537,7 +6537,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6569,7 +6569,7 @@ "$ref": "#/definitions/v1AbcAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AbcAccount" @@ -6578,7 +6578,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6617,7 +6617,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6650,7 +6650,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6680,7 +6680,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6710,7 +6710,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6750,7 +6750,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6790,7 +6790,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6821,7 +6821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6861,7 +6861,7 @@ "$ref": "#/definitions/v1AccountInvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountInvoiceServiceDiscounts" @@ -6870,7 +6870,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6903,7 +6903,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6943,7 +6943,7 @@ "$ref": "#/definitions/v1ChildBillingGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ChildBillingGroup" @@ -6952,7 +6952,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -6985,7 +6985,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7022,7 +7022,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7080,7 +7080,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7111,7 +7111,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7138,13 +7138,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/googleRpcStatus" } } }, @@ -7178,7 +7178,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7217,7 +7217,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7257,7 +7257,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7290,7 +7290,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7323,7 +7323,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7420,7 +7420,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7453,7 +7453,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7483,7 +7483,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7513,7 +7513,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7553,7 +7553,7 @@ "$ref": "#/definitions/v1ListBudgetsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListBudgetsResponse" @@ -7562,7 +7562,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7595,7 +7595,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7626,7 +7626,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7659,7 +7659,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7689,7 +7689,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7719,7 +7719,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7759,7 +7759,7 @@ "$ref": "#/definitions/v1GetChannelsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetChannelsResponse" @@ -7768,7 +7768,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7801,7 +7801,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7835,7 +7835,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7858,7 +7858,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7897,7 +7897,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7920,7 +7920,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7943,7 +7943,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -7975,7 +7975,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8015,7 +8015,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8046,7 +8046,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8079,7 +8079,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8130,7 +8130,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8161,7 +8161,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8188,13 +8188,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/googleRpcStatus" } } }, @@ -8229,7 +8229,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8253,13 +8253,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/googleRpcStatus" } } }, @@ -8296,19 +8296,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/apilusterLabel" + "$ref": "#/definitions/apiLusterLabel" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of apilusterLabel" + "title": "Stream result of apiLusterLabel" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8342,7 +8342,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8382,7 +8382,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8430,7 +8430,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8474,7 +8474,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8528,7 +8528,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8573,7 +8573,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8610,7 +8610,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8657,7 +8657,7 @@ "$ref": "#/definitions/lusterContext" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of lusterContext" @@ -8666,7 +8666,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8706,7 +8706,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8727,7 +8727,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8759,7 +8759,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8791,7 +8791,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8821,7 +8821,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8853,7 +8853,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8893,7 +8893,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8933,7 +8933,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -8973,7 +8973,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9013,7 +9013,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9053,7 +9053,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9093,7 +9093,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9133,7 +9133,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9173,7 +9173,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9213,7 +9213,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9252,7 +9252,7 @@ "$ref": "#/definitions/v1GetCostUsageV2Response" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetCostUsageV2Response" @@ -9261,7 +9261,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9291,19 +9291,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicoverv1CostItem" + "$ref": "#/definitions/blueapiCoverV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicoverv1CostItem" + "title": "Stream result of blueapiCoverV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9336,7 +9336,7 @@ "$ref": "#/definitions/v1Credit" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Credit" @@ -9345,7 +9345,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9368,7 +9368,7 @@ "$ref": "#/definitions/v1CsvSetting" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CsvSetting" @@ -9377,7 +9377,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9400,7 +9400,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9434,7 +9434,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9463,7 +9463,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9502,7 +9502,7 @@ "$ref": "#/definitions/v1CustomField" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CustomField" @@ -9511,7 +9511,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9544,7 +9544,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9578,7 +9578,7 @@ "$ref": "#/definitions/v1GetCustomizedBillingServiceBillingGroupResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetCustomizedBillingServiceBillingGroupResponse" @@ -9587,7 +9587,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9625,7 +9625,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9663,7 +9663,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9710,7 +9710,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9748,7 +9748,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9778,7 +9778,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9818,7 +9818,7 @@ "$ref": "#/definitions/rippleCustomizedBillingService" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of rippleCustomizedBillingService" @@ -9827,7 +9827,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9861,7 +9861,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9894,7 +9894,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9927,7 +9927,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -9961,7 +9961,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10002,7 +10002,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10050,7 +10050,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10090,7 +10090,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10122,7 +10122,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10161,7 +10161,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10193,7 +10193,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10225,7 +10225,7 @@ "$ref": "#/definitions/v1GetCostForecastsDataResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetCostForecastsDataResponse" @@ -10234,7 +10234,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10266,7 +10266,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10295,7 +10295,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10324,7 +10324,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10363,7 +10363,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10397,7 +10397,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10430,7 +10430,7 @@ "$ref": "#/definitions/v1GetFreeFormatResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetFreeFormatResponse" @@ -10439,7 +10439,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10477,7 +10477,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10514,7 +10514,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10547,7 +10547,7 @@ "$ref": "#/definitions/lusterHub" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of lusterHub" @@ -10556,7 +10556,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10584,13 +10584,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/googleRpcStatus" } } }, @@ -10612,7 +10612,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10634,7 +10634,7 @@ "$ref": "#/definitions/v1IntegrationStatus" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1IntegrationStatus" @@ -10643,7 +10643,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10676,7 +10676,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10709,7 +10709,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10742,7 +10742,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10764,7 +10764,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10799,7 +10799,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10839,7 +10839,7 @@ "$ref": "#/definitions/apiInvoiceMessage" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiInvoiceMessage" @@ -10848,7 +10848,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10888,7 +10888,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10920,7 +10920,7 @@ "$ref": "#/definitions/v1ListInvoiceTemplateResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListInvoiceTemplateResponse" @@ -10929,7 +10929,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10952,7 +10952,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -10992,7 +10992,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11032,7 +11032,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11072,7 +11072,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11113,7 +11113,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11153,7 +11153,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11194,7 +11194,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11234,7 +11234,7 @@ "$ref": "#/definitions/v1ListInvoiceResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListInvoiceResponse" @@ -11243,7 +11243,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11277,7 +11277,7 @@ "$ref": "#/definitions/v1TotalSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1TotalSection" @@ -11286,7 +11286,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11320,7 +11320,7 @@ "$ref": "#/definitions/v1BillingGroupSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1BillingGroupSection" @@ -11329,7 +11329,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11363,7 +11363,7 @@ "$ref": "#/definitions/v1OverViewSection" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1OverViewSection" @@ -11372,7 +11372,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11406,7 +11406,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11428,7 +11428,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11450,7 +11450,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11488,7 +11488,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11510,7 +11510,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11532,7 +11532,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11571,7 +11571,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11604,7 +11604,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11627,7 +11627,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11660,7 +11660,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11693,7 +11693,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11726,7 +11726,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11759,7 +11759,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11792,7 +11792,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11825,7 +11825,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11858,7 +11858,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11891,7 +11891,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11924,7 +11924,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11957,7 +11957,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -11990,7 +11990,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12013,7 +12013,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12045,7 +12045,7 @@ "$ref": "#/definitions/v1Member" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Member" @@ -12054,7 +12054,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12087,7 +12087,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12108,7 +12108,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12141,7 +12141,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12174,7 +12174,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12207,7 +12207,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12240,7 +12240,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12273,7 +12273,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12306,7 +12306,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12339,7 +12339,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12369,7 +12369,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12409,7 +12409,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12442,7 +12442,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12475,7 +12475,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12505,7 +12505,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12537,7 +12537,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12569,7 +12569,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12609,7 +12609,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12649,7 +12649,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12682,7 +12682,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12715,7 +12715,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12747,7 +12747,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12803,7 +12803,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12859,7 +12859,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12892,7 +12892,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12924,7 +12924,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12957,7 +12957,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -12991,7 +12991,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13023,7 +13023,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13056,7 +13056,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13089,7 +13089,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13119,7 +13119,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13149,7 +13149,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13189,7 +13189,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13223,13 +13223,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/googleRpcStatus" } } }, @@ -13239,7 +13239,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/blueapivortexv1CreateOrgRequest" + "$ref": "#/definitions/blueapiVortexV1CreateOrgRequest" } } ], @@ -13262,7 +13262,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13283,7 +13283,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13310,13 +13310,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/googleRpcStatus" } } }, @@ -13355,7 +13355,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13405,19 +13405,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/gcv1Org" + "$ref": "#/definitions/gcV1Org" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of gcv1Org" + "title": "Stream result of gcV1Org" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13450,7 +13450,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13482,7 +13482,7 @@ "$ref": "#/definitions/v1Product" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Product" @@ -13491,7 +13491,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13524,7 +13524,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13557,7 +13557,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13590,7 +13590,7 @@ "$ref": "#/definitions/v1Project" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Project" @@ -13599,7 +13599,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13632,7 +13632,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13663,7 +13663,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13694,7 +13694,7 @@ "$ref": "#/definitions/v1ListProjectToTeamResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListProjectToTeamResponse" @@ -13703,7 +13703,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13735,7 +13735,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13767,7 +13767,7 @@ "$ref": "#/definitions/v1Prompt" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Prompt" @@ -13776,7 +13776,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13808,7 +13808,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13840,7 +13840,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13875,7 +13875,7 @@ "$ref": "#/definitions/v1ListRecommendationResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListRecommendationResponse" @@ -13884,7 +13884,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13917,7 +13917,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13966,7 +13966,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -13999,7 +13999,7 @@ "$ref": "#/definitions/v1GetExecutionStatusResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetExecutionStatusResponse" @@ -14008,7 +14008,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14031,7 +14031,7 @@ "$ref": "#/definitions/v1ListRecommendationResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListRecommendationResponse" @@ -14040,7 +14040,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14157,7 +14157,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14190,7 +14190,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14264,7 +14264,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14297,7 +14297,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14340,7 +14340,7 @@ "$ref": "#/definitions/v1RecommendationSummary" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1RecommendationSummary" @@ -14349,7 +14349,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14382,7 +14382,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14403,7 +14403,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14436,7 +14436,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14495,7 +14495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14527,7 +14527,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14560,7 +14560,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14592,7 +14592,7 @@ "$ref": "#/definitions/v1ReportSchedule" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ReportSchedule" @@ -14601,7 +14601,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14634,7 +14634,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14674,7 +14674,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14707,7 +14707,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14738,7 +14738,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14779,7 +14779,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14813,7 +14813,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14858,7 +14858,7 @@ "$ref": "#/definitions/rippleReseller" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of rippleReseller" @@ -14867,7 +14867,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14897,7 +14897,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14931,7 +14931,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14969,7 +14969,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -14999,7 +14999,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15039,7 +15039,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15117,7 +15117,7 @@ "$ref": "#/definitions/v1ResourceAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ResourceAccount" @@ -15126,7 +15126,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15165,7 +15165,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15228,7 +15228,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15254,13 +15254,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/googleRpcStatus" } } }, @@ -15294,7 +15294,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15328,7 +15328,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15363,7 +15363,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15393,7 +15393,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15431,7 +15431,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15471,7 +15471,7 @@ "$ref": "#/definitions/v1AccountInvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AccountInvoiceServiceDiscounts" @@ -15480,7 +15480,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15521,7 +15521,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15561,7 +15561,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15591,7 +15591,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15621,7 +15621,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15659,7 +15659,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15693,13 +15693,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/googleRpcStatus" } } }, @@ -15737,7 +15737,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15761,13 +15761,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/googleRpcStatus" } } }, @@ -15807,7 +15807,7 @@ "$ref": "#/definitions/v1Service" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Service" @@ -15816,7 +15816,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15856,7 +15856,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15887,19 +15887,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapibillingv1InvoiceServiceDiscounts" + "$ref": "#/definitions/blueapiBillingV1InvoiceServiceDiscounts" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapibillingv1InvoiceServiceDiscounts" + "title": "Stream result of blueapiBillingV1InvoiceServiceDiscounts" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15933,7 +15933,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15965,7 +15965,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -15997,7 +15997,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16029,7 +16029,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16059,7 +16059,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16099,7 +16099,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16133,7 +16133,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16165,7 +16165,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16204,7 +16204,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16237,7 +16237,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16271,7 +16271,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16310,7 +16310,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16340,7 +16340,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16380,7 +16380,7 @@ "$ref": "#/definitions/lusterSpace" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of lusterSpace" @@ -16389,7 +16389,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16420,19 +16420,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/billingv1TagData" + "$ref": "#/definitions/billingV1TagData" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of billingv1TagData" + "title": "Stream result of billingV1TagData" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16469,7 +16469,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16501,7 +16501,7 @@ "$ref": "#/definitions/v1Team" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Team" @@ -16510,7 +16510,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16542,7 +16542,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16572,7 +16572,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16598,13 +16598,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/googleRpcStatus" } } }, @@ -16621,13 +16621,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/googleRpcStatus" } } }, @@ -16658,7 +16658,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16679,7 +16679,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16712,7 +16712,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16735,7 +16735,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16768,7 +16768,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16801,7 +16801,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16834,7 +16834,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16878,7 +16878,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16911,7 +16911,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -16971,7 +16971,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17004,7 +17004,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17037,7 +17037,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17067,7 +17067,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17097,7 +17097,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17137,7 +17137,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17158,7 +17158,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17191,7 +17191,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17221,7 +17221,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17251,7 +17251,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17291,7 +17291,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17321,7 +17321,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17351,7 +17351,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17391,7 +17391,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17425,7 +17425,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17455,7 +17455,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17488,13 +17488,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/googleRpcStatus" } } }, @@ -17525,7 +17525,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17548,7 +17548,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17575,13 +17575,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/googleRpcStatus" } } }, @@ -17610,7 +17610,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17641,7 +17641,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17680,7 +17680,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17718,7 +17718,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17751,7 +17751,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17772,7 +17772,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17805,7 +17805,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17838,7 +17838,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17871,7 +17871,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17894,7 +17894,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17934,7 +17934,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -17981,7 +17981,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18014,7 +18014,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18044,7 +18044,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18074,7 +18074,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18114,7 +18114,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18153,7 +18153,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18192,7 +18192,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18232,7 +18232,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18272,7 +18272,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18311,7 +18311,7 @@ "$ref": "#/definitions/v1Workflow" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1Workflow" @@ -18320,7 +18320,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18353,7 +18353,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18393,7 +18393,7 @@ "$ref": "#/definitions/v1ProxyCreateCompletionResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ProxyCreateCompletionResponse" @@ -18402,7 +18402,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18436,7 +18436,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18466,7 +18466,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18507,7 +18507,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18544,19 +18544,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18594,13 +18594,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/googleRpcStatus" } } }, @@ -18640,7 +18640,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18677,19 +18677,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18735,7 +18735,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18767,13 +18767,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/googleRpcStatus" } } }, @@ -18818,7 +18818,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18849,13 +18849,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/googleRpcStatus" } } }, @@ -18902,7 +18902,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18942,7 +18942,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -18990,7 +18990,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19038,7 +19038,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19086,7 +19086,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19134,7 +19134,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19174,7 +19174,7 @@ "$ref": "#/definitions/v1AdjustmentEntry" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1AdjustmentEntry" @@ -19183,7 +19183,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19224,7 +19224,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19262,19 +19262,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19308,13 +19308,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/googleRpcStatus" } } }, @@ -19352,7 +19352,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19383,13 +19383,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/googleRpcStatus" } } }, @@ -19428,13 +19428,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/googleRpcStatus" } } }, @@ -19481,7 +19481,7 @@ "$ref": "#/definitions/apiAccountOriginalResource" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiAccountOriginalResource" @@ -19490,7 +19490,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19530,7 +19530,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19583,7 +19583,7 @@ "$ref": "#/definitions/v1GetChildBillingGroupCustomizedBillingServiceResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetChildBillingGroupCustomizedBillingServiceResponse" @@ -19592,7 +19592,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19630,7 +19630,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19678,7 +19678,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19716,7 +19716,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19763,7 +19763,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19814,7 +19814,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19868,7 +19868,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19907,7 +19907,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19953,7 +19953,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -19983,7 +19983,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20024,7 +20024,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20063,7 +20063,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20095,7 +20095,7 @@ "$ref": "#/definitions/v1CalculatorCostModifier" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CalculatorCostModifier" @@ -20104,7 +20104,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20135,7 +20135,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20176,7 +20176,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20216,7 +20216,7 @@ "$ref": "#/definitions/v1ListCalculatorRunningAccountsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ListCalculatorRunningAccountsResponse" @@ -20225,7 +20225,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20265,7 +20265,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20326,7 +20326,7 @@ "$ref": "#/definitions/v1CostAttributeItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1CostAttributeItem" @@ -20335,7 +20335,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20375,7 +20375,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20406,7 +20406,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20447,7 +20447,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20484,7 +20484,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20531,7 +20531,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20579,7 +20579,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20617,19 +20617,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20669,7 +20669,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20716,7 +20716,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20763,7 +20763,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20805,13 +20805,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/googleRpcStatus" } } }, @@ -20850,7 +20850,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20917,7 +20917,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -20970,7 +20970,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21023,7 +21023,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21083,7 +21083,7 @@ "$ref": "#/definitions/waveAdjustment" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of waveAdjustment" @@ -21092,7 +21092,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21132,7 +21132,7 @@ "$ref": "#/definitions/v1ReadInvoiceIdsResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1ReadInvoiceIdsResponse" @@ -21141,7 +21141,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21179,19 +21179,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21229,19 +21229,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapiapiAccount" + "title": "Stream result of blueapiApiAccount" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21272,13 +21272,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/googleRpcStatus" } } }, @@ -21319,7 +21319,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21360,7 +21360,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21408,7 +21408,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21446,7 +21446,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21486,7 +21486,7 @@ "$ref": "#/definitions/v1GetPayerAccountImportHistoryResponse" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1GetPayerAccountImportHistoryResponse" @@ -21495,7 +21495,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21541,7 +21541,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21581,7 +21581,7 @@ "$ref": "#/definitions/v1PayerAccountExtended" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1PayerAccountExtended" @@ -21590,7 +21590,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21630,7 +21630,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21669,7 +21669,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21716,7 +21716,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21763,7 +21763,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21801,7 +21801,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21841,7 +21841,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21881,7 +21881,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21917,19 +21917,19 @@ "type": "object", "properties": { "result": { - "$ref": "#/definitions/blueapicostv1CostItem" + "$ref": "#/definitions/blueapiCostV1CostItem" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, - "title": "Stream result of blueapicostv1CostItem" + "title": "Stream result of blueapiCostV1CostItem" } }, "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -21969,7 +21969,7 @@ "$ref": "#/definitions/apiCostTag" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiCostTag" @@ -21978,7 +21978,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22024,7 +22024,7 @@ "$ref": "#/definitions/apiCostTag" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of apiCostTag" @@ -22033,7 +22033,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22079,7 +22079,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22116,7 +22116,7 @@ "$ref": "#/definitions/v1TagsAddingSetting" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1TagsAddingSetting" @@ -22125,7 +22125,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22160,7 +22160,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22205,7 +22205,7 @@ "$ref": "#/definitions/rippleUntaggedGroup" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of rippleUntaggedGroup" @@ -22214,7 +22214,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22254,7 +22254,7 @@ "$ref": "#/definitions/v1UsageCostsDrift" }, "error": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } }, "title": "Stream result of v1UsageCostsDrift" @@ -22263,7 +22263,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22303,7 +22303,7 @@ "default": { "description": "An unexpected error response.", "schema": { - "$ref": "#/definitions/googlerpcStatus" + "$ref": "#/definitions/googleRpcStatus" } } }, @@ -22642,7 +22642,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)." } }, @@ -22879,7 +22879,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." } } @@ -23038,7 +23038,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." } } @@ -23521,7 +23521,7 @@ "type": "object", "properties": { "invoiceServiceDiscounts": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts", + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts", "description": "Required. The updated invoice service discounts object." }, "updateMask": { @@ -23833,7 +23833,7 @@ "type": "object", "properties": { "budgetAlert": { - "$ref": "#/definitions/apiwaveBudgetAlert", + "$ref": "#/definitions/apiWaveBudgetAlert", "description": "Required. Budget alert setting." } }, @@ -23843,7 +23843,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Request message for CreateAccountBudget" @@ -24414,7 +24414,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" } }, @@ -24424,7 +24424,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Request message for UpdateAccountBudget" @@ -24838,7 +24838,7 @@ "title": "Optional. Description of the forecast" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup", + "$ref": "#/definitions/apiCoverCostGroup", "title": "Optional. Cost Group Id and Name" }, "pastActualCostRange": { @@ -24932,11 +24932,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": { @@ -27189,7 +27189,7 @@ } } }, - "adminv1NotificationAccount": { + "adminV1NotificationAccount": { "type": "object", "properties": { "vendor": { @@ -27233,7 +27233,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiFeeDetails" + "$ref": "#/definitions/blueapiApiFeeDetails" }, "title": "feeDetails: Includes details of re-caluclated fee data" }, @@ -27272,7 +27272,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" } } } @@ -27431,6 +27431,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": { @@ -27530,101 +27898,571 @@ } } }, - "apiCustomDetails": { + "apiCoverAWSRecommendations": { "type": "object", "properties": { - "name": { + "id": { "type": "string" }, - "currency": { + "accountId": { "type": "string" }, - "amount": { + "accountName": { + "type": "string" + }, + "instanceId": { + "type": "string" + }, + "instanceName": { + "type": "string" + }, + "service": { + "type": "string" + }, + "source": { + "type": "string" + }, + "costGroup": { + "type": "string" + }, + "recommendation": { + "type": "string" + }, + "region": { + "type": "string" + }, + "estsavings": { "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." + "estcost": { + "type": "number", + "format": "double" }, - "startDay": { - "type": "string", - "title": "Required. start day in budget alerts" - } - }, - "description": "CustomMonthBudgetAlert resource definition." - }, - "apiCustomPeriodBudgetAlert": { - "type": "object", - "properties": { - "value": { + "estsavingsPercentage": { "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" + "format": "double" }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "resourceArn": { + "type": "string" }, - "startDate": { - "type": "string", - "title": "Required. start date in budget alerts" + "restartNeeded": { + "type": "boolean" }, - "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" + "rollbackPossible": { + "type": "boolean" }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "lastUpdatedAt": { + "type": "string" + }, + "recommendationGroup": { + "type": "string" + }, + "category": { + "type": "string" + }, + "purchaseRIRecommendationDetails": { + "$ref": "#/definitions/coverPurchaseRIRecommendationDetails" + }, + "savingsPlanRecommendationDetails": { + "$ref": "#/definitions/coverSavingsPlanRecommendationDetails" + }, + "rightSizingRecommendationDetails": { + "$ref": "#/definitions/coverRightSizingRecommendationDetails" + }, + "upgradeRecommendationDetails": { + "$ref": "#/definitions/coverUpgradeRecommendationDetails" + }, + "migrateRecommendationDetails": { + "$ref": "#/definitions/coverMigrateRecommendationDetails" + }, + "stopInstanceRecommendationDetails": { + "$ref": "#/definitions/coverStopInstanceRecommendationDetails" + }, + "deleteRecommendationDetails": { + "$ref": "#/definitions/coverDeleteRecommendationDetails" + }, + "otherRecommendationDetails": { + "$ref": "#/definitions/coverOtherRecommendationDetails" } - }, - "description": "DailyBudgetAlert resource definition." + } }, - "apiDailyRateIncreaseBudgetAlert": { + "apiCoverAccount": { "type": "object", "properties": { - "value": { - "type": "number", - "format": "double", - "title": "Required. threshold in budget alerts" + "accountId": { + "type": "string" }, - "enabled": { - "type": "boolean", - "description": "Required. notification enable/disable \nIf disabled, no alert is sent." + "name": { + "type": "string" + }, + "type": { + "type": "string", + "title": "account, subscription, project" } - }, - "description": "DailyRateIncreaseBudgetAlert resource definition." + } }, - "apiEmailChannel": { + "apiCoverAwsOptions": { "type": "object", "properties": { - "format": { + "AccountName": { "type": "string" }, - "recipients": { + "PayerId": { + "type": "string" + }, + "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": "Valid values for now are: 'console', 'terraform'. default would be 'console'" + }, + "templateVersion": { + "type": "string" + } + } + }, + "apiCoverAzureOptions": { + "type": "object", + "properties": { + "accountName": { + "type": "string" + }, + "azureCustomerId": { + "type": "string" + }, + "azurePlanId": { + "type": "string" + }, + "serviceAcct": { + "type": "string" + }, + "partnerAcct": { + "type": "string" + }, + "companyId": { + "type": "string" + }, + "payerId": { + "type": "string" + } + } + }, + "apiCoverBudgetAlert": { + "type": "object", + "properties": { + "threshold": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/coverThreshold" + } + }, + "channels": { + "$ref": "#/definitions/coverAlertChannels" + } + } + }, + "apiCoverCategory": { + "type": "object", + "properties": { + "display": { + "type": "string" + }, + "query": { + "type": "string" + } + } + }, + "apiCoverCostCalculation": { + "type": "object", + "properties": { + "estCostAfterDiscount": { + "type": "number", + "format": "double" + }, + "estCostBeforeDiscount": { + "type": "number", + "format": "double" + }, + "otherDiscount": { + "type": "number", + "format": "double" + }, + "savingsPlanDiscount": { + "type": "number", + "format": "double" + }, + "estNetUnusedAmortizedCommitments": { + "type": "number", + "format": "double" + }, + "reservedInstanceDiscount": { + "type": "number", + "format": "double" + }, + "usageTypes": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiCoverUsageTypes" + } + } + } + }, + "apiCoverCostGroup": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string", + "title": "cost group name" + } + } + }, + "apiCoverEBSDetails": { + "type": "object", + "properties": { + "currentEBSDetails": { + "$ref": "#/definitions/coverCurrentEBSDetails" + }, + "upgradeEBSDetails": { + "$ref": "#/definitions/coverEBSRecommendationDetails" + } + } + }, + "apiCoverEC2Details": { + "type": "object", + "properties": { + "instanceType": { + "type": "string" + }, + "tenancy": { + "type": "string" + }, + "family": { + "type": "string" + }, + "platform": { + "type": "string" + } + } + }, + "apiCoverMemoryDBDetails": { + "type": "object", + "properties": { + "family": { + "type": "string" + }, + "nodeType": { + "type": "string" + } + } + }, + "apiCoverRDSDetails": { + "type": "object", + "properties": { + "dbEdition": { + "type": "string" + }, + "dbEngine": { + "type": "string" + }, + "deploymentOptions": { + "type": "string" + }, + "family": { + "type": "string" + }, + "instanceType": { + "type": "string" + }, + "licenseModel": { + "type": "string" + } + } + }, + "apiCoverRecommendationDetail": { + "type": "object", + "properties": { + "recommendation": { + "type": "string" + }, + "recommendedResourceType": { + "type": "string" + }, + "estimatedCost": { + "type": "number", + "format": "double" + }, + "estimatedSavings": { + "type": "number", + "format": "double" + }, + "region": { + "type": "string" + } + } + }, + "apiCoverRedshiftDetails": { + "type": "object", + "properties": { + "currentGeneration": { + "type": "boolean" + }, + "nodeType": { + "type": "string" + }, + "family": { + "type": "string" + } + } + }, + "apiCoverResult": { + "type": "object", + "properties": { + "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" + } + } + } + }, + "apiCoverUsageTypes": { + "type": "object", + "properties": { + "operation": { + "type": "string" + }, + "productCode": { + "type": "string" + }, + "unit": { + "type": "string" + }, + "usageAmount": { + "type": "number", + "format": "double" + }, + "usageType": { + "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" + } + } + }, + "apiCoverUtilizationData": { + "type": "object", + "properties": { + "date": { + "type": "string" + }, + "value": { + "type": "number", + "format": "float" + } + } + }, + "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" @@ -27815,6 +28653,71 @@ } } }, + "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" + }, "apiGroupCustomDetails": { "type": "object", "properties": { @@ -27914,1450 +28817,402 @@ "title": "Invoice vendor detail by 'aws'" }, "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", - "title": "invoice generate request id" - }, - "status": { - "type": "string", - "description": "done: Invoicing is complete.\nrunning: Invoicing in progress.\nfailed: Invoicing is failure.", - "title": "invoice generate request status" - }, - "timestamp": { - "type": "string", - "description": "status timestamp in UTC, RFC3339." - } - }, - "description": "InvoiceMessage resource definition." - }, - "apiInvoiceTotal": { - "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" - }, - "currency": { - "type": "string" - }, - "amount": { - "type": "number", - "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." - }, - "apiMonthOnMonthCostForecast": { - "type": "object", - "properties": { - "category": { - "type": "string" - }, - "costCurrent": { - "type": "number", - "format": "double" - }, - "costPrev": { - "type": "number", - "format": "double" - }, - "costForecast": { - "type": "number", - "format": "double" - } - } - }, - "apiMonthToDateCostForecast": { - "type": "object", - "properties": { - "date": { - "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" - } - } - }, - "apiNotificationChannel": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "enabled": { - "type": "boolean" - }, - "name": { - "type": "string" - }, - "type": { - "type": "string" - }, - "email": { - "$ref": "#/definitions/apiEmailChannel" - }, - "slack": { - "$ref": "#/definitions/apiSlackChannel" - }, - "msteams": { - "$ref": "#/definitions/apiMSTeamsChannel" - }, - "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": { - "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." - } - } - }, - "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" - } - } - }, - "apicoverAWSRecommendations": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "accountId": { - "type": "string" - }, - "accountName": { - "type": "string" - }, - "instanceId": { - "type": "string" - }, - "instanceName": { - "type": "string" - }, - "service": { - "type": "string" - }, - "source": { - "type": "string" - }, - "costGroup": { - "type": "string" - }, - "recommendation": { - "type": "string" - }, - "region": { - "type": "string" - }, - "estsavings": { - "type": "number", - "format": "double" - }, - "estcost": { - "type": "number", - "format": "double" - }, - "estsavingsPercentage": { - "type": "number", - "format": "double" - }, - "resourceArn": { - "type": "string" - }, - "restartNeeded": { - "type": "boolean" - }, - "rollbackPossible": { - "type": "boolean" - }, - "lastUpdatedAt": { - "type": "string" - }, - "recommendationGroup": { - "type": "string" - }, - "category": { - "type": "string" - }, - "purchaseRIRecommendationDetails": { - "$ref": "#/definitions/coverPurchaseRIRecommendationDetails" - }, - "savingsPlanRecommendationDetails": { - "$ref": "#/definitions/coverSavingsPlanRecommendationDetails" - }, - "rightSizingRecommendationDetails": { - "$ref": "#/definitions/coverRightSizingRecommendationDetails" - }, - "upgradeRecommendationDetails": { - "$ref": "#/definitions/coverUpgradeRecommendationDetails" - }, - "migrateRecommendationDetails": { - "$ref": "#/definitions/coverMigrateRecommendationDetails" - }, - "stopInstanceRecommendationDetails": { - "$ref": "#/definitions/coverStopInstanceRecommendationDetails" - }, - "deleteRecommendationDetails": { - "$ref": "#/definitions/coverDeleteRecommendationDetails" + "$ref": "#/definitions/apiVendorDetail", + "title": "Invoice vendor detail by 'gcp'" }, - "otherRecommendationDetails": { - "$ref": "#/definitions/coverOtherRecommendationDetails" + "azure": { + "$ref": "#/definitions/apiVendorDetail", + "title": "Invoice vendor detail by 'azure'" } - } + }, + "description": "Invoice resource definition." }, - "apicoverAccount": { + "apiInvoiceMessage": { "type": "object", "properties": { - "accountId": { - "type": "string" + "id": { + "type": "string", + "title": "invoice generate request id" }, - "name": { - "type": "string" + "status": { + "type": "string", + "description": "done: Invoicing is complete.\nrunning: Invoicing in progress.\nfailed: Invoicing is failure.", + "title": "invoice generate request status" }, - "type": { + "timestamp": { "type": "string", - "title": "account, subscription, project" + "description": "status timestamp in UTC, RFC3339." } - } + }, + "description": "InvoiceMessage resource definition." }, - "apicoverAwsOptions": { + "apiInvoiceTotal": { "type": "object", "properties": { - "AccountName": { - "type": "string" - }, - "PayerId": { - "type": "string" - }, - "RoleArn": { - "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" }, - "ExternalId": { + "currency": { "type": "string" }, - "StackId": { + "amount": { + "type": "number", + "format": "double" + } + }, + "description": "InvoiceTotal resource definition." + }, + "apiKeyValue": { + "type": "object", + "properties": { + "key": { "type": "string" }, - "StackRegion": { + "value": { "type": "string" - }, - "TemplateUrl": { + } + } + }, + "apiKeyValueMap": { + "type": "object", + "properties": { + "key": { "type": "string" }, - "BucketName": { + "stringValue": { "type": "string" }, - "Prefix": { - "type": "string" + "boolValue": { + "type": "boolean" + } + }, + "description": "KeyValueMap resource definition." + }, + "apiLusterLabel": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "The label id." }, - "ReportName": { - "type": "string" + "name": { + "type": "string", + "description": "The label name." }, - "registrationStatus": { - "$ref": "#/definitions/coverRegistrationStatus" + "color": { + "type": "string", + "description": "The label color.\nformat: HEX color code ( #FF0000 )." }, - "Status": { - "type": "string" + "description": { + "type": "string", + "description": "The label description." }, - "RegistrationMethod": { + "createdAt": { "type": "string", - "title": "Valid values for now are: 'console', 'terraform'. default would be 'console'" + "title": "The label createdAt.\n\"created_at\": \"2023-10-27T10:00:00Z\"", + "readOnly": true }, - "templateVersion": { - "type": "string" + "updatedAt": { + "type": "string", + "title": "The label updatedAt.\n\"updated_at\": \"2023-10-27T10:00:00Z\"", + "readOnly": true } - } + }, + "title": "The message defines the label" }, - "apicoverAzureOptions": { + "apiMSTeamsChannel": { "type": "object", "properties": { - "accountName": { - "type": "string" - }, - "azureCustomerId": { - "type": "string" - }, - "azurePlanId": { - "type": "string" - }, - "serviceAcct": { - "type": "string" - }, - "partnerAcct": { - "type": "string" - }, - "companyId": { - "type": "string" - }, - "payerId": { + "webhookUrl": { "type": "string" } } }, - "apicoverBudgetAlert": { + "apiManagementAccount": { "type": "object", "properties": { - "threshold": { + "managementAccountId": { + "type": "string", + "title": "Vendor-managed organization account Id" + }, + "config": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/coverThreshold" - } - }, - "channels": { - "$ref": "#/definitions/coverAlertChannels" + "$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." }, - "apicoverCategory": { + "apiMonthOnMonthCostForecast": { "type": "object", "properties": { - "display": { + "category": { "type": "string" }, - "query": { - "type": "string" + "costCurrent": { + "type": "number", + "format": "double" + }, + "costPrev": { + "type": "number", + "format": "double" + }, + "costForecast": { + "type": "number", + "format": "double" } } }, - "apicoverCostCalculation": { + "apiMonthToDateCostForecast": { "type": "object", "properties": { - "estCostAfterDiscount": { - "type": "number", - "format": "double" + "date": { + "type": "string" }, - "estCostBeforeDiscount": { + "costPrev": { "type": "number", "format": "double" }, - "otherDiscount": { + "costAccumulated": { "type": "number", "format": "double" }, - "savingsPlanDiscount": { + "costForecast": { "type": "number", "format": "double" }, - "estNetUnusedAmortizedCommitments": { + "upperBound": { "type": "number", "format": "double" }, - "reservedInstanceDiscount": { + "lowerBound": { "type": "number", "format": "double" - }, - "usageTypes": { - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/apicoverUsageTypes" - } } } }, - "apicoverCostGroup": { + "apiMonthlyBudget": { "type": "object", "properties": { - "id": { - "type": "string" - }, - "name": { + "yearMonth": { "type": "string", - "title": "cost group name" + "title": "Format: yyyymm" + }, + "amount": { + "type": "number", + "format": "double" } } }, - "apicoverEBSDetails": { + "apiMonthlyBudgetAlert": { "type": "object", "properties": { - "currentEBSDetails": { - "$ref": "#/definitions/coverCurrentEBSDetails" + "value": { + "type": "number", + "format": "double", + "title": "Required. threshold in budget alerts" }, - "upgradeEBSDetails": { - "$ref": "#/definitions/coverEBSRecommendationDetails" + "enabled": { + "type": "boolean", + "description": "Required. notification enable/disable \nIf disabled, no alert is sent." } - } + }, + "description": "MonthlyBudgetAlert resource definition." }, - "apicoverEC2Details": { + "apiMonthlyCostForecast": { "type": "object", "properties": { - "instanceType": { + "date": { "type": "string" }, - "tenancy": { - "type": "string" + "costActual": { + "type": "number", + "format": "double" }, - "family": { - "type": "string" + "costForecast": { + "type": "number", + "format": "double" }, - "platform": { - "type": "string" - } - } - }, - "apicoverMemoryDBDetails": { - "type": "object", - "properties": { - "family": { - "type": "string" + "budget": { + "type": "number", + "format": "double" }, - "nodeType": { - "type": "string" + "upperBound": { + "type": "number", + "format": "double" + }, + "lowerBound": { + "type": "number", + "format": "double" } } }, - "apicoverRDSDetails": { + "apiNotificationChannel": { "type": "object", "properties": { - "dbEdition": { - "type": "string" - }, - "dbEngine": { - "type": "string" - }, - "deploymentOptions": { + "id": { "type": "string" }, - "family": { - "type": "string" + "enabled": { + "type": "boolean" }, - "instanceType": { + "name": { "type": "string" }, - "licenseModel": { - "type": "string" - } - } - }, - "apicoverRecommendationDetail": { - "type": "object", - "properties": { - "recommendation": { + "type": { "type": "string" }, - "recommendedResourceType": { - "type": "string" + "email": { + "$ref": "#/definitions/apiEmailChannel" }, - "estimatedCost": { - "type": "number", - "format": "double" + "slack": { + "$ref": "#/definitions/apiSlackChannel" }, - "estimatedSavings": { - "type": "number", - "format": "double" + "msteams": { + "$ref": "#/definitions/apiMSTeamsChannel" }, - "region": { + "product": { "type": "string" } } }, - "apicoverRedshiftDetails": { + "apiNotificationSettings": { "type": "object", "properties": { - "currentGeneration": { - "type": "boolean" - }, - "nodeType": { - "type": "string" + "enabled": { + "type": "boolean", + "description": "Indicates whether notification is enabled for this account globally." }, - "family": { - "type": "string" + "defaultChannel": { + "type": "string", + "description": "The id of the default notification channel." } } }, - "apicoverResult": { + "apiOndemandChart": { "type": "object", "properties": { - "id": { + "date": { "type": "string" }, - "name": { - "type": "string" - } - } - }, - "apicoverRole": { - "type": "object", - "properties": { - "id": { + "service": { "type": "string" }, - "name": { - "type": "string" + "normalizedUsage": { + "type": "number", + "format": "double" }, - "costgroupsIds": { - "type": "array", - "items": { - "type": "string" - } + "ondemandCost": { + "type": "number", + "format": "double" }, - "permissions": { - "type": "array", - "items": { - "type": "string" - } + "usage": { + "type": "number", + "format": "double" } } }, - "apicoverTagData": { + "apiOndemandData": { "type": "object", "properties": { - "tagKey": { + "id": { "type": "string" }, - "tagValue": { + "ondemandChart": { "type": "array", "items": { - "type": "string" + "type": "object", + "$ref": "#/definitions/apiOndemandChart" } } } }, - "apicoverUsageTypes": { + "apiOptionsChart": { "type": "object", "properties": { - "operation": { + "date": { "type": "string" }, - "productCode": { - "type": "string" + "cost": { + "type": "number", + "format": "double" }, - "unit": { - "type": "string" + "coverage": { + "type": "number", + "format": "double" }, - "usageAmount": { + "usage": { "type": "number", "format": "double" }, - "usageType": { - "type": "string" + "usageCoverage": { + "type": "number", + "format": "double" } } }, - "apicoverUser": { + "apiOptionsData": { "type": "object", "properties": { "id": { "type": "string" }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - }, - "roles": { + "optionsChart": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/coverUserRole" + "$ref": "#/definitions/apiOptionsChart" } - }, - "invitedBy": { - "type": "object" - }, - "lastUpdated": { - "type": "string" - }, - "createdOn": { - "type": "string" - }, - "avatar": { - "type": "string" - }, - "activated": { - "type": "boolean" - }, - "colorTheme": { - "type": "string" } } }, - "apicoverUtilizationData": { + "apiPermission": { "type": "object", "properties": { - "date": { + "namespace": { "type": "string" }, - "value": { - "type": "number", - "format": "float" - } - } - }, - "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." + "permissions": { + "type": "array", + "items": { + "type": "string" + } }, - "cost": { - "type": "number", - "format": "double", - "description": "The cost of the lineitem, if applicable." + "policies": { + "type": "array", + "items": { + "type": "object", + "$ref": "#/definitions/apiPolicy" + } } - }, - "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": { + "apiPolicy": { "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 )." + "action": { + "type": "string" }, - "description": { - "type": "string", - "description": "The label description." + "effect": { + "type": "string" }, - "createdAt": { - "type": "string", - "title": "The label createdAt.\n\"created_at\": \"2023-10-27T10:00:00Z\"", - "readOnly": true + "key": { + "type": "string" }, - "updatedAt": { - "type": "string", - "title": "The label updatedAt.\n\"updated_at\": \"2023-10-27T10:00:00Z\"", - "readOnly": true + "values": { + "type": "array", + "items": { + "type": "string" + } } - }, - "title": "The message defines the label" + } }, - "apirippleAccessGroup": { + "apiRippleAccessGroup": { "type": "object", "properties": { "id": { @@ -29378,7 +29233,7 @@ }, "description": "AccessGroup resource definition." }, - "apirippleOrg": { + "apiRippleOrg": { "type": "object", "properties": { "name": { @@ -29399,7 +29254,7 @@ }, "description": "Org resource definition." }, - "apiripplev1InvoiceServiceDiscounts": { + "apiRippleV1InvoiceServiceDiscounts": { "type": "object", "properties": { "id": { @@ -29431,7 +29286,156 @@ }, "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" + } + } + }, + "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": { @@ -29450,7 +29454,7 @@ }, "description": "Budget resource definition." }, - "apiwaveBudgetAlert": { + "apiWaveBudgetAlert": { "type": "object", "properties": { "id": { @@ -29462,7 +29466,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiwaveNotification" + "$ref": "#/definitions/apiWaveNotification" }, "description": "notification setting." }, @@ -29470,14 +29474,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": { @@ -29579,7 +29583,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apiawsChartData" + "$ref": "#/definitions/apiAwsChartData" } } } @@ -30255,7 +30259,7 @@ "azurecspAzureCSPRecommendations": { "type": "object" }, - "billingv1AccessGroup": { + "billingV1AccessGroup": { "type": "object", "properties": { "accessGroupId": { @@ -30274,14 +30278,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": { @@ -30293,7 +30297,7 @@ } } }, - "billingv1AzureOptions": { + "billingV1AzureOptions": { "type": "object", "properties": { "resourceGroup": { @@ -30311,7 +30315,7 @@ }, "title": "Optional. Azure-specific options" }, - "billingv1BillingGroup": { + "billingV1BillingGroup": { "type": "object", "properties": { "billingInternalId": { @@ -30350,7 +30354,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "title": "List of all accounts" }, @@ -30371,12 +30375,12 @@ "title": "List of all additionalItems" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "AWS-specific options" } } }, - "billingv1InvoiceSettings": { + "billingV1InvoiceSettings": { "type": "object", "properties": { "invoiceNo": { @@ -30463,7 +30467,7 @@ } } }, - "billingv1Tag": { + "billingV1Tag": { "type": "object", "properties": { "key": { @@ -30482,7 +30486,7 @@ }, "title": "Individual tag definition for AddTagsToBillingGroup" }, - "billingv1TagData": { + "billingV1TagData": { "type": "object", "properties": { "customerId": { @@ -30504,7 +30508,7 @@ }, "title": "Response for tag request" }, - "blueapiapiAccount": { + "blueapiApiAccount": { "type": "object", "properties": { "vendor": { @@ -30537,7 +30541,7 @@ } } }, - "blueapiapiBudget": { + "blueapiApiBudget": { "type": "object", "properties": { "id": { @@ -30556,7 +30560,7 @@ } } }, - "blueapiapiChartData": { + "blueapiApiChartData": { "type": "object", "properties": { "date": { @@ -30583,7 +30587,7 @@ } } }, - "blueapiapiFeeDetails": { + "blueapiApiFeeDetails": { "type": "object", "properties": { "name": { @@ -30599,7 +30603,7 @@ }, "description": "FeeDetails resource definition." }, - "blueapiapiInvoiceSettings": { + "blueapiApiInvoiceSettings": { "type": "object", "properties": { "address": { @@ -30652,7 +30656,7 @@ }, "description": "InvoiceSettings resource definition." }, - "blueapiapiNotification": { + "blueapiApiNotification": { "type": "object", "properties": { "id": { @@ -30671,11 +30675,11 @@ "type": "boolean" }, "account": { - "$ref": "#/definitions/blueapiapiNotificationAccount" + "$ref": "#/definitions/blueapiApiNotificationAccount" } } }, - "blueapiapiNotificationAccount": { + "blueapiApiNotificationAccount": { "type": "object", "properties": { "vendor": { @@ -30686,7 +30690,7 @@ } } }, - "blueapiapiRole": { + "blueapiApiRole": { "type": "object", "properties": { "name": { @@ -30710,7 +30714,7 @@ } } }, - "blueapiapiUser": { + "blueapiApiUser": { "type": "object", "properties": { "id": { @@ -30730,7 +30734,7 @@ } } }, - "blueapiapiUtilizationData": { + "blueapiApiUtilizationData": { "type": "object", "properties": { "id": { @@ -30740,12 +30744,12 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiChartData" + "$ref": "#/definitions/blueapiApiChartData" } } } }, - "blueapibillingv1InvoiceServiceDiscounts": { + "blueapiBillingV1InvoiceServiceDiscounts": { "type": "object", "properties": { "id": { @@ -30771,7 +30775,7 @@ }, "description": "Streaming response message for the InvoiceServiceDiscounts rpc." }, - "blueapibillingv1ListExchangeRatesResponse": { + "blueapiBillingV1ListExchangeRatesResponse": { "type": "object", "properties": { "month": { @@ -30797,22 +30801,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": { @@ -30895,15 +30899,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": { @@ -30919,7 +30923,7 @@ }, "title": "Response message for ListExchangeRates" }, - "blueapicoverv1Resource": { + "blueapiCoverV1Resource": { "type": "object", "properties": { "date": { @@ -30965,7 +30969,7 @@ } } }, - "blueapiflowv1DailyUtilization": { + "blueapiFlowV1DailyUtilization": { "type": "object", "properties": { "currentDate": { @@ -30980,7 +30984,7 @@ }, "description": "Daily utilization data for a specific date range." }, - "blueapiflowv1GetInfoResponse": { + "blueapiFlowV1GetInfoResponse": { "type": "object", "properties": { "response": { @@ -30989,7 +30993,7 @@ }, "description": "Response message for the Flow.GetInfo rpc." }, - "blueapigcv1Resource": { + "blueapiGcV1Resource": { "type": "object", "properties": { "id": { @@ -31129,7 +31133,7 @@ } } }, - "blueapiorgv1CreateOrgRequest": { + "blueapiOrgV1CreateOrgRequest": { "type": "object", "properties": { "email": { @@ -31175,11 +31179,11 @@ }, "description": "Request message for the Organization.CreateOrg rpc." }, - "blueapiorgv1CreateOrgResponse": { + "blueapiOrgV1CreateOrgResponse": { "type": "object", "properties": { "org": { - "$ref": "#/definitions/apirippleOrg" + "$ref": "#/definitions/apiRippleOrg" }, "password": { "type": "string" @@ -31187,7 +31191,7 @@ }, "description": "Response message for the Organization.CreateOrg rpc." }, - "blueapipricingv1GetInfoResponse": { + "blueapiPricingV1GetInfoResponse": { "type": "object", "properties": { "response": { @@ -31196,7 +31200,7 @@ }, "description": "Response message for the Pricing.GetInfo rpc." }, - "blueapiprismv1TestResponse": { + "blueapiPrismV1TestResponse": { "type": "object", "properties": { "response": { @@ -31204,7 +31208,7 @@ } } }, - "blueapivortexv1CreateOrgRequest": { + "blueapiVortexV1CreateOrgRequest": { "type": "object", "properties": { "name": { @@ -31215,7 +31219,7 @@ } } }, - "blueapivortexv1CreateOrgResponse": { + "blueapiVortexV1CreateOrgResponse": { "type": "object", "properties": { "orgId": { @@ -31229,7 +31233,7 @@ } } }, - "blueapivortexv1GetUserResponse": { + "blueapiVortexV1GetUserResponse": { "type": "object", "properties": { "id": { @@ -31246,7 +31250,7 @@ } } }, - "blueapivortexv1TestResponse": { + "blueapiVortexV1TestResponse": { "type": "object", "properties": { "message": { @@ -31255,7 +31259,7 @@ }, "title": "Test only" }, - "costv1CostAttribute": { + "costV1CostAttribute": { "type": "object", "properties": { "vendor": { @@ -31272,7 +31276,7 @@ } } }, - "costv1ListCostFilters": { + "costV1ListCostFilters": { "type": "object", "properties": { "filterId": { @@ -31557,7 +31561,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverBudgetAlert" + "$ref": "#/definitions/apiCoverBudgetAlert" }, "title": "threshold(s) and its respective channel(s) to alert" }, @@ -31714,7 +31718,7 @@ "type": "string" }, "costgroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "startDate": { "type": "string" @@ -31981,7 +31985,7 @@ "format": "double" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -32020,35 +32024,35 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "eC2DiskUtilization": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "eC2MemoryUtilization": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "networkTrafficData": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "otherDetails": { "$ref": "#/definitions/CurrentEC2DetailsOtherDetails" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -32142,7 +32146,7 @@ "format": "double" }, "EstcostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -32174,7 +32178,7 @@ "type": "string" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -32872,10 +32876,10 @@ "$ref": "#/definitions/coverEC2UpgadeDetails" }, "currentCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" }, "estCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -32964,7 +32968,7 @@ "type": "object", "properties": { "ec2Options": { - "$ref": "#/definitions/apicoverEC2Details" + "$ref": "#/definitions/apiCoverEC2Details" }, "elasticCacheOptions": { "$ref": "#/definitions/coverElasticCacheDetails" @@ -32973,13 +32977,13 @@ "$ref": "#/definitions/coverESDetails" }, "rdsOptions": { - "$ref": "#/definitions/apicoverRDSDetails" + "$ref": "#/definitions/apiCoverRDSDetails" }, "redshiftOptions": { - "$ref": "#/definitions/apicoverRedshiftDetails" + "$ref": "#/definitions/apiCoverRedshiftDetails" }, "memoryDbOptions": { - "$ref": "#/definitions/apicoverMemoryDBDetails" + "$ref": "#/definitions/apiCoverMemoryDBDetails" }, "recommendedNormalizedUnits": { "type": "integer", @@ -33038,7 +33042,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } } } @@ -33050,7 +33054,7 @@ "type": "string" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33084,7 +33088,7 @@ "type": "string" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33203,7 +33207,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverRecommendationDetail" + "$ref": "#/definitions/apiCoverRecommendationDetail" } }, "currentCost": { @@ -33254,7 +33258,7 @@ "format": "int32" }, "costCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -33500,7 +33504,7 @@ "$ref": "#/definitions/coverLambdaRightSizingRecommendationDetails" }, "ebsRightSizingRecommendationDetails": { - "$ref": "#/definitions/apicoverEBSDetails" + "$ref": "#/definitions/apiCoverEBSDetails" }, "ecsRightSizingRecommendationDetails": { "$ref": "#/definitions/coverEcsRightSizingRecommendationDetails" @@ -33917,14 +33921,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } }, "netWorkIO": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUtilizationData" + "$ref": "#/definitions/apiCoverUtilizationData" } } } @@ -34110,10 +34114,10 @@ "$ref": "#/definitions/coverEC2UpgadeDetails" }, "currentCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" }, "estimatedCostCalculation": { - "$ref": "#/definitions/apicoverCostCalculation" + "$ref": "#/definitions/apiCoverCostCalculation" } } }, @@ -34124,7 +34128,7 @@ "$ref": "#/definitions/coverUpgradeEC2Details" }, "upgradeEBSDetails": { - "$ref": "#/definitions/apicoverEBSDetails" + "$ref": "#/definitions/apiCoverEBSDetails" }, "upgradeRDSDetails": { "$ref": "#/definitions/coverRDSUpgradeDetails" @@ -34256,6 +34260,81 @@ } } }, + "coverV1FeeDetails": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "orgId": { + "type": "string" + }, + "vendor": { + "type": "string" + }, + "account": { + "type": "string" + }, + "month": { + "type": "string" + }, + "lineType": { + "type": "string" + }, + "feeType": { + "type": "string" + }, + "productCode": { + "type": "string" + }, + "description": { + "type": "string" + }, + "started": { + "type": "string" + }, + "timeInterval": { + "type": "string" + }, + "productName": { + "type": "string" + }, + "currency": { + "type": "string" + }, + "splitStatus": { + "type": "string" + }, + "isAllocated": { + "type": "boolean" + }, + "isApplied": { + "type": "boolean" + }, + "unblendedCost": { + "type": "number", + "format": "double" + }, + "sourceFee": { + "type": "string" + }, + "lastUpdate": { + "type": "string" + } + }, + "description": "Response message for GetFeeDetails, CreateFeeReallocation rpc." + }, + "coverV1Status": { + "type": "string", + "enum": [ + "PENDING", + "IN_PROGRESS", + "SUCCESS", + "FAILED" + ], + "default": "PENDING", + "title": "Status of upload file" + }, "coverViewData": { "type": "object", "properties": { @@ -34391,82 +34470,7 @@ } } }, - "coverv1FeeDetails": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "orgId": { - "type": "string" - }, - "vendor": { - "type": "string" - }, - "account": { - "type": "string" - }, - "month": { - "type": "string" - }, - "lineType": { - "type": "string" - }, - "feeType": { - "type": "string" - }, - "productCode": { - "type": "string" - }, - "description": { - "type": "string" - }, - "started": { - "type": "string" - }, - "timeInterval": { - "type": "string" - }, - "productName": { - "type": "string" - }, - "currency": { - "type": "string" - }, - "splitStatus": { - "type": "string" - }, - "isAllocated": { - "type": "boolean" - }, - "isApplied": { - "type": "boolean" - }, - "unblendedCost": { - "type": "number", - "format": "double" - }, - "sourceFee": { - "type": "string" - }, - "lastUpdate": { - "type": "string" - } - }, - "description": "Response message for GetFeeDetails, CreateFeeReallocation rpc." - }, - "coverv1Status": { - "type": "string", - "enum": [ - "PENDING", - "IN_PROGRESS", - "SUCCESS", - "FAILED" - ], - "default": "PENDING", - "title": "Status of upload file" - }, - "flowv1SavingsPlanDetailsPurchase": { + "flowV1SavingsPlanDetailsPurchase": { "type": "object", "properties": { "payerId": { @@ -34516,7 +34520,7 @@ }, "title": "Savings plan details to be purchased" }, - "flowv1SavingsPlanRecommendation": { + "flowV1SavingsPlanRecommendation": { "type": "object", "properties": { "payerId": { @@ -34566,6 +34570,20 @@ }, "title": "Savings plan recommendation details" }, + "gcV1Org": { + "type": "object", + "properties": { + "orgId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "email": { + "type": "string" + } + } + }, "gcpGCPRecommendations": { "type": "object", "properties": { @@ -34598,21 +34616,7 @@ } } }, - "gcv1Org": { - "type": "object", - "properties": { - "orgId": { - "type": "string" - }, - "name": { - "type": "string" - }, - "email": { - "type": "string" - } - } - }, - "googlerpcStatus": { + "googleRpcStatus": { "type": "object", "properties": { "code": { @@ -34921,7 +34925,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/googleRpcStatus", "description": "The error result of the operation in case of failure or cancellation." }, "response": { @@ -34931,6 +34935,23 @@ }, "description": "This resource represents a long-running operation that is the result of a\nnetwork API call." }, + "recommendationAwsAWSRecommendations": { + "type": "object", + "properties": { + "costExplorerRecommendations": { + "$ref": "#/definitions/awsCostExplorerRecommendations" + }, + "costOptimizationHubRecommendations": { + "$ref": "#/definitions/awsCostOptimizationHubRecommendations" + }, + "trustedAdvisorRecommendations": { + "$ref": "#/definitions/awsTrustedAdvisorRecommendations" + }, + "resourceArn": { + "type": "string" + } + } + }, "recommendationOCTOGeneratedRecommendations": { "type": "object", "properties": { @@ -34949,7 +34970,7 @@ "type": "object", "properties": { "awsRecommendations": { - "$ref": "#/definitions/recommendationawsAWSRecommendations" + "$ref": "#/definitions/recommendationAwsAWSRecommendations" }, "gcpRecommendations": { "$ref": "#/definitions/gcpGCPRecommendations" @@ -35028,23 +35049,6 @@ } } }, - "recommendationawsAWSRecommendations": { - "type": "object", - "properties": { - "costExplorerRecommendations": { - "$ref": "#/definitions/awsCostExplorerRecommendations" - }, - "costOptimizationHubRecommendations": { - "$ref": "#/definitions/awsCostOptimizationHubRecommendations" - }, - "trustedAdvisorRecommendations": { - "$ref": "#/definitions/awsTrustedAdvisorRecommendations" - }, - "resourceArn": { - "type": "string" - } - } - }, "rippleAssigned": { "type": "object", "properties": { @@ -35084,7 +35088,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "A list of accounts." }, @@ -35412,7 +35416,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "List of all members under this payer." } @@ -36033,7 +36037,7 @@ "description": "Account id." }, "serviceDiscounts": { - "$ref": "#/definitions/apiripplev1InvoiceServiceDiscounts", + "$ref": "#/definitions/apiRippleV1InvoiceServiceDiscounts", "description": "service discount infomation." } }, @@ -37211,7 +37215,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Lsit of accountId." }, @@ -38443,10 +38447,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." @@ -38787,7 +38791,7 @@ "title": "Invoice settings" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "Optional. AWS-specific options" }, "city": { @@ -38833,7 +38837,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." @@ -38902,7 +38906,7 @@ "title": "Invoice settings" }, "awsOptions": { - "$ref": "#/definitions/billingv1AwsOptions", + "$ref": "#/definitions/billingV1AwsOptions", "title": "Optional. AWS-specific options" }, "city": { @@ -39209,7 +39213,7 @@ "title": "Optional. Description of the forecast" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup", + "$ref": "#/definitions/apiCoverCostGroup", "title": "Required. Cost Group Id and Name" }, "pastActualCostRange": { @@ -39245,7 +39249,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -39698,7 +39702,7 @@ "title": "Required" }, "account": { - "$ref": "#/definitions/adminv1NotificationAccount", + "$ref": "#/definitions/adminV1NotificationAccount", "description": "Optional. only available Wave(Pro)." } }, @@ -40363,11 +40367,11 @@ "title": "GCP Options" }, "azureOptions": { - "$ref": "#/definitions/apicoverAzureOptions", + "$ref": "#/definitions/apiCoverAzureOptions", "title": "Azure Options" }, "awsOptions": { - "$ref": "#/definitions/apicoverAwsOptions" + "$ref": "#/definitions/apiCoverAwsOptions" }, "accountType": { "type": "string", @@ -41200,7 +41204,7 @@ "type": "object", "properties": { "accessGroup": { - "$ref": "#/definitions/billingv1AccessGroup" + "$ref": "#/definitions/billingV1AccessGroup" } }, "description": "Response message for the Billing.GetAccessGroup rpc." @@ -41238,7 +41242,7 @@ "type": "object", "properties": { "data": { - "$ref": "#/definitions/blueapiapiBudget" + "$ref": "#/definitions/blueapiApiBudget" } }, "title": "Response message for GetAccountBudget" @@ -41309,7 +41313,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -41451,7 +41455,7 @@ "type": "object", "properties": { "billingGroup": { - "$ref": "#/definitions/billingv1BillingGroup" + "$ref": "#/definitions/billingV1BillingGroup" } }, "description": "Response message for the Billing.GetBillingGroup rpc." @@ -41537,7 +41541,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverCategory" + "$ref": "#/definitions/apiCoverCategory" } } } @@ -41589,7 +41593,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Optional. accounts that applied to the CustomizedBillingService config." } @@ -41689,7 +41693,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/costv1CostAttribute" + "$ref": "#/definitions/costV1CostAttribute" }, "description": "The cost attributes." } @@ -41735,7 +41739,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -41866,14 +41870,14 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverResult" + "$ref": "#/definitions/apiCoverResult" } }, "tagData": { "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -42373,7 +42377,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiAccount" + "$ref": "#/definitions/blueapiApiAccount" }, "description": "Optional. accounts that applied to the CustomizedBillingService config." } @@ -42765,7 +42769,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverRole" + "$ref": "#/definitions/apiCoverRole" } } } @@ -43088,7 +43092,7 @@ "type": "object", "properties": { "recommendationData": { - "$ref": "#/definitions/apicoverAWSRecommendations" + "$ref": "#/definitions/apiCoverAWSRecommendations" } } }, @@ -43337,14 +43341,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" }, @@ -43457,7 +43461,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverTagData" + "$ref": "#/definitions/apiCoverTagData" } } }, @@ -43581,7 +43585,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiUtilizationData" + "$ref": "#/definitions/blueapiApiUtilizationData" } } }, @@ -43726,7 +43730,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } } @@ -44149,7 +44153,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/costv1ListCostFilters" + "$ref": "#/definitions/costV1ListCostFilters" } } }, @@ -44305,21 +44309,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" }, @@ -44428,7 +44432,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiNotification" + "$ref": "#/definitions/blueapiApiNotification" } } }, @@ -44641,7 +44645,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapigcv1Resource" + "$ref": "#/definitions/blueapiGcV1Resource" } } } @@ -44653,7 +44657,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiapiRole" + "$ref": "#/definitions/blueapiApiRole" } } }, @@ -45872,7 +45876,7 @@ "properties": { "groupByColumns": { "type": "string", - "description": "Optional. A comma-separated list of columns to aggregate the data into. Valid values are `serviceName`, `productName`, `region`, `chargeType`, `description`, `billableQuantity`, `effectiveUnitPrice`, `timeInterval`, `billingType`, `alternateId` and `domainName`. A special value of `none` is also supported, which means query by date or month per account only.\n\nFor example, if you only want the services and region data, you can set this field to `serviceName,region`. Your input sequence doesn't matter (although the sequence above is recommended) as the actual sequence is already fixed in the return data (see the definition in https://github.com/alphauslabs/blueapi/blob/main/api/azure/cost.proto), which is generic to specific, top to bottom. Invalid values are discarded. Excluded columns will be empty." + "description": "Optional. A comma-separated list of columns to aggregate the data into. Valid values are `serviceName`, `productName`, `region`, `chargeType`, `description`, `billableQuantity`, `effectiveUnitPrice`, `timeInterval`, `billingType`, `alternateId`, `domainName` and `resourceGroup`. A special value of `none` is also supported, which means query by date or month per account only.\n\nFor example, if you only want the services and region data, you can set this field to `serviceName,region`. Your input sequence doesn't matter (although the sequence above is recommended) as the actual sequence is already fixed in the return data (see the definition in https://github.com/alphauslabs/blueapi/blob/main/api/azure/cost.proto), which is generic to specific, top to bottom. Invalid values are discarded. Excluded columns will be empty." }, "groupByMonth": { "type": "boolean", @@ -46247,11 +46251,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" } }, @@ -46370,7 +46374,7 @@ "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, @@ -46545,7 +46549,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/apicoverAccount" + "$ref": "#/definitions/apiCoverAccount" } } } @@ -47375,7 +47379,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/billingv1Tag" + "$ref": "#/definitions/billingV1Tag" }, "title": "Tags associated with this customer" } @@ -47719,7 +47723,7 @@ "type": "string" }, "costGroup": { - "$ref": "#/definitions/apicoverCostGroup" + "$ref": "#/definitions/apiCoverCostGroup" }, "pastActualCostRange": { "type": "string", @@ -48204,7 +48208,7 @@ "type": "object", "properties": { "user": { - "$ref": "#/definitions/apicoverUser" + "$ref": "#/definitions/apiCoverUser" } } }, @@ -48326,7 +48330,7 @@ "title": "File name" }, "status": { - "$ref": "#/definitions/coverv1Status", + "$ref": "#/definitions/coverV1Status", "title": "Status" } }, @@ -48420,7 +48424,7 @@ "type": "array", "items": { "type": "object", - "$ref": "#/definitions/blueapiflowv1DailyUtilization" + "$ref": "#/definitions/blueapiFlowV1DailyUtilization" }, "title": "Array of daily utilization data for this Savings Plan" }