...
Drawio | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
...
Field | Type | Description | |||
---|---|---|---|---|---|
ID | ToscaConceptIdentifier | The name and version of the Configuration Entity | |||
createRestSequencerestSequence | List<RestSequence>List<RestRequest> | A list of REST requests to give to create the Configuration Entity | |||
readRestSequence | List<RestSequence> | A list of REST requests to give to read the Configuration Entity | |||
updateRestSequence | List<RestSequence> | A list of REST requests to give to updatemanage the Configuration Entity | deleteRestSequence | List<RestSequence>A list of REST requests to give to delete the Configuration Entity |
The RestSequence The RestRequest type is described in the following table:
...