Skip to main content

List entity types

GET 

/api/v1/catalog/definitions

List entity types

Response excludes Cortex default types of service, domain, and team.

Request

Query Parameters

    includeBuiltIn boolean

    When true, returns the built-in entity types that Cortex provides, such as rds and s3. Defaults to false.

    pageSize int32

    Number of results to return per page. (Note: If no "pageSize" value is provided, the endpoint will attempt to return all entity types.)

    page int32

    Default value: 0

    Page number to return, 0-indexed.

Responses

Successfully found entity types

Schema

    definitions

    object[]

    required

  • Array [

  • description string
    name string
    schema objectrequired
    source stringrequired

    Possible values: [CORTEX, CUSTOM]

    type stringrequired
  • ]

  • page int32required

    Current page number, 0-indexed

    total int32required

    Total number of results

    totalPages int32required

    Total number of pages

Loading...