Skip to main content
Question

deprecated api calls in 11.36

  • September 24, 2025
  • 1 reply
  • 42 views

Forum|alt.badge.img+3

The 3 API calls below we use in 11.32 have been deprecated in 11.36.

Will they still work after we upgrade from 11.32 to 11.36 ?

What API calls in 11.36 replace these ?

Thanks

 

#Deprecated in 11.36

Delete-CVClientGroup -Token $Token -CVServer $CVServer -GroupId $group.id

 

#Deprecated in 11.36

$AllCvGroups = (Get-CVGroup -Token $Token -CVServer $CVServer).App_GetServerListResp.groups

 

#Deprecated in 11.36

$newgroup = New-CVClientGroup -Token $Token -CVServer $CVServer -GroupName $group -GroupDescription

1 reply

Forum|alt.badge.img+8

Hi ​@Nick ,
 

Starting with Commvault 11.36, the terminology and API endpoints for client groups have changed:

"Client Group" is now called "Server Group" in Command Center and API responses.

All API endpoints and PowerShell cmdlets using "ClientGroup" are deprecated.

Deprecated interfaces may still work temporarily but are unsupported and will be removed in future releases.

It is strongly recommended to update all scripts and API calls to use the new "ServerGroup" terminology.

Example: Get-CVClientGroup still works but now returns Server Group data.

Action Required:
Update your scripts, automation, and integrations to replace all "ClientGroup" references with "ServerGroup".

Thanks,
Dheeraj