List all SQL availability groupsAsk AIget https://apis.druva.com/phoenix/sqlserver/v1/orgs/{OrgID}/reports/availabilitygroupReturns all SQL availability groups.Path ParamsOrgIDint32requiredSpecify the organization ID of your organization. Set it to "0" to select all organizations. Get the ID of an organization using the 'List all organizations' API.Query ParamsagIDint32Specify the ID of the SQL availability group.resourceNamestringSpecify the name of the SQL availability group.resourceTypestringSpecify the resource type of the SQL Server. The possible values for the resource type are "SA" and "AG".pageTokenstringSpecify the token to access the results on the next page. Keep this field blank for the first request. To view the results on the next page, use the value received in the 'nextPageToken' parameter of the previous response.Responses 200Success 400Bad Request 404The requested resource was not found. 500The request was not processed due to an internal error in the Cloud.Updated 10 months ago