Get Related, Undeployed Data Tables
post
/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/actions/getRelatedUndeployedDataTables
Use this endpoint to retrieve a list of undeployed data tables that are referenced within the Product Family's table based Configuration rules.
Request
Supported Media Types
- application/json
Path Parameters
-
allProdFamsVarName(required): string
Variable Name of All Product Families '_allProductFamilies'
-
prodFamVarName(required): string
Variable Name of the Product Family.
Root Schema : Product Family Setup Get Related Undeployed Data Tables Request Definitions
Type:
object
Title:
Product Family Setup Get Related Undeployed Data Tables Request Definitions
Response
Supported Media Types
- application/json
Default Response
Root Schema : Product Family Setup Get Related Undeployed Data Tables Response Definitions
Type:
object
Title:
Show Source
Product Family Setup Get Related Undeployed Data Tables Response Definitions
Examples
The following example shows how to retrieve a list of undeployed data tables that are referenced within the Product Family's table based Configuration rules by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X POST -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/testbed/actions/getRelatedUndeployedDataTables
Response Body Sample
{ "undeployedDataTables": ["dataTable", "otherDataTable", "thirdDataTable"] }