Returns a list of all profile names with summary information.
The request can optionally be extended with a date range filter (from
, to
) in the format YYYY-MM-DD
. For example: from=2024-04-18&to=2024-04-23
. Both these parameters are optional, so you can filter profiles by only one of them.
The data is returned as a JSON array of profile names in the following example format:
{
"name": "name-of-profile",
"numberOfProfiles": 1,
"numberOfChunks": 88,
"totalDiskSize": 17273029,
"lastAccess": "2024-04-18T16:06:27.842Z",
"cncEnabled": true
}
You can use the value provided in name
to retrieve more info with the following APIs.