Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

draw.io Diagram
bordertrue
diagramNameHTTPParticipant
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth760
revision1011

The HTTP participant runs a Control Loop Element to handle the REST dialogues for a particular application domain. The REST dialogues are whatever REST calls that are required to implement the functionality for the application domain.

...

A list of REST requests to give to update List<RestSequence>
FieldTypeDescription
IDToscaConceptIdentifierThe name and version of the Configuration Entity
createRestSequencerestSequenceList<RestSequence>List<RestRequest>A list of REST requests to give to create the Configuration Entity
readRestSequenceList<RestSequence>A list of REST requests to give to read the Configuration Entity
updateRestSequenceList<RestSequence>manage the Configuration EntitydeleteRestSequenceA list of REST requests to give to delete the Configuration Entity

The RestSequence The RestRequest type is described in the following table:

...