List availability groups

Returns a list of Microsoft SQL Server availability groups.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
int64

Limits the size of the response on each page to the specified number of items.

string

Sets the page number used to browse the collection. Pages are indexed starting from 1 (i.e., ?start=1).

string

Narrows down the results to only the items that satisfy the filter criteria. The following table lists the supported filter fields for this resource and the filter conditions that can be applied on those fields:

FieldFilter ConditionDescription
name$containsFilter availability groups where given string is a substring of the name.
group_id$eqFilter availability groups where given string is a equal to the group_id.
subgroup_id$eqFilter availability groups where given string is a equal to the subgroup_id.
protection_info.policy_id$eqFilter availability groups whose policy_id is equal to the given string.
protection_status$eqFilter availability groups whose protection_status is equal to the given string.
status$eqFilter Availability Group whose status is equal to the given string.
For more information about filtering, refer to the Filtering section of this guide.
Responses

Response body
object
_embedded
object

Embedded responses related to the resource.

items
array of objects

A collection of requested items.

items
object
_embedded
object

Embedded responses related to the resource.

_links
object
string

The Clumio-assigned ID of the availability group.

string

The Microsoft SQL-assigned name of the availability group.

string

The Clumio-assigned ID of the organizational unit associated with the availability group.

protection_info
object

The protection policy applied to this resource. If the resource is not protected, then this field has a value of null.

string

The status of the availability group, Possible values include 'active' and 'inactive'.

_links
object
int64

The number of items listed on the current page.

string

The filter used in the request. The filter includes both manually-specified and system-generated filters.

int64

The maximum number of items displayed per page in the response.

string

The page number used to get this response. Pages are indexed starting from 1 (i.e., "start": "1").

int64

The total number of items, summed across all pages.

int64

The total number of pages of results.

Language
URL