Overview - Business Context RESTful Service
Service | Description |
---|---|
Get all business context instances | This service returns information of all existing business context instances. |
Get one business context instance | This service returns information on existing business context instances (application). |
Get all business transactions of an application | This service returns all business transactions of an application. |
Get detailed information of a business transaction and application | This service returns detailed information of a business transaction and application. |
Overview - Business Context Definition RESTful Service
Service | Description |
---|---|
Get all business context definitions | This service returns information of all existing business context definition. |
Get detailed information of one business context definition | This service returns information on existing business context definition (application definition) |
Get information of all business transaction definitions of an application | This service returns all business transactions of an application |
Get detailed information of one business transaction definition and application | This service returns detailed information of a business transaction and application |
1. Get all business context instances
Anchor | ||||
---|---|---|---|---|
|
...
Path: | /rest/bc/app/{id}/btx/{businessTxId} | ||
---|---|---|---|
Parameters: |
| ||
Example URI: | /rest/bc/app/-1133255037/btx/463443944 | ||
Example output: |
|
...
1. Get all business context definitions Anchor bcdall bcdall
bcdall | |
bcdall |
Path: | /rest/bc/definition/app | ||
---|---|---|---|
Example URI: | /rest/bc/definition/app | ||
Example output: |
|
2. Get detailed information of one business context definition Anchor bcddetailed bcddetailed
bcddetailed | |
bcddetailed |
Path: | /rest/bc/definition/app/{id} | ||
---|---|---|---|
Parameters: |
| ||
Example URI: | /rest/bc/definition/app/1952140054 | ||
Example output: |
|
3. Get information of all business transaction definitions of an application Anchor bcdallapp bcdallapp
bcdallapp | |
bcdallapp |
Path: | /rest/bc/definition/app/{id}/btx | ||
---|---|---|---|
Parameters: |
| ||
Example URI: | /rest/bc/definition/app/1952140054/btx | ||
Example output: |
|
4. Get detailed information of one business transaction definition and application Anchor bcdappdetailedd bcdappdetailedd
bcdappdetailedd | |
bcdappdetailedd |
Path: | /rest/bc/definition/app/{id}/btx/{businessTxId} | ||
---|---|---|---|
Parameters: |
| ||
Example URI: | /rest/bc/definition/app/1952140054/btx/0 | ||
Example output: |
|