Data Profiling
- Data Profiling H2L
- All Products
Property
| Value
|
---|---|
URL
| Enter a URL to view all columns in the profile run. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/profiling-service/api/v1/runDetail
|
Property
| Value
|
---|---|
profileId
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the profileId, see the
Prerequisites
section.
|
[ 0:{ ... } 1:{ "profileId": "20b84ac7-6dcb-4d30-a9f7-6c3c41549983" "jobId": "fd3ee432-90f4-4563-bc4a-5066bfaf32b7" "id": "0fa855e9-664c-4a56-8997-b5f2c16a60b1" "runKey": 11 "samplingType": "ALL_ROWS" "samplingRows": -1 "status": "COMPLETED" "runDetailStatus": NULL "startTime": 1610608118375 "endTime": 1610608154159 "executionTime": 35784 "createdTime": 1610608118364 "createdBy": "3vC7otmqf3weY98g8jzuG2" "createdByName": "USER4" "isFilterEnabled": false "filterName": NULL "rowsProcessed": 56 "numberOfDSColumns": 1 "numberOfRules": NULL "numberOfMappletColumns": NULL "numberOfColumns": 36 "runCostInMB": 0.01122761 "isDetectOutlier": false } 2:{ ... } 3:{ ... } ]
Property
| Value
|
---|---|
URL
| Enter a URL to delete a profile run. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/profiling-service/api/v1/runDetail
|
Property
| Value
|
---|---|
ProfileID
| The unique identifier of the Data Profiling asset. For example, 908ed64e-cfd0-4544-bb69-5f5414e2f18b
To retrieve the ProfileId, see the
Prerequisites
section.
|
runDetailIds
| Profile run detail ID. Enter the ID of the profile run that you want to delete. For example, 31dc9585-b5e5-4191-8875-c3d49a249574. Copy the
id from the List all RunDetail API response.
|
[ 0:{ "profileId": "20b84ac7-6dcb-4d30-a9f7-6c3c41549983" "jobId": "1781053e-7bae-4294-bdeb-0945e01252ce" "id": "31dad319-3887-4fbd-8250-341e8f41adcb" "runKey": NULL "samplingType": NULL "samplingRows": NULL "status": NULL "runDetailStatus": "DELETED" "startTime": NULL "endTime": NULL "executionTime": NULL "createdTime": NULL "createdBy": NULL "createdByName": NULL "isFilterEnabled": NULL "filterName": NULL "rowsProcessed": 0 "numberOfDSColumns": NULL "numberOfRules": NULL "numberOfMappletColumns": NULL "numberOfColumns": NULL "runCostInMB": NULL "isDetectOutlier": NULL } ]
Property
| Value
|
---|---|
URL
| Enter a URL to view details of the profile run based on the profile run ID. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/profiling-service/api/v1/runDetail/id
|
Property
| Value
|
---|---|
ID
| The unique identifier of the profiling run ID. For example, 0fa855e9-664c-4a56-8997-b5f2c16a60b1
Copy the
jobid from the List all RunDetail API response.
|
{ "profileId": "20b84ac7-6dcb-4d30-a9f7-6c3c41549983" "jobId": "fd3ee432-90f4-4563-bc4a-5066bfaf32b7" "id": "0fa855e9-664c-4a56-8997-b5f2c16a60b1" "runKey": 11 "samplingType": "ALL_ROWS" "samplingRows": -1 "status": "COMPLETED" "runDetailStatus": NULL "startTime": 1610608118375 "endTime": 1610608154159 "executionTime": 35784 "createdTime": 1610608118364 "createdBy": "3vC7otmqf3weY98g8jzuG2" "createdByName": "USER4" "isFilterEnabled": false "filterName": NULL "rowsProcessed": 56 "numberOfDSColumns": 1 "numberOfRules": NULL "numberOfMappletColumns": NULL "numberOfColumns": 36 "runCostInMB": 0.01122761 "profiledFields":[ ... ] "isDetectOutlier": false }