Property | Description |
---|---|
Endpoint | /api/v1/integration/dataAssets/<id>/dataElements <id>: Required. The system generated unique identifier of the enabled data asset to which you want to add the new data element. To get the system generated unique identifier of a data asset, open the data asset. The data asset page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/dataAsset/8c4c2089-6c7e-4696-a8f6-44f87639d65c?dtn=Table_Profiling_AK_1676302415587&tab=dataElements, the system generated unique identifier is 8c4c2089-6c7e-4696-a8f6-44f87639d65c. For more information about how you can use an API to get the system generated unique identifier of a data asset, see Retrieve data assets. |
Method | POST |
Parameter | Description | Additional Information |
---|---|---|
name | Required. Enter a name for the data element. | - |
refId | Optional. Enter a reference identifier for the data element. | If you don't specify a reference identifier, Data Marketplace automatically assigns a unique value to the object. The reference identifier that Data Marketplace automatically generates contains a prefix. The Administrator can specify the prefix of the automatically generated reference identifier in Metadata Command Center. If you want to specify a reference identifier, ensure that you enter a unique value. Ensure that you don't use the prefix value that is configured in Metadata Command Center. |
description | Required. Enter a description for the data element. | - |
referenceLink | Optional. Enter the uniform resource identifier of the data element in the data source. | - |
technicalType | Optional. Enter the type of the data element as defined in the data source. | - |
technicalName | Optional. Enter the name of the data element as it appears in the data source. | - |
type | Optional. Enter a type for the data element. | - |
status | Required. Specify a status for the data element. | Enter one of the following values:
|
Parameter | Description |
---|---|
index | The position of the data element in the objects JSON array. This value does not impact how the data element is used by a Data Marketplace user. |
id | System generated unique identifier of the data element. |
refId | Reference identifier of the data element. |
name | Name of the data element. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/dataAssets/<id>/dataElements <id>: Required. The system generated unique identifier of the data asset that contains the data element. To get the system generated unique identifier of a data asset, open the data asset. The data asset page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/dataAsset/8c4c2089-6c7e-4696-a8f6-44f87639d65c?dtn=Table_Profiling_AK_1676302415587&tab=dataElements, the system generated unique identifier is 8c4c2089-6c7e-4696-a8f6-44f87639d65c. For more information about how you can use an API to get the system generated unique identifier of a data asset, see Retrieve data assets. |
Method | GET |
Parameter | Description | Additional Information |
---|---|---|
sortByField | Optional. Specify the parameters to sort the search results. | To sort the search results, enter one of the following values:
Default value is MODIFIED_ON. |
sort | Optional. Set the sorting order of the search results. | You can sort the search results in the following order:
Default value is DESC. |
offset | Optional. Enter the starting index for the paginated results. | Default value is 0. |
limit | Optional. Enter the maximum number of results. | Default value is 50. Maximum value is 100. |
Parameter | Description |
---|---|
offset | Starting index for the paginated results. |
limit | Maximum number of results. |
totalCount | Number of data elements retrieved. |
id | System generated unique identifier of the data element. |
refId | Reference identifier of the data element. |
name | Name of the data element. |
description | Description of the data element. |
referenceLink | Uniform resource identifier of the location in the data source where the data element is stored. |
technicalType | Type of the data element as defined in the data source. |
technicalName | Name of the data element as it appears in the data source. |
type | Type of the data element. |
status | Status of the data element.
|
businessName | Business name of the data element as defined in Data Governance and Catalog. In Data Governance and Catalog, technical assets might have user-friendly business names assigned to them. Users can assign the business names manually, or the system can automatically assign the names. For more information, see the Enrich technical assets with governance context topic in the Working With Assets help for Data Governance and Catalog. |
businessDesc | Business description of the data element as defined in Data Governance and Catalog. In Data Governance and Catalog. For more information, see the Enrich technical assets with governance context topic in the Working With Assets help for Data Governance and Catalog. |
createdBy | System generated unique identifier of the user account that created the data element. |
createdOn | Date when the data element was created. |
modifiedBy | System generated unique identifier of the latest user account that modified the data element. |
modifiedOn | Latest date when the data element was modified. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/dataAssets/<id>/dataElements <id>: Required. The system generated unique identifier of the data asset whose data element you want to modify. To get the system generated unique identifier of a data asset, open the data asset. The data asset page's URL contains the system generated unique identifier. For example, in the URL https://{{CDMP_URL}}/dataAsset/8c4c2089-6c7e-4696-a8f6-44f87639d65c?dtn=Table_Profiling_AK_1676302415587&tab=dataElements, the system generated unique identifier is 8c4c2089-6c7e-4696-a8f6-44f87639d65c. For more information about how you can use an API to get the system generated unique identifier of a data asset, see Retrieve data assets. |
Method | PUT |
Parameter | Description | Additional Information |
---|---|---|
id | Required. Enter the system generated unique identifier of the data element that you want to modify. | For more information about how you can use an API to get the system generated unique identifier of a data element, see Retrieve data elements. |
name | Required. Enter a name for the data element. | - |
refId | Optional. Enter a reference identifier for the data element. | If you don't specify a reference identifier, Data Marketplace automatically assigns a unique value to the object. The reference identifier that Data Marketplace automatically generates contains a prefix. The Administrator can specify the prefix of the automatically generated reference identifier in Metadata Command Center. If you want to specify a reference identifier, ensure that you enter a unique value. Ensure that you don't use the prefix value that is configured in Metadata Command Center. |
description | Required. Enter a description for the data element. | - |
referenceLink | Optional. Enter the uniform resource identifier of the data element in the data source. | - |
technicalType | Optional. Enter the type of the data element as defined in the data source. | - |
technicalName | Optional. Enter the name of the data element as it appears in the data source. | - |
type | Optional. Enter a type for the data element. | - |
status | Required. Specify a status for the data element. | Enter one of the following values:
|
Parameter | Description |
---|---|
index | The position of the data element in the objects JSON array. This value does not impact how the data element is used by a Data Marketplace user. |
id | System generated unique identifier of the data element. |
refId | Reference identifier of the data element. |
name | Name of the data element. |
Property | Description |
---|---|
Endpoint | /api/v1/integration/dataElements/<id> <id>: Required. Enter the system generated unique identifier of the data element that you want to delete. For more information about how you can use an API to get the system generated unique identifier of a data element, see Retrieve data elements. |
Method | DELETE |
Property | Description |
---|---|
Endpoint | /api/v1/integration/dataElements/dq/records |
Method | PUT |
Parameter | Description | Additional Information |
---|---|---|
dataElementId | Required. Enter the system generated unique identifier of the data element for which you want to specify a data quality score. | For more information about how you can use an API to get the system generated unique identifier of a data element, see Retrieve data elements. |
ruleRefId | Required. Enter the reference identifier of the data quality rule that is run on the data element as defined in the external data quality system. | - |
ruleName | Required. Enter the name of the data quality rule that is run on the data element. | - |
ruleDescription | Optional. Enter the description of the data quality rule that is run on the data element. | - |
type | Required. Specify the dimension for which the data quality rule is run. | Enter one of the following values:
|
score | Required. Enter the data quality score. | Enter a value from 0 through 100. |
rowCount | Required. Enter the number of rows on which the data quality rule is executed. | - |
exceptionCount | Required. Enter the acceptable number of unresolved data quality issues in your data. | - |
executionDate | Optional. Enter the date when the data quality rule is executed. | - |
thresholds | Required. Enter a threshold. | Threshold is the minimum acceptable data quality score of a data element. The thresholds that you define help users to distinguish helpful data from the unhelpful data. |
thresholds > name | Required. Enter the name of the color used by Data Marketplace to represent a threshold. | Enter one of the following values:
|
thresholds > value | Required. Enter the minimum acceptable data quality score. | You must specify a value for both the GREEN and AMBER threshold. |
Parameter | Description |
---|---|
id | System generated unique identifier of the data quality score information of the data element. |
refId | Reference identifier of the data quality rule that is assigned to the data element. |
name | Name of the data quality rule that is assigned to the data element. |