Fusion Query APIs
/query-profiles
endpoint returns a list of all profiles that have been created in a Fusion instance. Relevant information returned includes profile ID, which pipeline is being used for the profile, and which collection is targeted by the profile. You can also use this to find the profile ID that you want to use with the Query Profiles API.
query-profiles
endpoint. Here the USERNAME:PASSWORD
is base64 encoded. See the API specification for additional fields that can be included.
200
along with a copy of the JSON that was sent in the request body.
A PUT request can be used to update fields for a query profile. The profile ID cannot be changed and must match an existing profile ID.