Required. The backup's project and location, in the format projects/{projectId}/locations/{location}. In Filestore, backup locations map to Google Cloud regions, for example us-west1.
Query parameters
Parameters
backupId
string
Required. The ID to use for the backup. The ID must be unique within the specified project and location.
This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-29 UTC."],[[["This API endpoint allows the creation of a backup resource using a POST request to a specified URL."],["The request requires a `parent` path parameter indicating the project and location where the backup will be stored."],["A `backupId` query parameter is required to uniquely identify the backup within the project and location."],["The request body must contain the details of the `Backup` resource being created."],["Successful backup creation returns an `Operation` instance in the response body, and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]