Class: DatadogAPIClient::V2::Spec

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/spec.rb

Overview

The spec defines what the workflow does.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



45
46
47
# File 'lib/datadog_api_client/v2/models/spec.rb', line 45

def additional_properties
  @additional_properties
end

#annotationsObject

A list of annotations used in the workflow. These are like sticky notes for your workflow!



25
26
27
# File 'lib/datadog_api_client/v2/models/spec.rb', line 25

def annotations
  @annotations
end

#connection_envsObject

A list of connections or connection groups used in the workflow.



28
29
30
# File 'lib/datadog_api_client/v2/models/spec.rb', line 28

def connection_envs
  @connection_envs
end

#handleObject

Unique identifier used to trigger workflows automatically in Datadog.



31
32
33
# File 'lib/datadog_api_client/v2/models/spec.rb', line 31

def handle
  @handle
end

#input_schemaObject

A list of input parameters for the workflow. These can be used as dynamic runtime values in your workflow.



34
35
36
# File 'lib/datadog_api_client/v2/models/spec.rb', line 34

def input_schema
  @input_schema
end

#output_schemaObject

A list of output parameters for the workflow.



37
38
39
# File 'lib/datadog_api_client/v2/models/spec.rb', line 37

def output_schema
  @output_schema
end

#stepsObject

A Step is a sub-component of a workflow. Each Step performs an action.



40
41
42
# File 'lib/datadog_api_client/v2/models/spec.rb', line 40

def steps
  @steps
end

#triggersObject

The list of triggers that activate this workflow. At least one trigger is required, and each trigger type may appear at most once.



43
44
45
# File 'lib/datadog_api_client/v2/models/spec.rb', line 43

def triggers
  @triggers
end