v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
SQLServer

On-demand backup

Initiates an on-demand backup for a SQL Server backup set.

post/sqlserver/v2/orgs/{orgID}/jobs/backupNow

Path parameters

orgIDinteger required

Specify the ID of your organization under which the SQL Server is registered. Get the ID of an organization using the 'List all organizations' API.

Request body

backupType'FULL' | 'DIFF' | 'LOG'

Specify the type of backup. Set this parameter to one of the following values: FULL, DIFF, LOG.

backupsetIDinteger

Specify the ID of your backup set. Get the ID using the 'List backup sets' API.

Response

Success

jobIDinteger

A unique identification number associated with the job.