REST over HTTP/HTTPS
REST over HTTP service calls use the standard web services message format. The integration pattern is as follows:
In the REST over HTTP/HTTPS pattern, a service client makes a service call to the Order Management Services component. The service calls the appropriate operation and performs the required operation before sending a reply back to the calling application.
Since TIBCO Order Management - Low Latency is deployed as part of the Order Management Server, the endpoint URLs for REST over HTTP/HTTPS have changed. The new endpoint URLs for respective components are as follows:
Service | EndPoint | Method | Description |
---|---|---|---|
Orchestrator | <protocol>://<host>:<port>/v1/audit/ | GET | Operation Get Audit Trail. |
<protocol>://<host>:<port>/v1/order | GET | Operation GetOrderDetails | |
<protocol>://<host>:<port>/v1/order | POST | Operation SubmitOrder | |
<protocol>://<host>:<port>/v1/order | DELETE | Operation WithdrawOrderRequest | |
<protocol>://<host>:<port>/v1/order/plan | GET | Operation GetOrderExecutionPlan | |
<protocol>://<host>:<port>/v1/planitem/executionreply | POST | Operation PlanItemExecuteResponse | |
Data Service | <protocol>://<host>:<port>/v1/plan | GET | Operation getPlan |
<protocol>://<host>:<port>/v1/plan | POST | Operation setPlan | |
<protocol>://<host>:<port>/v1/planitems | POST | Operation setPlanItem | |
<protocol>://<host>:<port>/v1/planitems/get | POST | Operation getPlanItems | |
Catalog Service | <protocol>://<host>:<port>/v1/planfragmentmodel | POST | Operation SubmitPlanFragmentModel |
<protocol>://<host>:<port>/v1/productmodel | POST | Operation SubmitProductModel | |
TM Forum Adaper Service | <protocol>://<host>:<port>/tmf-api/productOrdering/v4/productOrder | POST | Create a product order |
<protocol>://<host>:<port>/tmf-api/productOrdering/v4/productOrder | GET | Retrieve a product order | |
<protocol>://<host>:<port>/tmf-api/productOrdering/v4/productOrder | DELETE | Delete a product order | |
Authoriztion Service | <protocol>://<host>:<port>/v1/create | POST | Create and Modify user |
Copyright © Cloud Software Group, Inc. All rights reserved.