Skip to main content

Detail of managed services template

GET 

/templates/managed_services/:mangedServiceTemplateId

Contains user configurable properties for managed services template.

Request

Path Parameters

    mangedServiceTemplateId stringrequired

Query Parameters

    version string

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

Detail of managed service template

Schema

    id stringrequired


    The unique identifier of the managed service template.

    version stringrequired


    The version of the managed service template.

    componentVersion stringrequired


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

    properties

    object[]

    required


    User configurable template properties which can be used to configure instances

  • Array [

  • name stringrequired


    Name of the property

    description stringrequired


    Description of the property

    defaultValue stringrequired


    Default value of the property

    type stringrequired


    Type of the property

    required booleanrequired


    Whether the property is required

    min int32


    Minimum value of the property

    max int32


    Maximum value of the property

    step int32


    Increment which can be used to increase the value of the property

    options string[]


    List of available options for the property

    category string


    Category of the property

  • ]

Loading...