diff --git a/.apigentools-info b/.apigentools-info index b50570cffe09..a71048d1a239 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-17 14:24:06.552315", - "spec_repo_commit": "60205e12" + "regenerated": "2025-01-17 20:07:26.246810", + "spec_repo_commit": "127642e2" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-17 14:24:06.567593", - "spec_repo_commit": "60205e12" + "regenerated": "2025-01-17 20:07:26.262471", + "spec_repo_commit": "127642e2" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index c0f7b54f032f..fb8e79c35be1 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -12413,6 +12413,221 @@ components: type: string x-enum-varnames: - GCP_SERVICE_ACCOUNT + GCPUsageCostConfig: + description: GCP Usage Cost config. + properties: + attributes: + $ref: '#/components/schemas/GCPUsageCostConfigAttributes' + id: + description: The ID of the GCP Usage Cost config. + format: int64 + type: integer + type: + $ref: '#/components/schemas/GCPUsageCostConfigType' + required: + - attributes + - type + type: object + GCPUsageCostConfigAttributes: + description: Attributes for a GCP Usage Cost config. + properties: + account_id: + description: The GCP account ID. + example: 123456_A123BC_12AB34 + type: string + bucket_name: + description: The GCP bucket name used to store the Usage Cost export. + example: dd-cost-bucket + type: string + created_at: + description: The timestamp when the GCP Usage Cost config was created. + pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}$ + type: string + dataset: + description: The export dataset name used for the GCP Usage Cost Report. + example: billing + type: string + error_messages: + description: The error messages for the GCP Usage Cost config. + items: + type: string + type: array + export_prefix: + description: The export prefix used for the GCP Usage Cost Report. + example: datadog_cloud_cost_usage_export + type: string + export_project_name: + description: The name of the GCP Usage Cost Report. + example: dd-cloud-cost-report + type: string + months: + deprecated: true + description: The number of months the report has been backfilled. + format: int32 + maximum: 36 + type: integer + project_id: + description: The `project_id` of the GCP Usage Cost report. + example: my-project-123 + type: string + service_account: + description: The unique GCP service account email. + example: dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com + type: string + status: + description: The status of the GCP Usage Cost config. + example: active + type: string + status_updated_at: + description: The timestamp when the GCP Usage Cost config status was updated. + pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}$ + type: string + updated_at: + description: The timestamp when the GCP Usage Cost config status was updated. + pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}$ + type: string + required: + - account_id + - bucket_name + - dataset + - export_prefix + - export_project_name + - service_account + - status + type: object + GCPUsageCostConfigPatchData: + description: GCP Usage Cost config patch data. + properties: + attributes: + $ref: '#/components/schemas/GCPUsageCostConfigPatchRequestAttributes' + type: + $ref: '#/components/schemas/GCPUsageCostConfigPatchRequestType' + required: + - attributes + - type + type: object + GCPUsageCostConfigPatchRequest: + description: GCP Usage Cost config patch request. + properties: + data: + $ref: '#/components/schemas/GCPUsageCostConfigPatchData' + required: + - data + type: object + GCPUsageCostConfigPatchRequestAttributes: + description: Attributes for GCP Usage Cost config patch request. + properties: + is_enabled: + description: Whether or not the Cloud Cost Management account is enabled. + example: true + type: boolean + required: + - is_enabled + type: object + GCPUsageCostConfigPatchRequestType: + default: gcp_usage_cost_config_patch_request + description: Type of GCP Usage Cost config patch request. + enum: + - gcp_usage_cost_config_patch_request + example: gcp_usage_cost_config_patch_request + type: string + x-enum-varnames: + - GCP_USAGE_COST_CONFIG_PATCH_REQUEST + GCPUsageCostConfigPostData: + description: GCP Usage Cost config post data. + properties: + attributes: + $ref: '#/components/schemas/GCPUsageCostConfigPostRequestAttributes' + type: + $ref: '#/components/schemas/GCPUsageCostConfigPostRequestType' + required: + - attributes + - type + type: object + GCPUsageCostConfigPostRequest: + description: GCP Usage Cost config post request. + properties: + data: + $ref: '#/components/schemas/GCPUsageCostConfigPostData' + required: + - data + type: object + GCPUsageCostConfigPostRequestAttributes: + description: Attributes for GCP Usage Cost config post request. + properties: + account_id: + description: The GCP account ID. + example: 123456_A123BC_12AB34 + type: string + bucket_name: + description: The GCP bucket name used to store the Usage Cost export. + example: dd-cost-bucket + type: string + dataset: + description: The export dataset name used for the GCP Usage Cost report. + example: billing + type: string + export_prefix: + description: The export prefix used for the GCP Usage Cost report. + example: datadog_cloud_cost_usage_export + type: string + export_project_name: + description: The name of the GCP Usage Cost report. + example: dd-cloud-cost-report + type: string + is_enabled: + description: Whether or not the Cloud Cost Management account is enabled. + type: boolean + months: + description: The month of the report. + format: int32 + maximum: 36 + type: integer + service_account: + description: The unique GCP service account email. + example: dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com + type: string + required: + - account_id + - bucket_name + - dataset + - export_prefix + - export_project_name + - service_account + type: object + GCPUsageCostConfigPostRequestType: + default: gcp_usage_cost_config_post_request + description: Type of GCP Usage Cost config post request. + enum: + - gcp_usage_cost_config_post_request + example: gcp_usage_cost_config_post_request + type: string + x-enum-varnames: + - GCP_USAGE_COST_CONFIG_POST_REQUEST + GCPUsageCostConfigResponse: + description: Response of GCP Usage Cost config. + properties: + data: + $ref: '#/components/schemas/GCPUsageCostConfig' + type: object + GCPUsageCostConfigType: + default: gcp_usage_cost_config + description: Type of GCP Usage Cost config. + enum: + - gcp_usage_cost_config + example: gcp_usage_cost_config + type: string + x-enum-varnames: + - GCP_USAGE_COST_CONFIG + GCPUsageCostConfigsResponse: + description: List of GCP Usage Cost configs. + properties: + data: + description: A GCP Usage Cost config. + items: + $ref: '#/components/schemas/GCPUsageCostConfig' + type: array + type: object GetActionConnectionResponse: description: The response for found connection properties: @@ -34195,6 +34410,152 @@ paths: summary: Get Custom Costs file tags: - Cloud Cost Management + /api/v2/cost/gcp_uc_config: + get: + description: List the GCP Usage Cost configs. + operationId: ListCostGCPUsageCostConfigs + responses: + '200': + content: + application/json: + schema: + $ref: '#/components/schemas/GCPUsageCostConfigsResponse' + description: OK + '403': + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' + security: + - apiKeyAuth: [] + appKeyAuth: [] + - AuthZ: + - cloud_cost_management_read + summary: List Cloud Cost Management GCP Usage Cost configs + tags: + - Cloud Cost Management + x-permission: + operator: OR + permissions: + - cloud_cost_management_read + post: + description: Create a Cloud Cost Management account for an GCP Usage Cost config. + operationId: CreateCostGCPUsageCostConfig + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/GCPUsageCostConfigPostRequest' + required: true + responses: + '200': + content: + application/json: + schema: + $ref: '#/components/schemas/GCPUsageCostConfigResponse' + description: OK + '400': + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Bad Request + '403': + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' + security: + - apiKeyAuth: [] + appKeyAuth: [] + - AuthZ: + - cloud_cost_management_write + summary: Create Cloud Cost Management GCP Usage Cost config + tags: + - Cloud Cost Management + x-permission: + operator: OR + permissions: + - cloud_cost_management_write + /api/v2/cost/gcp_uc_config/{cloud_account_id}: + delete: + description: Archive a Cloud Cost Management account. + operationId: DeleteCostGCPUsageCostConfig + parameters: + - $ref: '#/components/parameters/CloudAccountID' + responses: + '204': + description: No Content + '400': + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Bad Request + '404': + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' + security: + - apiKeyAuth: [] + appKeyAuth: [] + - AuthZ: + - cloud_cost_management_write + summary: Delete Cloud Cost Management GCP Usage Cost config + tags: + - Cloud Cost Management + x-permission: + operator: OR + permissions: + - cloud_cost_management_write + patch: + description: Update the status of an GCP Usage Cost config (active/archived). + operationId: UpdateCostGCPUsageCostConfig + parameters: + - $ref: '#/components/parameters/CloudAccountID' + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/GCPUsageCostConfigPatchRequest' + required: true + responses: + '200': + content: + application/json: + schema: + $ref: '#/components/schemas/GCPUsageCostConfigsResponse' + description: OK + '403': + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' + security: + - apiKeyAuth: [] + appKeyAuth: [] + - AuthZ: + - cloud_cost_management_write + summary: Update Cloud Cost Management GCP Usage Cost config + tags: + - Cloud Cost Management + x-permission: + operator: OR + permissions: + - cloud_cost_management_write /api/v2/cost_by_tag/active_billing_dimensions: get: description: Get active billing dimensions for cost attribution. Cost data for @@ -48879,8 +49240,8 @@ tags: for more information. name: Case Management - description: The Cloud Cost Management API allows you to set up, edit, and delete - Cloud Cost Management accounts for AWS and Azure. You can query your cost data - by using the [Metrics endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-data-across-multiple-products) + Cloud Cost Management accounts for AWS, Azure, and GCP. You can query your cost + data by using the [Metrics endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries-data-across-multiple-products) and the `cloud_cost` data source. For more information, see the [Cloud Cost Management documentation](https://docs.datadoghq.com/cloud_cost_management/). name: Cloud Cost Management diff --git a/examples/v2/cloud-cost-management/CreateCostGCPUsageCostConfig.ts b/examples/v2/cloud-cost-management/CreateCostGCPUsageCostConfig.ts new file mode 100644 index 000000000000..5ad6226076da --- /dev/null +++ b/examples/v2/cloud-cost-management/CreateCostGCPUsageCostConfig.ts @@ -0,0 +1,34 @@ +/** + * Create Cloud Cost Management GCP Usage Cost config returns "OK" response + */ + +import { client, v2 } from "@datadog/datadog-api-client"; + +const configuration = client.createConfiguration(); +const apiInstance = new v2.CloudCostManagementApi(configuration); + +const params: v2.CloudCostManagementApiCreateCostGCPUsageCostConfigRequest = { + body: { + data: { + attributes: { + accountId: "123456_A123BC_12AB34", + bucketName: "dd-cost-bucket", + dataset: "billing", + exportPrefix: "datadog_cloud_cost_usage_export", + exportProjectName: "dd-cloud-cost-report", + serviceAccount: + "dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com", + }, + type: "gcp_usage_cost_config_post_request", + }, + }, +}; + +apiInstance + .createCostGCPUsageCostConfig(params) + .then((data: v2.GCPUsageCostConfigResponse) => { + console.log( + "API called successfully. Returned data: " + JSON.stringify(data) + ); + }) + .catch((error: any) => console.error(error)); diff --git a/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.ts b/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.ts new file mode 100644 index 000000000000..ec967af85980 --- /dev/null +++ b/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.ts @@ -0,0 +1,21 @@ +/** + * Delete Cloud Cost Management GCP Usage Cost config returns "No Content" response + */ + +import { client, v2 } from "@datadog/datadog-api-client"; + +const configuration = client.createConfiguration(); +const apiInstance = new v2.CloudCostManagementApi(configuration); + +const params: v2.CloudCostManagementApiDeleteCostGCPUsageCostConfigRequest = { + cloudAccountId: "100", +}; + +apiInstance + .deleteCostGCPUsageCostConfig(params) + .then((data: any) => { + console.log( + "API called successfully. Returned data: " + JSON.stringify(data) + ); + }) + .catch((error: any) => console.error(error)); diff --git a/examples/v2/cloud-cost-management/ListCostGCPUsageCostConfigs.ts b/examples/v2/cloud-cost-management/ListCostGCPUsageCostConfigs.ts new file mode 100644 index 000000000000..1764ee914c93 --- /dev/null +++ b/examples/v2/cloud-cost-management/ListCostGCPUsageCostConfigs.ts @@ -0,0 +1,17 @@ +/** + * List Cloud Cost Management GCP Usage Cost configs returns "OK" response + */ + +import { client, v2 } from "@datadog/datadog-api-client"; + +const configuration = client.createConfiguration(); +const apiInstance = new v2.CloudCostManagementApi(configuration); + +apiInstance + .listCostGCPUsageCostConfigs() + .then((data: v2.GCPUsageCostConfigsResponse) => { + console.log( + "API called successfully. Returned data: " + JSON.stringify(data) + ); + }) + .catch((error: any) => console.error(error)); diff --git a/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.ts b/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.ts new file mode 100644 index 000000000000..6b565aba8a20 --- /dev/null +++ b/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.ts @@ -0,0 +1,29 @@ +/** + * Update Cloud Cost Management GCP Usage Cost config returns "OK" response + */ + +import { client, v2 } from "@datadog/datadog-api-client"; + +const configuration = client.createConfiguration(); +const apiInstance = new v2.CloudCostManagementApi(configuration); + +const params: v2.CloudCostManagementApiUpdateCostGCPUsageCostConfigRequest = { + body: { + data: { + attributes: { + isEnabled: true, + }, + type: "gcp_usage_cost_config_patch_request", + }, + }, + cloudAccountId: "100", +}; + +apiInstance + .updateCostGCPUsageCostConfig(params) + .then((data: v2.GCPUsageCostConfigsResponse) => { + console.log( + "API called successfully. Returned data: " + JSON.stringify(data) + ); + }) + .catch((error: any) => console.error(error)); diff --git a/features/support/scenarios_model_mapping.ts b/features/support/scenarios_model_mapping.ts index ba2a4464192c..f3931323d5a8 100644 --- a/features/support/scenarios_model_mapping.ts +++ b/features/support/scenarios_model_mapping.ts @@ -3263,6 +3263,34 @@ export const ScenariosModelMappings: {[key: string]: {[key: string]: any}} = { }, "operationResponseType": "CustomCostsFileGetResponse", }, + "v2.ListCostGCPUsageCostConfigs": { + "operationResponseType": "GCPUsageCostConfigsResponse", + }, + "v2.CreateCostGCPUsageCostConfig": { + "body": { + "type": "GCPUsageCostConfigPostRequest", + "format": "", + }, + "operationResponseType": "GCPUsageCostConfigResponse", + }, + "v2.DeleteCostGCPUsageCostConfig": { + "cloudAccountId": { + "type": "string", + "format": "", + }, + "operationResponseType": "void", + }, + "v2.UpdateCostGCPUsageCostConfig": { + "cloudAccountId": { + "type": "string", + "format": "", + }, + "body": { + "type": "GCPUsageCostConfigPatchRequest", + "format": "", + }, + "operationResponseType": "GCPUsageCostConfigsResponse", + }, "v2.GetActiveBillingDimensions": { "operationResponseType": "ActiveBillingDimensionsResponse", }, diff --git a/features/v2/cloud_cost_management.feature b/features/v2/cloud_cost_management.feature index 4bef351f25c0..88eb4ab13d74 100644 --- a/features/v2/cloud_cost_management.feature +++ b/features/v2/cloud_cost_management.feature @@ -1,8 +1,8 @@ @endpoint(cloud-cost-management) @endpoint(cloud-cost-management-v2) Feature: Cloud Cost Management The Cloud Cost Management API allows you to set up, edit, and delete Cloud - Cost Management accounts for AWS and Azure. You can query your cost data - by using the [Metrics + Cost Management accounts for AWS, Azure, and GCP. You can query your cost + data by using the [Metrics endpoint](https://docs.datadoghq.com/api/latest/metrics/#query-timeseries- data-across-multiple-products) and the `cloud_cost` data source. For more information, see the [Cloud Cost Management @@ -43,6 +43,21 @@ Feature: Cloud Cost Management Then the response status is 200 OK And the response "data.attributes.configs[0].account_id" is equal to "1234abcd-1234-abcd-1234-1234abcd1234" + @generated @skip @team:Datadog/cloud-cost-management + Scenario: Create Cloud Cost Management GCP Usage Cost config returns "Bad Request" response + Given new "CreateCostGCPUsageCostConfig" request + And body with value {"data": {"attributes": {"account_id": "123456_A123BC_12AB34", "bucket_name": "dd-cost-bucket", "dataset": "billing", "export_prefix": "datadog_cloud_cost_usage_export", "export_project_name": "dd-cloud-cost-report", "service_account": "dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com"}, "type": "gcp_usage_cost_config_post_request"}} + When the request is sent + Then the response status is 400 Bad Request + + @replay-only @team:Datadog/cloud-cost-management + Scenario: Create Cloud Cost Management GCP Usage Cost config returns "OK" response + Given new "CreateCostGCPUsageCostConfig" request + And body with value {"data": {"attributes": {"account_id": "123456_A123BC_12AB34", "bucket_name": "dd-cost-bucket", "dataset": "billing", "export_prefix": "datadog_cloud_cost_usage_export", "export_project_name": "dd-cloud-cost-report", "service_account": "dd-ccm-gcp-integration@my-environment.iam.gserviceaccount.com"}, "type": "gcp_usage_cost_config_post_request"}} + When the request is sent + Then the response status is 200 OK + And the response "data.attributes.account_id" is equal to "123456_A123BC_12AB34" + @generated @skip @team:Datadog/cloud-cost-management Scenario: Delete Cloud Cost Management AWS CUR config returns "Bad Request" response Given new "DeleteCostAWSCURConfig" request @@ -85,6 +100,27 @@ Feature: Cloud Cost Management When the request is sent Then the response status is 404 Not Found + @generated @skip @team:Datadog/cloud-cost-management + Scenario: Delete Cloud Cost Management GCP Usage Cost config returns "Bad Request" response + Given new "DeleteCostGCPUsageCostConfig" request + And request contains "cloud_account_id" parameter from "REPLACE.ME" + When the request is sent + Then the response status is 400 Bad Request + + @replay-only @team:Datadog/cloud-cost-management + Scenario: Delete Cloud Cost Management GCP Usage Cost config returns "No Content" response + Given new "DeleteCostGCPUsageCostConfig" request + And request contains "cloud_account_id" parameter with value "100" + When the request is sent + Then the response status is 204 No Content + + @generated @skip @team:Datadog/cloud-cost-management + Scenario: Delete Cloud Cost Management GCP Usage Cost config returns "Not Found" response + Given new "DeleteCostGCPUsageCostConfig" request + And request contains "cloud_account_id" parameter from "REPLACE.ME" + When the request is sent + Then the response status is 404 Not Found + @replay-only @team:Datadog/cloud-cost-management Scenario: Delete Custom Costs File returns "No Content" response Given new "DeleteCustomCostsFile" request @@ -129,6 +165,13 @@ Feature: Cloud Cost Management Then the response status is 200 OK And the response "data[0].attributes.configs[0].export_name" is equal to "test_export_name" + @replay-only @team:Datadog/cloud-cost-management + Scenario: List Cloud Cost Management GCP Usage Cost configs returns "OK" response + Given new "ListCostGCPUsageCostConfigs" request + When the request is sent + Then the response status is 200 OK + And the response "data[0].attributes.bucket_name" is equal to "test_bucket_name" + @replay-only @team:Datadog/cloud-cost-management Scenario: List Custom Costs Files returns "OK" response Given new "ListCustomCostsFiles" request @@ -168,6 +211,15 @@ Feature: Cloud Cost Management Then the response status is 200 OK And the response "data.type" is equal to "azure_uc_configs" + @replay-only @team:Datadog/cloud-cost-management + Scenario: Update Cloud Cost Management GCP Usage Cost config returns "OK" response + Given new "UpdateCostGCPUsageCostConfig" request + And request contains "cloud_account_id" parameter with value "100" + And body with value {"data": {"attributes": {"is_enabled": true}, "type": "gcp_usage_cost_config_patch_request"}} + When the request is sent + Then the response status is 200 OK + And the response "data[0].attributes.account_id" is equal to "123456_A123BC_12AB34" + @replay-only @team:Datadog/cloud-cost-management Scenario: Upload Custom Costs File returns "Accepted" response Given new "UploadCustomCostsFile" request diff --git a/features/v2/undo.json b/features/v2/undo.json index d1258a8d92cb..11f6071e667f 100644 --- a/features/v2/undo.json +++ b/features/v2/undo.json @@ -554,6 +554,30 @@ "type": "safe" } }, + "ListCostGCPUsageCostConfigs": { + "tag": "Cloud Cost Management", + "undo": { + "type": "safe" + } + }, + "CreateCostGCPUsageCostConfig": { + "tag": "Cloud Cost Management", + "undo": { + "type": "idempotent" + } + }, + "DeleteCostGCPUsageCostConfig": { + "tag": "Cloud Cost Management", + "undo": { + "type": "idempotent" + } + }, + "UpdateCostGCPUsageCostConfig": { + "tag": "Cloud Cost Management", + "undo": { + "type": "idempotent" + } + }, "GetActiveBillingDimensions": { "tag": "Usage Metering", "undo": { diff --git a/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts b/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts index 7794bbbbc2c7..0f9c362f27cb 100644 --- a/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts +++ b/packages/datadog-api-client-v2/apis/CloudCostManagementApi.ts @@ -29,6 +29,10 @@ import { CustomCostsFileGetResponse } from "../models/CustomCostsFileGetResponse import { CustomCostsFileLineItem } from "../models/CustomCostsFileLineItem"; import { CustomCostsFileListResponse } from "../models/CustomCostsFileListResponse"; import { CustomCostsFileUploadResponse } from "../models/CustomCostsFileUploadResponse"; +import { GCPUsageCostConfigPatchRequest } from "../models/GCPUsageCostConfigPatchRequest"; +import { GCPUsageCostConfigPostRequest } from "../models/GCPUsageCostConfigPostRequest"; +import { GCPUsageCostConfigResponse } from "../models/GCPUsageCostConfigResponse"; +import { GCPUsageCostConfigsResponse } from "../models/GCPUsageCostConfigsResponse"; export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory { public async createCostAWSCURConfig( @@ -115,6 +119,48 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory return requestContext; } + public async createCostGCPUsageCostConfig( + body: GCPUsageCostConfigPostRequest, + _options?: Configuration + ): Promise { + const _config = _options || this.configuration; + + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new RequiredError("body", "createCostGCPUsageCostConfig"); + } + + // Path Params + const localVarPath = "/api/v2/cost/gcp_uc_config"; + + // Make Request Context + const requestContext = _config + .getServer("v2.CloudCostManagementApi.createCostGCPUsageCostConfig") + .makeRequestContext(localVarPath, HttpMethod.POST); + requestContext.setHeaderParam("Accept", "application/json"); + requestContext.setHttpConfig(_config.httpConfig); + + // Body Params + const contentType = ObjectSerializer.getPreferredMediaType([ + "application/json", + ]); + requestContext.setHeaderParam("Content-Type", contentType); + const serializedBody = ObjectSerializer.stringify( + ObjectSerializer.serialize(body, "GCPUsageCostConfigPostRequest", ""), + contentType + ); + requestContext.setBody(serializedBody); + + // Apply auth methods + applySecurityAuthentication(_config, requestContext, [ + "AuthZ", + "apiKeyAuth", + "appKeyAuth", + ]); + + return requestContext; + } + public async deleteCostAWSCURConfig( cloudAccountId: string, _options?: Configuration @@ -185,6 +231,41 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory return requestContext; } + public async deleteCostGCPUsageCostConfig( + cloudAccountId: string, + _options?: Configuration + ): Promise { + const _config = _options || this.configuration; + + // verify required parameter 'cloudAccountId' is not null or undefined + if (cloudAccountId === null || cloudAccountId === undefined) { + throw new RequiredError("cloudAccountId", "deleteCostGCPUsageCostConfig"); + } + + // Path Params + const localVarPath = + "/api/v2/cost/gcp_uc_config/{cloud_account_id}".replace( + "{cloud_account_id}", + encodeURIComponent(String(cloudAccountId)) + ); + + // Make Request Context + const requestContext = _config + .getServer("v2.CloudCostManagementApi.deleteCostGCPUsageCostConfig") + .makeRequestContext(localVarPath, HttpMethod.DELETE); + requestContext.setHeaderParam("Accept", "*/*"); + requestContext.setHttpConfig(_config.httpConfig); + + // Apply auth methods + applySecurityAuthentication(_config, requestContext, [ + "AuthZ", + "apiKeyAuth", + "appKeyAuth", + ]); + + return requestContext; + } + public async deleteCustomCostsFile( fileId: string, _options?: Configuration @@ -303,6 +384,31 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory return requestContext; } + public async listCostGCPUsageCostConfigs( + _options?: Configuration + ): Promise { + const _config = _options || this.configuration; + + // Path Params + const localVarPath = "/api/v2/cost/gcp_uc_config"; + + // Make Request Context + const requestContext = _config + .getServer("v2.CloudCostManagementApi.listCostGCPUsageCostConfigs") + .makeRequestContext(localVarPath, HttpMethod.GET); + requestContext.setHeaderParam("Accept", "application/json"); + requestContext.setHttpConfig(_config.httpConfig); + + // Apply auth methods + applySecurityAuthentication(_config, requestContext, [ + "AuthZ", + "apiKeyAuth", + "appKeyAuth", + ]); + + return requestContext; + } + public async listCustomCostsFiles( _options?: Configuration ): Promise { @@ -432,6 +538,58 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory return requestContext; } + public async updateCostGCPUsageCostConfig( + cloudAccountId: string, + body: GCPUsageCostConfigPatchRequest, + _options?: Configuration + ): Promise { + const _config = _options || this.configuration; + + // verify required parameter 'cloudAccountId' is not null or undefined + if (cloudAccountId === null || cloudAccountId === undefined) { + throw new RequiredError("cloudAccountId", "updateCostGCPUsageCostConfig"); + } + + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new RequiredError("body", "updateCostGCPUsageCostConfig"); + } + + // Path Params + const localVarPath = + "/api/v2/cost/gcp_uc_config/{cloud_account_id}".replace( + "{cloud_account_id}", + encodeURIComponent(String(cloudAccountId)) + ); + + // Make Request Context + const requestContext = _config + .getServer("v2.CloudCostManagementApi.updateCostGCPUsageCostConfig") + .makeRequestContext(localVarPath, HttpMethod.PATCH); + requestContext.setHeaderParam("Accept", "application/json"); + requestContext.setHttpConfig(_config.httpConfig); + + // Body Params + const contentType = ObjectSerializer.getPreferredMediaType([ + "application/json", + ]); + requestContext.setHeaderParam("Content-Type", contentType); + const serializedBody = ObjectSerializer.stringify( + ObjectSerializer.serialize(body, "GCPUsageCostConfigPatchRequest", ""), + contentType + ); + requestContext.setBody(serializedBody); + + // Apply auth methods + applySecurityAuthentication(_config, requestContext, [ + "AuthZ", + "apiKeyAuth", + "appKeyAuth", + ]); + + return requestContext; + } + public async uploadCustomCostsFile( body: Array, _options?: Configuration @@ -600,6 +758,68 @@ export class CloudCostManagementApiResponseProcessor { ); } + /** + * Unwraps the actual response sent by the server from the response context and deserializes the response content + * to the expected objects + * + * @params response Response returned by the server for a request to createCostGCPUsageCostConfig + * @throws ApiException if the response code was not in [200, 299] + */ + public async createCostGCPUsageCostConfig( + response: ResponseContext + ): Promise { + const contentType = ObjectSerializer.normalizeMediaType( + response.headers["content-type"] + ); + if (response.httpStatusCode === 200) { + const body: GCPUsageCostConfigResponse = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "GCPUsageCostConfigResponse" + ) as GCPUsageCostConfigResponse; + return body; + } + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 403 || + response.httpStatusCode === 429 + ) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } + + // Work around for missing responses in specification, e.g. for petstore.yaml + if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { + const body: GCPUsageCostConfigResponse = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "GCPUsageCostConfigResponse", + "" + ) as GCPUsageCostConfigResponse; + return body; + } + + const body = (await response.body.text()) || ""; + throw new ApiException( + response.httpStatusCode, + 'Unknown API Status Code!\nBody: "' + body + '"' + ); + } + /** * Unwraps the actual response sent by the server from the response context and deserializes the response content * to the expected objects @@ -716,6 +936,64 @@ export class CloudCostManagementApiResponseProcessor { ); } + /** + * Unwraps the actual response sent by the server from the response context and deserializes the response content + * to the expected objects + * + * @params response Response returned by the server for a request to deleteCostGCPUsageCostConfig + * @throws ApiException if the response code was not in [200, 299] + */ + public async deleteCostGCPUsageCostConfig( + response: ResponseContext + ): Promise { + const contentType = ObjectSerializer.normalizeMediaType( + response.headers["content-type"] + ); + if (response.httpStatusCode === 204) { + return; + } + if ( + response.httpStatusCode === 400 || + response.httpStatusCode === 404 || + response.httpStatusCode === 429 + ) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } + + // Work around for missing responses in specification, e.g. for petstore.yaml + if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { + const body: void = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "void", + "" + ) as void; + return body; + } + + const body = (await response.body.text()) || ""; + throw new ApiException( + response.httpStatusCode, + 'Unknown API Status Code!\nBody: "' + body + '"' + ); + } + /** * Unwraps the actual response sent by the server from the response context and deserializes the response content * to the expected objects @@ -942,6 +1220,64 @@ export class CloudCostManagementApiResponseProcessor { ); } + /** + * Unwraps the actual response sent by the server from the response context and deserializes the response content + * to the expected objects + * + * @params response Response returned by the server for a request to listCostGCPUsageCostConfigs + * @throws ApiException if the response code was not in [200, 299] + */ + public async listCostGCPUsageCostConfigs( + response: ResponseContext + ): Promise { + const contentType = ObjectSerializer.normalizeMediaType( + response.headers["content-type"] + ); + if (response.httpStatusCode === 200) { + const body: GCPUsageCostConfigsResponse = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "GCPUsageCostConfigsResponse" + ) as GCPUsageCostConfigsResponse; + return body; + } + if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } + + // Work around for missing responses in specification, e.g. for petstore.yaml + if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { + const body: GCPUsageCostConfigsResponse = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "GCPUsageCostConfigsResponse", + "" + ) as GCPUsageCostConfigsResponse; + return body; + } + + const body = (await response.body.text()) || ""; + throw new ApiException( + response.httpStatusCode, + 'Unknown API Status Code!\nBody: "' + body + '"' + ); + } + /** * Unwraps the actual response sent by the server from the response context and deserializes the response content * to the expected objects @@ -1120,6 +1456,64 @@ export class CloudCostManagementApiResponseProcessor { ); } + /** + * Unwraps the actual response sent by the server from the response context and deserializes the response content + * to the expected objects + * + * @params response Response returned by the server for a request to updateCostGCPUsageCostConfig + * @throws ApiException if the response code was not in [200, 299] + */ + public async updateCostGCPUsageCostConfig( + response: ResponseContext + ): Promise { + const contentType = ObjectSerializer.normalizeMediaType( + response.headers["content-type"] + ); + if (response.httpStatusCode === 200) { + const body: GCPUsageCostConfigsResponse = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "GCPUsageCostConfigsResponse" + ) as GCPUsageCostConfigsResponse; + return body; + } + if (response.httpStatusCode === 403 || response.httpStatusCode === 429) { + const bodyText = ObjectSerializer.parse( + await response.body.text(), + contentType + ); + let body: APIErrorResponse; + try { + body = ObjectSerializer.deserialize( + bodyText, + "APIErrorResponse" + ) as APIErrorResponse; + } catch (error) { + logger.debug(`Got error deserializing error: ${error}`); + throw new ApiException( + response.httpStatusCode, + bodyText + ); + } + throw new ApiException(response.httpStatusCode, body); + } + + // Work around for missing responses in specification, e.g. for petstore.yaml + if (response.httpStatusCode >= 200 && response.httpStatusCode <= 299) { + const body: GCPUsageCostConfigsResponse = ObjectSerializer.deserialize( + ObjectSerializer.parse(await response.body.text(), contentType), + "GCPUsageCostConfigsResponse", + "" + ) as GCPUsageCostConfigsResponse; + return body; + } + + const body = (await response.body.text()) || ""; + throw new ApiException( + response.httpStatusCode, + 'Unknown API Status Code!\nBody: "' + body + '"' + ); + } + /** * Unwraps the actual response sent by the server from the response context and deserializes the response content * to the expected objects @@ -1193,6 +1587,13 @@ export interface CloudCostManagementApiCreateCostAzureUCConfigsRequest { body: AzureUCConfigPostRequest; } +export interface CloudCostManagementApiCreateCostGCPUsageCostConfigRequest { + /** + * @type GCPUsageCostConfigPostRequest + */ + body: GCPUsageCostConfigPostRequest; +} + export interface CloudCostManagementApiDeleteCostAWSCURConfigRequest { /** * Cloud Account id. @@ -1209,6 +1610,14 @@ export interface CloudCostManagementApiDeleteCostAzureUCConfigRequest { cloudAccountId: string; } +export interface CloudCostManagementApiDeleteCostGCPUsageCostConfigRequest { + /** + * Cloud Account id. + * @type string + */ + cloudAccountId: string; +} + export interface CloudCostManagementApiDeleteCustomCostsFileRequest { /** * File ID. @@ -1249,6 +1658,18 @@ export interface CloudCostManagementApiUpdateCostAzureUCConfigsRequest { body: AzureUCConfigPatchRequest; } +export interface CloudCostManagementApiUpdateCostGCPUsageCostConfigRequest { + /** + * Cloud Account id. + * @type string + */ + cloudAccountId: string; + /** + * @type GCPUsageCostConfigPatchRequest + */ + body: GCPUsageCostConfigPatchRequest; +} + export interface CloudCostManagementApiUploadCustomCostsFileRequest { /** * @type Array @@ -1317,6 +1738,27 @@ export class CloudCostManagementApi { }); } + /** + * Create a Cloud Cost Management account for an GCP Usage Cost config. + * @param param The request object + */ + public createCostGCPUsageCostConfig( + param: CloudCostManagementApiCreateCostGCPUsageCostConfigRequest, + options?: Configuration + ): Promise { + const requestContextPromise = + this.requestFactory.createCostGCPUsageCostConfig(param.body, options); + return requestContextPromise.then((requestContext) => { + return this.configuration.httpApi + .send(requestContext) + .then((responseContext) => { + return this.responseProcessor.createCostGCPUsageCostConfig( + responseContext + ); + }); + }); + } + /** * Archive a Cloud Cost Management Account. * @param param The request object @@ -1361,6 +1803,30 @@ export class CloudCostManagementApi { }); } + /** + * Archive a Cloud Cost Management account. + * @param param The request object + */ + public deleteCostGCPUsageCostConfig( + param: CloudCostManagementApiDeleteCostGCPUsageCostConfigRequest, + options?: Configuration + ): Promise { + const requestContextPromise = + this.requestFactory.deleteCostGCPUsageCostConfig( + param.cloudAccountId, + options + ); + return requestContextPromise.then((requestContext) => { + return this.configuration.httpApi + .send(requestContext) + .then((responseContext) => { + return this.responseProcessor.deleteCostGCPUsageCostConfig( + responseContext + ); + }); + }); + } + /** * Delete the specified Custom Costs file. * @param param The request object @@ -1439,6 +1905,26 @@ export class CloudCostManagementApi { }); } + /** + * List the GCP Usage Cost configs. + * @param param The request object + */ + public listCostGCPUsageCostConfigs( + options?: Configuration + ): Promise { + const requestContextPromise = + this.requestFactory.listCostGCPUsageCostConfigs(options); + return requestContextPromise.then((requestContext) => { + return this.configuration.httpApi + .send(requestContext) + .then((responseContext) => { + return this.responseProcessor.listCostGCPUsageCostConfigs( + responseContext + ); + }); + }); + } + /** * List the Custom Costs files. * @param param The request object @@ -1503,6 +1989,31 @@ export class CloudCostManagementApi { }); } + /** + * Update the status of an GCP Usage Cost config (active/archived). + * @param param The request object + */ + public updateCostGCPUsageCostConfig( + param: CloudCostManagementApiUpdateCostGCPUsageCostConfigRequest, + options?: Configuration + ): Promise { + const requestContextPromise = + this.requestFactory.updateCostGCPUsageCostConfig( + param.cloudAccountId, + param.body, + options + ); + return requestContextPromise.then((requestContext) => { + return this.configuration.httpApi + .send(requestContext) + .then((responseContext) => { + return this.responseProcessor.updateCostGCPUsageCostConfig( + responseContext + ); + }); + }); + } + /** * Upload a Custom Costs file. * @param param The request object diff --git a/packages/datadog-api-client-v2/index.ts b/packages/datadog-api-client-v2/index.ts index acb3aae5b4cf..09824ffbbdb0 100644 --- a/packages/datadog-api-client-v2/index.ts +++ b/packages/datadog-api-client-v2/index.ts @@ -118,12 +118,15 @@ export { export { CloudCostManagementApiCreateCostAWSCURConfigRequest, CloudCostManagementApiCreateCostAzureUCConfigsRequest, + CloudCostManagementApiCreateCostGCPUsageCostConfigRequest, CloudCostManagementApiDeleteCostAWSCURConfigRequest, CloudCostManagementApiDeleteCostAzureUCConfigRequest, + CloudCostManagementApiDeleteCostGCPUsageCostConfigRequest, CloudCostManagementApiDeleteCustomCostsFileRequest, CloudCostManagementApiGetCustomCostsFileRequest, CloudCostManagementApiUpdateCostAWSCURConfigRequest, CloudCostManagementApiUpdateCostAzureUCConfigsRequest, + CloudCostManagementApiUpdateCostGCPUsageCostConfigRequest, CloudCostManagementApiUploadCustomCostsFileRequest, CloudCostManagementApi, } from "./apis/CloudCostManagementApi"; @@ -1349,6 +1352,19 @@ export { GCPSTSServiceAccountResponse } from "./models/GCPSTSServiceAccountRespo export { GCPSTSServiceAccountsResponse } from "./models/GCPSTSServiceAccountsResponse"; export { GCPSTSServiceAccountUpdateRequest } from "./models/GCPSTSServiceAccountUpdateRequest"; export { GCPSTSServiceAccountUpdateRequestData } from "./models/GCPSTSServiceAccountUpdateRequestData"; +export { GCPUsageCostConfig } from "./models/GCPUsageCostConfig"; +export { GCPUsageCostConfigAttributes } from "./models/GCPUsageCostConfigAttributes"; +export { GCPUsageCostConfigPatchData } from "./models/GCPUsageCostConfigPatchData"; +export { GCPUsageCostConfigPatchRequest } from "./models/GCPUsageCostConfigPatchRequest"; +export { GCPUsageCostConfigPatchRequestAttributes } from "./models/GCPUsageCostConfigPatchRequestAttributes"; +export { GCPUsageCostConfigPatchRequestType } from "./models/GCPUsageCostConfigPatchRequestType"; +export { GCPUsageCostConfigPostData } from "./models/GCPUsageCostConfigPostData"; +export { GCPUsageCostConfigPostRequest } from "./models/GCPUsageCostConfigPostRequest"; +export { GCPUsageCostConfigPostRequestAttributes } from "./models/GCPUsageCostConfigPostRequestAttributes"; +export { GCPUsageCostConfigPostRequestType } from "./models/GCPUsageCostConfigPostRequestType"; +export { GCPUsageCostConfigResponse } from "./models/GCPUsageCostConfigResponse"; +export { GCPUsageCostConfigsResponse } from "./models/GCPUsageCostConfigsResponse"; +export { GCPUsageCostConfigType } from "./models/GCPUsageCostConfigType"; export { GetActionConnectionResponse } from "./models/GetActionConnectionResponse"; export { GetAppResponse } from "./models/GetAppResponse"; export { GetAppResponseData } from "./models/GetAppResponseData"; diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfig.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfig.ts new file mode 100644 index 000000000000..7d1d174e8b94 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfig.ts @@ -0,0 +1,73 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfigAttributes } from "./GCPUsageCostConfigAttributes"; +import { GCPUsageCostConfigType } from "./GCPUsageCostConfigType"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * GCP Usage Cost config. + */ +export class GCPUsageCostConfig { + /** + * Attributes for a GCP Usage Cost config. + */ + "attributes": GCPUsageCostConfigAttributes; + /** + * The ID of the GCP Usage Cost config. + */ + "id"?: number; + /** + * Type of GCP Usage Cost config. + */ + "type": GCPUsageCostConfigType; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + attributes: { + baseName: "attributes", + type: "GCPUsageCostConfigAttributes", + required: true, + }, + id: { + baseName: "id", + type: "number", + format: "int64", + }, + type: { + baseName: "type", + type: "GCPUsageCostConfigType", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfig.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigAttributes.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigAttributes.ts new file mode 100644 index 000000000000..558005dd3db4 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigAttributes.ts @@ -0,0 +1,156 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * Attributes for a GCP Usage Cost config. + */ +export class GCPUsageCostConfigAttributes { + /** + * The GCP account ID. + */ + "accountId": string; + /** + * The GCP bucket name used to store the Usage Cost export. + */ + "bucketName": string; + /** + * The timestamp when the GCP Usage Cost config was created. + */ + "createdAt"?: string; + /** + * The export dataset name used for the GCP Usage Cost Report. + */ + "dataset": string; + /** + * The error messages for the GCP Usage Cost config. + */ + "errorMessages"?: Array; + /** + * The export prefix used for the GCP Usage Cost Report. + */ + "exportPrefix": string; + /** + * The name of the GCP Usage Cost Report. + */ + "exportProjectName": string; + /** + * The number of months the report has been backfilled. + */ + "months"?: number; + /** + * The `project_id` of the GCP Usage Cost report. + */ + "projectId"?: string; + /** + * The unique GCP service account email. + */ + "serviceAccount": string; + /** + * The status of the GCP Usage Cost config. + */ + "status": string; + /** + * The timestamp when the GCP Usage Cost config status was updated. + */ + "statusUpdatedAt"?: string; + /** + * The timestamp when the GCP Usage Cost config status was updated. + */ + "updatedAt"?: string; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + accountId: { + baseName: "account_id", + type: "string", + required: true, + }, + bucketName: { + baseName: "bucket_name", + type: "string", + required: true, + }, + createdAt: { + baseName: "created_at", + type: "string", + }, + dataset: { + baseName: "dataset", + type: "string", + required: true, + }, + errorMessages: { + baseName: "error_messages", + type: "Array", + }, + exportPrefix: { + baseName: "export_prefix", + type: "string", + required: true, + }, + exportProjectName: { + baseName: "export_project_name", + type: "string", + required: true, + }, + months: { + baseName: "months", + type: "number", + format: "int32", + }, + projectId: { + baseName: "project_id", + type: "string", + }, + serviceAccount: { + baseName: "service_account", + type: "string", + required: true, + }, + status: { + baseName: "status", + type: "string", + required: true, + }, + statusUpdatedAt: { + baseName: "status_updated_at", + type: "string", + }, + updatedAt: { + baseName: "updated_at", + type: "string", + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigAttributes.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchData.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchData.ts new file mode 100644 index 000000000000..a9cdf390ec0c --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchData.ts @@ -0,0 +1,64 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfigPatchRequestAttributes } from "./GCPUsageCostConfigPatchRequestAttributes"; +import { GCPUsageCostConfigPatchRequestType } from "./GCPUsageCostConfigPatchRequestType"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * GCP Usage Cost config patch data. + */ +export class GCPUsageCostConfigPatchData { + /** + * Attributes for GCP Usage Cost config patch request. + */ + "attributes": GCPUsageCostConfigPatchRequestAttributes; + /** + * Type of GCP Usage Cost config patch request. + */ + "type": GCPUsageCostConfigPatchRequestType; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + attributes: { + baseName: "attributes", + type: "GCPUsageCostConfigPatchRequestAttributes", + required: true, + }, + type: { + baseName: "type", + type: "GCPUsageCostConfigPatchRequestType", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigPatchData.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequest.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequest.ts new file mode 100644 index 000000000000..8f5fdd757c5b --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequest.ts @@ -0,0 +1,54 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfigPatchData } from "./GCPUsageCostConfigPatchData"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * GCP Usage Cost config patch request. + */ +export class GCPUsageCostConfigPatchRequest { + /** + * GCP Usage Cost config patch data. + */ + "data": GCPUsageCostConfigPatchData; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + data: { + baseName: "data", + type: "GCPUsageCostConfigPatchData", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigPatchRequest.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequestAttributes.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequestAttributes.ts new file mode 100644 index 000000000000..6c01cb24c3ae --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequestAttributes.ts @@ -0,0 +1,53 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * Attributes for GCP Usage Cost config patch request. + */ +export class GCPUsageCostConfigPatchRequestAttributes { + /** + * Whether or not the Cloud Cost Management account is enabled. + */ + "isEnabled": boolean; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + isEnabled: { + baseName: "is_enabled", + type: "boolean", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigPatchRequestAttributes.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequestType.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequestType.ts new file mode 100644 index 000000000000..8e18c0b13680 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPatchRequestType.ts @@ -0,0 +1,17 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ + +import { UnparsedObject } from "../../datadog-api-client-common/util"; + +/** + * Type of GCP Usage Cost config patch request. + */ + +export type GCPUsageCostConfigPatchRequestType = + | typeof GCP_USAGE_COST_CONFIG_PATCH_REQUEST + | UnparsedObject; +export const GCP_USAGE_COST_CONFIG_PATCH_REQUEST = + "gcp_usage_cost_config_patch_request"; diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostData.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostData.ts new file mode 100644 index 000000000000..70b0744a2127 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostData.ts @@ -0,0 +1,64 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfigPostRequestAttributes } from "./GCPUsageCostConfigPostRequestAttributes"; +import { GCPUsageCostConfigPostRequestType } from "./GCPUsageCostConfigPostRequestType"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * GCP Usage Cost config post data. + */ +export class GCPUsageCostConfigPostData { + /** + * Attributes for GCP Usage Cost config post request. + */ + "attributes": GCPUsageCostConfigPostRequestAttributes; + /** + * Type of GCP Usage Cost config post request. + */ + "type": GCPUsageCostConfigPostRequestType; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + attributes: { + baseName: "attributes", + type: "GCPUsageCostConfigPostRequestAttributes", + required: true, + }, + type: { + baseName: "type", + type: "GCPUsageCostConfigPostRequestType", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigPostData.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequest.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequest.ts new file mode 100644 index 000000000000..6edebc76ae2b --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequest.ts @@ -0,0 +1,54 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfigPostData } from "./GCPUsageCostConfigPostData"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * GCP Usage Cost config post request. + */ +export class GCPUsageCostConfigPostRequest { + /** + * GCP Usage Cost config post data. + */ + "data": GCPUsageCostConfigPostData; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + data: { + baseName: "data", + type: "GCPUsageCostConfigPostData", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigPostRequest.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequestAttributes.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequestAttributes.ts new file mode 100644 index 000000000000..2d704411558f --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequestAttributes.ts @@ -0,0 +1,115 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * Attributes for GCP Usage Cost config post request. + */ +export class GCPUsageCostConfigPostRequestAttributes { + /** + * The GCP account ID. + */ + "accountId": string; + /** + * The GCP bucket name used to store the Usage Cost export. + */ + "bucketName": string; + /** + * The export dataset name used for the GCP Usage Cost report. + */ + "dataset": string; + /** + * The export prefix used for the GCP Usage Cost report. + */ + "exportPrefix": string; + /** + * The name of the GCP Usage Cost report. + */ + "exportProjectName": string; + /** + * Whether or not the Cloud Cost Management account is enabled. + */ + "isEnabled"?: boolean; + /** + * The month of the report. + */ + "months"?: number; + /** + * The unique GCP service account email. + */ + "serviceAccount": string; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + accountId: { + baseName: "account_id", + type: "string", + required: true, + }, + bucketName: { + baseName: "bucket_name", + type: "string", + required: true, + }, + dataset: { + baseName: "dataset", + type: "string", + required: true, + }, + exportPrefix: { + baseName: "export_prefix", + type: "string", + required: true, + }, + exportProjectName: { + baseName: "export_project_name", + type: "string", + required: true, + }, + isEnabled: { + baseName: "is_enabled", + type: "boolean", + }, + months: { + baseName: "months", + type: "number", + format: "int32", + }, + serviceAccount: { + baseName: "service_account", + type: "string", + required: true, + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigPostRequestAttributes.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequestType.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequestType.ts new file mode 100644 index 000000000000..c337ec14acd5 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigPostRequestType.ts @@ -0,0 +1,17 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ + +import { UnparsedObject } from "../../datadog-api-client-common/util"; + +/** + * Type of GCP Usage Cost config post request. + */ + +export type GCPUsageCostConfigPostRequestType = + | typeof GCP_USAGE_COST_CONFIG_POST_REQUEST + | UnparsedObject; +export const GCP_USAGE_COST_CONFIG_POST_REQUEST = + "gcp_usage_cost_config_post_request"; diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigResponse.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigResponse.ts new file mode 100644 index 000000000000..8f130d7fa1a8 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigResponse.ts @@ -0,0 +1,53 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfig } from "./GCPUsageCostConfig"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * Response of GCP Usage Cost config. + */ +export class GCPUsageCostConfigResponse { + /** + * GCP Usage Cost config. + */ + "data"?: GCPUsageCostConfig; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + data: { + baseName: "data", + type: "GCPUsageCostConfig", + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigResponse.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigType.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigType.ts new file mode 100644 index 000000000000..b4532f75cfc0 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigType.ts @@ -0,0 +1,16 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ + +import { UnparsedObject } from "../../datadog-api-client-common/util"; + +/** + * Type of GCP Usage Cost config. + */ + +export type GCPUsageCostConfigType = + | typeof GCP_USAGE_COST_CONFIG + | UnparsedObject; +export const GCP_USAGE_COST_CONFIG = "gcp_usage_cost_config"; diff --git a/packages/datadog-api-client-v2/models/GCPUsageCostConfigsResponse.ts b/packages/datadog-api-client-v2/models/GCPUsageCostConfigsResponse.ts new file mode 100644 index 000000000000..e1740201f122 --- /dev/null +++ b/packages/datadog-api-client-v2/models/GCPUsageCostConfigsResponse.ts @@ -0,0 +1,53 @@ +/** + * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. + * This product includes software developed at Datadog (https://www.datadoghq.com/). + * Copyright 2020-Present Datadog, Inc. + */ +import { GCPUsageCostConfig } from "./GCPUsageCostConfig"; + +import { AttributeTypeMap } from "../../datadog-api-client-common/util"; + +/** + * List of GCP Usage Cost configs. + */ +export class GCPUsageCostConfigsResponse { + /** + * A GCP Usage Cost config. + */ + "data"?: Array; + + /** + * A container for additional, undeclared properties. + * This is a holder for any undeclared properties as specified with + * the 'additionalProperties' keyword in the OAS document. + */ + "additionalProperties"?: { [key: string]: any }; + + /** + * @ignore + */ + "_unparsed"?: boolean; + + /** + * @ignore + */ + static readonly attributeTypeMap: AttributeTypeMap = { + data: { + baseName: "data", + type: "Array", + }, + additionalProperties: { + baseName: "additionalProperties", + type: "any", + }, + }; + + /** + * @ignore + */ + static getAttributeTypeMap(): AttributeTypeMap { + return GCPUsageCostConfigsResponse.attributeTypeMap; + } + + public constructor() {} +} diff --git a/packages/datadog-api-client-v2/models/ObjectSerializer.ts b/packages/datadog-api-client-v2/models/ObjectSerializer.ts index b8075e1ac61b..c841b24d680d 100644 --- a/packages/datadog-api-client-v2/models/ObjectSerializer.ts +++ b/packages/datadog-api-client-v2/models/ObjectSerializer.ts @@ -559,6 +559,16 @@ import { GCPSTSServiceAccountUpdateRequest } from "./GCPSTSServiceAccountUpdateR import { GCPSTSServiceAccountUpdateRequestData } from "./GCPSTSServiceAccountUpdateRequestData"; import { GCPSTSServiceAccountsResponse } from "./GCPSTSServiceAccountsResponse"; import { GCPServiceAccountMeta } from "./GCPServiceAccountMeta"; +import { GCPUsageCostConfig } from "./GCPUsageCostConfig"; +import { GCPUsageCostConfigAttributes } from "./GCPUsageCostConfigAttributes"; +import { GCPUsageCostConfigPatchData } from "./GCPUsageCostConfigPatchData"; +import { GCPUsageCostConfigPatchRequest } from "./GCPUsageCostConfigPatchRequest"; +import { GCPUsageCostConfigPatchRequestAttributes } from "./GCPUsageCostConfigPatchRequestAttributes"; +import { GCPUsageCostConfigPostData } from "./GCPUsageCostConfigPostData"; +import { GCPUsageCostConfigPostRequest } from "./GCPUsageCostConfigPostRequest"; +import { GCPUsageCostConfigPostRequestAttributes } from "./GCPUsageCostConfigPostRequestAttributes"; +import { GCPUsageCostConfigResponse } from "./GCPUsageCostConfigResponse"; +import { GCPUsageCostConfigsResponse } from "./GCPUsageCostConfigsResponse"; import { GetActionConnectionResponse } from "./GetActionConnectionResponse"; import { GetAppResponse } from "./GetAppResponse"; import { GetAppResponseData } from "./GetAppResponseData"; @@ -1806,6 +1816,9 @@ const enumsMap: { [key: string]: any[] } = { ], GCPSTSDelegateAccountType: ["gcp_sts_delegate"], GCPServiceAccountType: ["gcp_service_account"], + GCPUsageCostConfigPatchRequestType: ["gcp_usage_cost_config_patch_request"], + GCPUsageCostConfigPostRequestType: ["gcp_usage_cost_config_post_request"], + GCPUsageCostConfigType: ["gcp_usage_cost_config"], GetAppResponseDataType: ["appDefinitions"], GetTeamMembershipsSort: [ "manager_name", @@ -2950,6 +2963,18 @@ const typeMap: { [index: string]: any } = { GCPSTSServiceAccountUpdateRequestData: GCPSTSServiceAccountUpdateRequestData, GCPSTSServiceAccountsResponse: GCPSTSServiceAccountsResponse, GCPServiceAccountMeta: GCPServiceAccountMeta, + GCPUsageCostConfig: GCPUsageCostConfig, + GCPUsageCostConfigAttributes: GCPUsageCostConfigAttributes, + GCPUsageCostConfigPatchData: GCPUsageCostConfigPatchData, + GCPUsageCostConfigPatchRequest: GCPUsageCostConfigPatchRequest, + GCPUsageCostConfigPatchRequestAttributes: + GCPUsageCostConfigPatchRequestAttributes, + GCPUsageCostConfigPostData: GCPUsageCostConfigPostData, + GCPUsageCostConfigPostRequest: GCPUsageCostConfigPostRequest, + GCPUsageCostConfigPostRequestAttributes: + GCPUsageCostConfigPostRequestAttributes, + GCPUsageCostConfigResponse: GCPUsageCostConfigResponse, + GCPUsageCostConfigsResponse: GCPUsageCostConfigsResponse, GetActionConnectionResponse: GetActionConnectionResponse, GetAppResponse: GetAppResponse, GetAppResponseData: GetAppResponseData,