Skip to main content

Create a new bucket

POST /gcp/ha/metadata/create-bucket

Creates a new bucket.

Request Body

Name Type Required Description

bucketName

string

True

kmsKeyName

string

False

location

string

False

projectId

string

False

storageClass

string

False

Example request
{
  "bucketName": "string",
  "kmsKeyName": "string",
  "location": "string",
  "projectId": "string",
  "storageClass": "string"
}

Error

Status: Default, Default response