v1

latestOpenAPI 3.0.0raw.githubusercontent.com2024-06-14254049.0 KB
Volumes

Create a Volume

Creates a new volume.

post/volumes

Request body

catalog_namestring required

The name of the catalog where the schema and the volume are

schema_namestring required

The name of the schema where the volume is

namestring required

The name of the volume

volume_type'MANAGED' | 'EXTERNAL' required

The type of the volume

commentstring

The comment attached to the volume

storage_locationstring required

The storage location of the volume

Response

Successfully created the volume

catalog_namestring

The name of the catalog where the schema and the volume are

schema_namestring

The name of the schema where the volume is

namestring

The name of the volume

commentstring

The comment attached to the volume

created_atinteger

Time at which this volume was created, in epoch milliseconds.

updated_atinteger

Time at which this volume was last modified, in epoch milliseconds.

volume_idstring

Unique identifier for the volume

volume_type'MANAGED' | 'EXTERNAL'

The type of the volume

storage_locationstring

The storage location of the volume

full_namestring

Full name of volume, in form of catalog_name.schema_name.volume_name.