...
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 update the Configuration Entity |
deleteRestSequence | List<RestSequence> | A list of REST requests to give to deletemanage the Configuration Entity |
The RestSequence RestRequest type is described in the following table:
...