Chaitin Tech system/tedbackupconfig/list API
系统配置/TED 备份配置/列表
系统配置/TED 备份配置/列表
openapi: 3.0.3
info:
title: APISec Management account system/tedbackupconfig/list API
version: '26.05'
description: Generated from APISec skyview APIView classes.
tags:
- name: system/tedbackupconfig/list
description: 系统配置/TED 备份配置/列表
paths:
/system/tedbackupconfig/list:
post:
summary: 列表
deprecated: false
description: ''
tags:
- system/tedbackupconfig/list
parameters:
- name: X-CS-Header-App
in: header
description: 应用id
required: true
example: '{{app}}'
schema:
type: string
- name: X-CS-Header-Company
in: header
description: 公司id
required: true
example: '{{company_id}}'
schema:
type: string
- name: X-CS-Header-Crypt
in: header
description: 加密算法,请参考:https://servaltech.feishu.cn/docs/doccnQCZ2cw32uazgNSO0DFwceb
required: true
example: ''
schema:
type: string
- name: If-None-Match
in: header
description: 对于支持「ETAG」的接口,将上一次请求的响应header的Etag,填入到下一次请求。若匹配,则返回304(无变更),否则会返回新版本的数据 + 新Etag
required: true
example: string
schema:
type: string
- name: X-CS-Header-Debug
in: header
description: ''
required: true
example: '{{debug}}'
schema:
type: string
- name: Accept-Language
in: header
description: ''
required: true
example: zh
schema:
type: string
- name: X-Cs-Header-Timezone
in: header
description: ''
required: true
example: Asia/Shanghai
schema:
type: string
- name: Accept
in: header
description: ''
required: true
example: application/json
schema:
type: string
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties:
code:
type: integer
msg:
type: string
data:
type: object
properties:
total:
type: integer
results:
type: array
items:
type: object
properties:
company_id:
type: string
create_time:
type: string
process_name:
type: string
status:
type: string
update_by:
type: object
properties:
uid:
type: string
name:
type: string
username:
type: string
email:
type: string
required:
- uid
- name
- username
- email
family:
type: string
update_time:
type: string
name:
type: string
signatures:
type: array
items:
type: string
include_file_extensions:
type: array
items:
type: string
expand:
type: object
properties: {}
create_by_id:
type: string
uid:
type: string
enhance_encrypt:
type: boolean
exclude_file_extensions:
type: array
items:
type: string
required:
- company_id
- create_time
- process_name
- status
- update_by
- family
- update_time
- name
- signatures
- include_file_extensions
- expand
- create_by_id
- uid
- enhance_encrypt
- exclude_file_extensions
page:
type: integer
required:
- total
- results
- page
required:
- code
- msg
- data
example:
code: 0
msg: success
data:
total: 2
results:
- company_id: eeff7c64-5070-4582-8b93-fbcc57db7771
create_time: '2024-03-11T02:33:31.522287Z'
process_name: 进程名称
status: deactivated
update_by:
uid: 92a20230-f247-453a-ab14-ca40c6c87e96
name: 何睿
username: herui
email: 1234@123.com
family: macOS
update_time: '2024-03-11T02:33:31.522430Z'
name: TED 加密配置
signatures:
- xxx
include_file_extensions:
- x.txt
expand: {}
create_by_id: 92a20230-f247-453a-ab14-ca40c6c87e96
uid: baa75aa8-344d-4ace-a4ee-fb76c30d670c
enhance_encrypt: false
exclude_file_extensions:
- m.jpg
- company_id: eeff7c64-5070-4582-8b93-fbcc57db7771
create_time: '2024-03-11T02:23:55.962034Z'
process_name: process_name
status: deactivated
update_by:
uid: 92a20230-f247-453a-ab14-ca40c6c87e96
name: 何睿
username: herui
email: 1234@123.com
family: macOS
update_time: '2024-03-11T02:23:55.962127Z'
name: 加密配置
signatures:
- xxx
include_file_extensions:
- x.txt
expand: {}
create_by_id: 92a20230-f247-453a-ab14-ca40c6c87e96
uid: 37852520-0516-4950-9dc4-80687e979e5d
enhance_encrypt: false
exclude_file_extensions:
- m.jpg
page: 1
security: []