POST 17.0/database/backupschedules

Description

Create Backup Schedules

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

DestinationDrive

string

String length: inclusive between 0 and 10

LastRunDate

date

None.

RunOnThisPC

byte

None.

PCID

integer

None.

ReminderInterval

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "destinationDrive": "sample string 2",
  "lastRunDate": "2025-01-09T20:40",
  "runOnThisPC": 64,
  "pcid": 1,
  "reminderInterval": 1
}

application/xml, text/xml

Sample:
<BackupSchedulesUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <DestinationDrive>sample string 2</DestinationDrive>
  <LastRunDate>2025-01-09T20:40:41.0005523+00:00</LastRunDate>
  <RunOnThisPC>64</RunOnThisPC>
  <PCID>1</PCID>
  <ReminderInterval>1</ReminderInterval>
</BackupSchedulesUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

DestinationDrive

string

String length: inclusive between 0 and 10

LastRunDate

date

None.

RunOnThisPC

byte

None.

PCID

integer

None.

ReminderInterval

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "destinationDrive": "sample string 3",
  "lastRunDate": "2025-01-09T20:40",
  "runOnThisPC": 64,
  "pcid": 6,
  "reminderInterval": 7
}

application/xml, text/xml

Sample:
<BackupSchedules xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <DestinationDrive>sample string 3</DestinationDrive>
  <LastRunDate>2025-01-09T20:40:41.0005523+00:00</LastRunDate>
  <RunOnThisPC>64</RunOnThisPC>
  <PCID>6</PCID>
  <ReminderInterval>7</ReminderInterval>
</BackupSchedules>