REST API - registerComponent
The table summarizes the SOAP API - registerComponent.
Request
Response
| JSON | Returns a JSON representation of the content of a component element. |
| XML | Returns the content of a component element (from the EventCollectorUpdateService schema). |
Example
| Request | POST <baseurl>/audit/components/register/ECCustomAudit/1.0?componentclass=com.example.eccustomaudit&componentname=ECCustomAudit/Process Packages/ECCustomAudit.xpdl&implementationtype=CUSTOM&revision=1 |
| Response | {
"xml-fragment":
{
"componentClass": "com.example.eccustomaudit",
"componentName": "ECCustomAudit/Process Packages/ECCustomAudit.xpdl",
"description":
{
"@nil": "true"
},
"id": 19,
"implementationType": "CUSTOM",
"name": "ECCustomAudit",
"parentId": -1,
"revision": 1,
"version": 1
}
}
|
Copyright © 2022. TIBCO Software Inc. All Rights Reserved.
