List all backupsets

Returns all backup sets for SQL Servers.

Path Params
int32
required

Specify 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 Params
string

Specify the name of the SQL standalone instance or availability group. Specify multiple resource names by separating them with commas.

string

Specify the resource type of the SQL Server, such as a standalone instance (SA) or an availability group (AG).

boolean

Specifies whether the backup is enabled for the backup set. Example: Select 'true' if the backup is enabled for the backup set

string

Specify the token to access the next page of results. Keep this field blank in the first request. Use the token value received in the previous response's parameter 'nextPageToken'.

Responses

400

Bad Request

404

The requested resource was not found.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*