Skip to main content
Version: 0.6.1-incubating

Get tag for metadata object

GET 

/metalakes/:metalake/objects/:metadataObjectType/:metadataObjectFullName/tags/:tag

Get tag for metadata object

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

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

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

    tag stringrequired

    The name of the tag

Query Parameters

    details boolean

    Include detailed information about the tag

Responses

Returns the list of tag objects associated with specified metadata object if {details} is true, otherwise returns the list of tag name

Schema

    code int32

    Possible values: [0]

    Status code of the response

    tag

    object

    A tag

    name stringrequired

    The name of the tag

    comment stringnullable

    A comment about the tag

    audit

    object

    required

    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 tag

    property name* string
    inherited booleannullable

    Whether the tag is inherited from the parent metadata object

Loading...