Skip to main content

List of managed services templates

GET 

/templates/managed_services

The operation allows you to retrieve a collection of all available managed services templates.

Request

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

List of managed services templates

Schema

  • Array [

  • id stringrequired


    The unique identifier of the managed service template.

    version stringrequired


    The version of the managed service template.

    name stringrequired


    The version of the managed service this template is based on.

    componentVersion stringrequired


    User configurable template properties which can be used to configure instances

  • ]

Loading...