You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An apiproduct defines a set paths which are allowed to be accessed. Policies can be set to add additional operations to be before forwarding a request upstream. Attributes can be added to provide settings for policies.
Supported methods and paths
Method
Path
What
GET
/v1/apiproducts
retrieve all apiproducts
POST
/v1/apiproducts
creates a new apiproduct
GET
/v1/apiproducts/productname
retrieve an apiproduct
POST
/v1/apiproducts/productname
updates an existing apiproduct
DELETE
/v1/apiproducts/productname
deletes an apiproduct
GET
/v1/apiproducts/productname/attributes
retrieve all attributes of apiproduct
POST
/v1/apiproducts/productname/attributes
update all attribute of apiproduct
GET
/v1/apiproducts/productname/attributes/name
retrieve one attribute of apiproduct
POST
/v1/apiproducts/productname/attributes/name
update one attribute of apiproduct
DELETE
/v1/apiproducts/productname/attributes/name
deletes attribute of apiproduct
For POST content-type: application/json is required.