Getting Started with Cloud Data Profiling REST API

Getting Started with Cloud Data Profiling REST API

Suggest a new profile name

Suggest a new profile name

You can use the
newProfileName
API call to get a suggested name for a new profile based on the available profiles in a project or folder that you specify. The API call suggests profile names in ascending order based on the following naming convention:
Profile<number>
. For example, if Data Profiling contains a profile named
Profile31
, then the API call returns
Profile32
as the next suggested profile name.
GET request
Use the GET method to view a suggested profile name.
The following table lists the parameters to specify:
Property
Description
URL
Enter a URL to suggest a profile name. Use the following format: https://[HostName]/profiling-service/api/v1/profile/newProfileName?frsProjectName=projectname&frsFolderName=foldername
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
Description
frsProjectName
Name of the project that contains the folders and profiles.
frsFolderName
Name of the folder that contains the profiles.
API response code
200 OK
API response
Profile32

0 COMMENTS

We’d like to hear from you!