Skip to main content

Create a new bucket

POST /gcp/ha/metadata/create-bucket

Creates a new bucket.

Request Body

Name Type Required Description

projectId

string

False

bucketName

string

True

location

string

False

storageClass

string

False

kmsKeyName

string

False

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

Error

Status: Default, Default response