POST api/ArchiveBackup/GetArchiveBackupConfig

加载备份设置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

加载备份设置

JsonRtnDtoOfArchiveBackupConfig
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

ArchiveBackupConfig

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": {
    "IntervalTime": 1,
    "BeginTime": "2024-09-25T00:10:19.4700665+08:00",
    "Enabled": true,
    "IncrementalBackup": true,
    "LastCheckTime": "2024-09-25T00:10:19.4700665+08:00",
    "LastExecTime": "2024-09-25T00:10:19.4700665+08:00"
  }
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":{"IntervalTime":1,"BeginTime":"2024-09-25T00:10:19.4700665+08:00","Enabled":true,"IncrementalBackup":true,"LastCheckTime":"2024-09-25T00:10:19.4700665+08:00","LastExecTime":"2024-09-25T00:10:19.4700665+08:00"}}

application/xml, text/xml

Sample:
<JsonRtnDtoOfArchiveBackupConfigv3CTEUQJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>
    <BeginTime>2024-09-25T00:10:19.4700665+08:00</BeginTime>
    <Enabled>true</Enabled>
    <IncrementalBackup>true</IncrementalBackup>
    <IntervalTime>1</IntervalTime>
    <LastCheckTime>2024-09-25T00:10:19.4700665+08:00</LastCheckTime>
    <LastExecTime>2024-09-25T00:10:19.4700665+08:00</LastExecTime>
  </Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfArchiveBackupConfigv3CTEUQJ>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":{"IntervalTime":1,"BeginTime":"2024-09-25T00:10:19.4700665+08:00","Enabled":true,"IncrementalBackup":true,"LastCheckTime":"2024-09-25T00:10:19.4700665+08:00","LastExecTime":"2024-09-25T00:10:19.4700665+08:00"}});