Skip to main content

Retrieve entity descriptor

GET 

/api/v1/catalog/:tagOrId/openapi

Retrieve entity descriptor

The descriptor does not include objects (e.g. custom data, dependencies, etc) defined via the API

Request

Path Parameters

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Query Parameters

    yaml boolean

    When true, returns the YAML representation of the descriptor

Responses

Successfully found entity descriptor

Schema

    oneOf

    string

Loading...