Opcional. Identificador único de tu solicitud. Especifica el ID de solicitud si necesitas volver a intentarla. Si vuelves a enviar la solicitud con el mismo ID en un plazo de 60 minutos, el servidor la ignorará si ya ha completado la solicitud original.
Por ejemplo, si tu solicitud inicial agota el tiempo de espera y vuelves a intentarlo con el mismo ID de solicitud, el servidor reconocerá la solicitud original y no procesará la nueva.
El ID de solicitud debe ser un UUID válido y no puede ser un UUID cero (00000000-0000-0000-0000-000000000000).
Cuerpo de la solicitud
En el cuerpo de la solicitud se incluye una instancia de ReportConfig.
Cuerpo de la respuesta
Si la solicitud se completa correctamente, en el cuerpo de la respuesta se incluye una instancia recién creada de ReportConfig.
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-09-11 (UTC)."],[],[],null,["# Method: projects.locations.reportConfigs.create\n\nCreates a new inventory report configuration in a given project for a given location.\n\n### HTTP request\n\n`POST https://storageinsights.googleapis.com/v1/{parent=projects/*/locations/*}/reportConfigs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [ReportConfig](/storage/docs/insights/reference/rest/v1/projects.locations.reportConfigs#ReportConfig).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [ReportConfig](/storage/docs/insights/reference/rest/v1/projects.locations.reportConfigs#ReportConfig).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `storageinsights.reportConfigs.create`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]