Skip to main content
Version: 0.4.0

List metalakes

GET 

/metalakes

Returns a list of all metalakes.

Request

Responses

Returns a list of all metalakes.

Schema

    code int32

    Possible values: [0]

    Status code of the response

    metalakes

    object[]

    A list of metalake objects

  • Array [

  • name stringrequired

    The name of the Metalake

    comment stringnullable

    A comment about the Metalake

    audit

    object

    Audit information for a Gravitino resource.

    creator string

    The user who created the resource

    createTime date-time

    The time the resource was created

    lastModifier string

    The user who last modified the resource

    lastModifiedTime date-time

    The time the resource was last modified

    properties

    object

    Configured string to string map of properties for the Metalake

    property name* string
  • ]

Loading...