Skip to main content
Version: 0.8.0-incubating

Get owner

GET 

http://localhost:8090/api/metalakes/:metalake/owners/:metadataObjectType/:metadataObjectFullName

Returns the specified owner information in the specified metalake

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

    Possible values: [METALAKE, CATALOG, SCHEMA, TABLE, FILESET, TOPIC, ROLE]

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Responses

Returns the owner object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    owner

    object

    name stringrequired

    The name of the owner

    type stringrequired

    Possible values: [USER, GROUP]

    The type of the owner

curl -L 'http://localhost:8090/api/metalakes/:metalake/owners/:metadataObjectType/:metadataObjectFullName' \
-H 'Accept: application/vnd.gravitino.v1+json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
http://localhost:8090/api
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!