callback.ospp

Callback property

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • linkedOutputs

The list of outputs to link to this callback

type

array

items

ValueOutputConfigurationEntity

additionalProperties

False

ValueOutputConfigurationEntity

type

object

properties

  • outputId

The id of the output

type

string

  • condition

The condition the value must fulfill to trigger the output

type

string

  • transform

The transformation to apply to the value before triggering the output

type

string

  • transformType

The type to apply after the transformation of the triggering output

type

string

enum

BOOLEAN, INTEGER, DECIMAL, TEXT

  • accessedValues

The list of declared accessed values by condition and transform. The wildcard ‘*’ can be used to match multiple value (For example, ‘root.*.test’ will match ‘root.device.1.test’, ‘root.server.test’).

type

array

items

type

string

additionalProperties

False