Catalog Service
This REST service is used to load the product model, plan fragment data model, and action model over HTTP.
The endpoints for the Catalog Services are as follows:
-
POST <protocol>://<host>:<port>/v1/actionModel
-
GET <protocol>://<host>:<port>/v1/actionModel/bulk
-
POST <protocol>://<host>:<port>/v1/actionModel/bulk
-
DELETE <protocol>://<host>:<port>/v1/actionModel/bulk
-
GET <protocol>://<host>:<port>/v1/actionModel/all
-
POST <protocol>://<host>:<port>/v1/productmodel
-
GET <protocol>://<host>:<port>/v1/productmodel/bulk
-
POST <protocol>://<host>:<port>/v1/productmodel/bulk
-
DELETE <protocol>://<host>:<port>/v1/productmodel/bulk
-
GET <protocol>://<host>:<port>/v1/productmodel/all
-
POST <protocol>://<host>:<port>/v1/planfragmentmodel
-
GET <protocol>://<host>:<port>/v1/planfragmentmodel/bulk
-
POST <protocol>://<host>:<port>/v1/planfragmentmodel/bulk
-
DELETE <protocol>://<host>:<port>/v1/planfragmentmodel/bulk
-
GET <protocol>://<host>:<port>/v1/planfragmentmodel/all