Skip to main content

List definitions

GET 

/api/v1/catalog/definitions

List definitions

Request

Query Parameters

    includeBuiltIn boolean

    When true, returns the built in resource types that Cortex provides, such as rds

Responses

Successfully found resource definitions

Schema
    definitions object[]required
  • Array [
  • description string
    name string
    schema objectrequired
    source stringrequired

    Possible values: [CORTEX, CUSTOM]

    type stringrequired
  • ]
Loading...