Skip to main content
Version: Next

list metadata objects for policy

GET 

/metalakes/:metalake/policies/:policy/objects

list metadata objects for policy

Request​

Path Parameters

    metalake stringrequired

    The name of the metalake

    policy stringrequired

    The name of the policy

Responses​

Returns the list of metadata objects associated with specified policy

Schema

    code int32

    Possible values: [0]

    Status code of the response

    metadataObjects

    object[]

    A list of metadata objects

  • Array [

  • fullName string

    The name of the metadata object, separated by dots

    type string

    Possible values: [CATALOG, SCHEMA, TABLE, FILESET, TOPIC, MODEL, COLUMN]

    The type of the metadata object

  • ]

Loading...