List Profiles
Returns a list of all the profiles configured in Druva inSync.
External Documentation
To learn more, visit the Druva documentation.
Parameters
Parameter | Description |
---|---|
Page Token | The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'. |
Example Output
{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"profiles": [
{
"profileID": 1,
"profileName": "profile1",
"profileDescription": "dummy"
}
]
}
Workflow Library Example
List Profiles with Druva and Send Results Via Email
Preview this Workflow on desktop