External DocumentationTo learn more, visit the Druva documentation.
Actions
List Profiles
Returns a list of all the profiles configured in Druva inSync.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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’. |
{
"totalSize": 1,
"nextPageToken": "MTExMQ==",
"profiles": [
{
"profileID": 1,
"profileName": "profile1",
"profileDescription": "dummy"
}
]
}
Was this page helpful?