2. Paths
2.1. PUT /clds/action/{action}/{modelName}
2.2. GET /clds/cldsDetails
2.2.1. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
< CldsMonitoringDetails > array |
2.4. POST /clds/dcae/event
2.5. PUT /clds/deploy/{modelName}
2.6. GET /clds/healthcheck
2.7. GET /clds/model-names
2.7.2. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
< ValueItem > array |
2.8. GET /clds/model/bpmn/{modelName}
2.9. GET /clds/model/image/{modelName}
2.11. PUT /clds/model/{modelName}
2.13. GET /clds/properties/{serviceInvariantUUID}
2.13.1. Description
REST service that retrieves total properties by using invariantUUID based
on refresh and non refresh
2.15. PUT /clds/undeploy/{modelName}
2.16. GET /cldsTempate/template-names
2.16.2. Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
< ValueItem > array |
2.17. GET /cldsTempate/template/bpmn/{templateName}
2.18. GET /cldsTempate/template/image/{templateName}
2.19. GET /cldsTempate/template/{templateName}
3. Definitions
3.1. CldsEvent
Name | Schema |
---|---|
actionAndStateCd |
boolean |
actionCd |
boolean |
actionStateCd |
boolean |
id |
string |
processInstanceId |
string |
userid |
string |
3.2. CldsHealthCheck
Name | Schema |
---|---|
description |
string |
healthCheckComponent |
string |
healthCheckStatus |
string |
3.3. CldsInfo
Name | Schema |
---|---|
cldsVersion |
string |
permissionReadCl |
boolean |
permissionReadTemplate |
boolean |
permissionUpdateCl |
boolean |
permissionUpdateTemplate |
boolean |
userName |
string |
3.4. CldsModel
Name | Schema |
---|---|
blueprintText |
string |
bpmnText |
string |
cldsModelInstanceList |
< CldsModelInstance > array |
controlName |
string |
controlNamePrefix |
string |
controlNameUuid |
string |
deploymentId |
string |
docText |
string |
event |
|
id |
string |
imageText |
string |
name |
string |
permittedActionCd |
< string > array |
propText |
string |
status |
string |
templateId |
string |
templateName |
string |
typeId |
string |
typeName |
string |
3.5. CldsModelInstance
Name | Schema |
---|---|
location |
string |
modelInstanceId |
string |
vmName |
string |
3.6. CldsMonitoringDetails
Name | Schema |
---|---|
action |
string |
closeloopName |
string |
deploymentId |
string |
modelName |
string |
serviceTypeId |
string |
templateName |
string |
timestamp |
string |
userid |
string |
3.7. CldsTemplate
Name | Schema |
---|---|
bpmnId |
string |
bpmnText |
string |
bpmnUserid |
string |
controlNamePrefix |
string |
controlNameUuid |
string |
id |
string |
imageId |
string |
imageText |
string |
imageUserid |
string |
name |
string |
propId |
string |
propText |
string |
propUserid |
string |
userAuthorizedToUpdate |
boolean |
3.8. DcaeEvent
Name | Schema |
---|---|
artifactName |
string |
cldsActionCd |
string |
controlName |
string |
event |
string |
instances |
< CldsModelInstance > array |
resourceUUID |
string |
serviceUUID |
string |