Chaitin Tech device/avscantask/{task_id}/instance/{instance_id}/device/list API

终端管理/杀毒扫描任务/task_id 参数/实例/instance_id 参数/设备管理/列表

OpenAPI Specification

chaitin-device-avscantask-task-id-instance-instance-id-device-list-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: APISec Management account device/avscantask/{task_id}/instance/{instance_id}/device/list API
  version: '26.05'
  description: Generated from APISec skyview APIView classes.
tags:
- name: device/avscantask/{task_id}/instance/{instance_id}/device/list
  description: 终端管理/杀毒扫描任务/task_id 参数/实例/instance_id 参数/设备管理/列表
paths:
  /device/avscantask/{task_id}/instance/{instance_id}/device/list:
    post:
      summary: 任务实例关联设备列详情
      deprecated: false
      description: ''
      tags:
      - device/avscantask/{task_id}/instance/{instance_id}/device/list
      parameters:
      - name: task_id
        in: path
        description: ''
        required: true
        example: ''
        schema:
          type: string
      - name: instance_id
        in: path
        description: ''
        required: true
        example: string
        schema:
          type: string
      - 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: Content-Type
        in: header
        description: ''
        required: true
        example: application/json
        schema:
          type: string
      - name: Accept
        in: header
        description: ''
        required: true
        example: application/json
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                category:
                  type: string
                sn:
                  type: string
                description:
                  type: string
                brand:
                  type: string
                store_size:
                  type: integer
                store_uint:
                  type: string
              required:
              - category
              - sn
              - description
              - brand
              - store_size
              - store_uint
            example:
              category: USB
              sn: 6C626D7C22EAF1B1693500A8
              description: 这里是备注
              brand: 这里是品牌
              store_size: 100
              store_uint: GB
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                  data:
                    type: object
                    properties: {}
                required:
                - code
                - msg
                - data
              example:
                code: 4279
                msg: string
                data: {}
      security: []