Getting Started with Cloud Data Profiling REST API

Getting Started with Cloud Data Profiling REST API

Run details of a profile task

Run details of a profile task

You can use the
topNProfiletask
API call to identify the profile tasks that consume the largest amount of storage space.
GET request
Use the GET method to identify the profile tasks that consume the largest amount of storage space.
The following table lists the parameters to specify:
Property
Value
URL
Enter a URL to identify the profile tasks that consume the largest amount of storage space. Use the following format: https://[HostName]/profiling-service/api/v1/runDetail/topNProfiletask?limit=n
IDS-SESSION-ID
REST API session ID for the current session. For example,
klCIHW6BvWmeFFwlQg7q84
API parameters
The following table lists the important query parameters exposed for this API:
Property
Value
Limit
Enter an integer value to limit the number of profile tasks for which the call returns information. The call identifies ten profile tasks if you do not enter an integer value.
API response code
200 OK
API response
The total cost is less than 10 KB if the
totalCostInMB
value is 0.00 MB. The minimum value in totalCostInMB is 0.01 MB or 10 KB.
{ "profileId": "605192fd-048a-443a-876f-47bb1edff07b", "totalCostInMB": "8.49", "profileName": "check profile name top N profile runs", "projectName": "Story CP-8099", "folderName": "topNprofilingtasks" }

0 COMMENTS

We’d like to hear from you!