Chaitin Tech dataasset/source/{source}/md5/{md5}/staff/list API

数据资产/来源/source 参数/MD5/md5 参数/人员/列表

OpenAPI Specification

chaitin-dataasset-source-source-md5-md5-staff-list-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: APISec Management account dataasset/source/{source}/md5/{md5}/staff/list API
  version: '26.05'
  description: Generated from APISec skyview APIView classes.
tags:
- name: dataasset/source/{source}/md5/{md5}/staff/list
  description: 数据资产/来源/source 参数/MD5/md5 参数/人员/列表
paths:
  /dataasset/source/{source}/md5/{md5}/staff/list:
    post:
      summary: 终端/人员详情列表
      deprecated: false
      description: ''
      tags:
      - dataasset/source/{source}/md5/{md5}/staff/list
      parameters:
      - name: source
        in: path
        description: ''
        required: true
        example: policy_landing_log
        schema:
          type: string
      - name: md5
        in: path
        description: ''
        required: true
        example: 258a370dcafa717196366c8d2f9938ac
        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:
                time_range:
                  type: object
                  properties:
                    begin:
                      type: string
                    end:
                      type: string
                  required:
                  - begin
                  - end
                search:
                  type: string
                queries:
                  type: array
                  items:
                    type: object
                    properties:
                      field:
                        type: string
                      operator:
                        type: string
                      value:
                        type: string
                      is_order_used:
                        type: boolean
                      field_type:
                        type: string
                      is_filter_used:
                        type: boolean
                dept_id:
                  type: string
              required:
              - time_range
              - search
              - queries
              - dept_id
            example:
              time_range:
                begin: '2024-10-28T06:24:28Z'
                end: '2024-12-29T06:24:28Z'
              search: hy
              queries:
              - field: staff_id
                operator: is
                value: f63c3f43-351a-4752-bc8e-b4f9dc321da6
                is_order_used: false
                field_type: uid
                is_filter_used: true
              dept_id: ''
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                  data:
                    type: object
                    properties:
                      index:
                        type: array
                        items:
                          type: string
                      total:
                        type: integer
                      search_total:
                        type: integer
                      results:
                        type: array
                        items:
                          type: object
                          properties:
                            block_cnt:
                              type: integer
                            non_block_cnt:
                              type: integer
                            policy_id:
                              type: string
                            policy_name:
                              type: string
                            filepath:
                              type: string
                            expand:
                              type: object
                              properties:
                                dest:
                                  type: string
                                rule_version:
                                  type: object
                                  properties:
                                    policy_version:
                                      type: integer
                                    cond_version:
                                      type: integer
                                    cond_ticket:
                                      type: string
                                    dc_ticket:
                                      type: string
                                    filetype_version:
                                      type: integer
                                    dc_version:
                                      type: integer
                                    ms_version:
                                      type: integer
                                    policy_ticket:
                                      type: string
                                  required:
                                  - policy_version
                                  - cond_version
                                  - cond_ticket
                                  - dc_ticket
                                  - filetype_version
                                  - dc_version
                                  - ms_version
                                  - policy_ticket
                                screenshot:
                                  type: boolean
                                screen_recording:
                                  type: boolean
                                compressed_filenames:
                                  type: string
                                evidence_info:
                                  type: object
                                  properties:
                                    file:
                                      type: 'null'
                                    screenshot:
                                      type: string
                                    screen_recording:
                                      type: string
                                  required:
                                  - file
                                  - screenshot
                                  - screen_recording
                              required:
                              - dest
                              - rule_version
                              - screenshot
                              - screen_recording
                              - compressed_filenames
                              - evidence_info
                            company_id:
                              type: string
                            ip_address:
                              type: string
                            md5_hash:
                              type: string
                            file_loc_id:
                              type: string
                            file_updated_time:
                              type: integer
                            channel_name:
                              type: string
                            is_hidden:
                              type: boolean
                            is_compressed:
                              type: boolean
                            file_type_categories:
                              type: array
                              items:
                                type: string
                            file_suffix:
                              type: string
                            file_created_time:
                              type: integer
                            file_description:
                              type: string
                            operation:
                              type: string
                            file_trace_operation:
                              type: string
                            console_user:
                              type: string
                            agent_version:
                              type: string
                            is_password_protected:
                              type: boolean
                            time:
                              type: integer
                            event_id:
                              type: string
                            mac:
                              type: string
                            device_code:
                              type: string
                            file_type:
                              type: string
                            file_policies:
                              type: array
                              items:
                                type: object
                                properties:
                                  policy_id:
                                    type: string
                                  policy_name:
                                    type: string
                                  filepath:
                                    type: string
                                  md5_hash:
                                    type: string
                                  file_updated_time:
                                    type: integer
                                  is_hidden:
                                    type: boolean
                                  is_compressed:
                                    type: boolean
                                  file_type_categories:
                                    type: array
                                    items:
                                      type: string
                                  file_suffix:
                                    type: string
                                  file_created_time:
                                    type: integer
                                  file_description:
                                    type: string
                                  is_password_protected:
                                    type: boolean
                                  file_type:
                                    type: string
                                  filename:
                                    type: string
                                  filesize:
                                    type: integer
                                  action:
                                    type: string
                                  classifications:
                                    type: array
                                    items:
                                      type: object
                                      properties:
                                        data_level_name:
                                          type: string
                                        uid:
                                          type: string
                                        name:
                                          type: string
                                        data_level:
                                          type: integer
                                      required:
                                      - data_level_name
                                      - uid
                                      - name
                                      - data_level
                                  file_created_timestamp:
                                    type: string
                                  file_updated_timestamp:
                                    type: string
                                required:
                                - policy_id
                                - policy_name
                                - filepath
                                - md5_hash
                                - file_updated_time
                                - is_hidden
                                - is_compressed
                                - file_type_categories
                                - file_suffix
                                - file_created_time
                                - file_description
                                - is_password_protected
                                - file_type
                                - filename
                                - filesize
                                - action
                                - classifications
                                - file_created_timestamp
                                - file_updated_timestamp
                            hostname:
                              type: string
                            filename:
                              type: string
                            filesize:
                              type: integer
                            os_friendly_name:
                              type: string
                            channel_account:
                              type: string
                            action:
                              type: string
                            metasource:
                              type: array
                              items: {}
                            status:
                              type: string
                            meta_original:
                              type: array
                              items:
                                type: object
                                properties:
                                  process_name:
                                    type: string
                                  urls:
                                    type: array
                                    items: {}
                            device_id:
                              type: string
                            channel:
                              type: string
                            os_name:
                              type: string
                            '@timestamp':
                              type: integer
                            timestamp:
                              type: string
                            created_timestamp:
                              type: string
                            file_created_timestamp:
                              type: string
                            file_updated_timestamp:
                              type: string
                            category:
                              type: string
                            staff_id:
                              type: string
                            staff_name:
                              type: string
                            staff_email:
                              type: string
                            staff_code:
                              type: string
                            staff_number:
                              type: string
                            staff_tag_ids:
                              type: array
                              items: {}
                            staff_tags:
                              type: array
                              items: {}
                            dept_ids:
                              type: array
                              items:
                                type: string
                            dept_names:
                              type: array
                              items:
                                type: string
                            dept_paths:
                              type: array
                              items:
                                type: string
                            has_cls:
                              type: boolean
                            cl_ids:
                              type: array
                              items:
                                type: string
                            cl_names:
                              type: array
                              items:
                                type: string
                            data_levels:
                              type: array
                              items:
                                type: integer
                            data_level_names:
                              type: array
                              items:
                                type: string
                            cl_id:
                              type: string
                            cl_name:
                              type: string
                            data_level:
                              type: integer
                            data_level_name:
                              type: string
                            devices:
                              type: array
                              items:
                                type: object
                                properties:
                                  has_high_risk:
                                    type: boolean
                                  policy_id:
                                    type: string
                                  policy_name:
                                    type: string
                                  filepath:
                                    type: string
                                  expand:
                                    type: object
                                    properties:
                                      dest:
                                        type: string
                                      rule_version:
                                        type: object
                                        properties:
                                          policy_version:
                                            type: integer
                                          cond_version:
                                            type: integer
                                          cond_ticket:
                                            type: string
                                          dc_ticket:
                                            type: string
                                          filetype_version:
                                            type: integer
                                          dc_version:
                                            type: integer
                                          ms_version:
                                            type: integer
                                          policy_ticket:
                                            type: string
                                        required:
                                        - policy_version
                                        - cond_version
                                        - cond_ticket
                                        - dc_ticket
                                        - filetype_version
                                        - dc_version
                                        - ms_version
                                        - policy_ticket
                                      screenshot:
                                        type: boolean
                                      screen_recording:
                                        type: boolean
                                      compressed_filenames:
                                        type: string
                                      evidence_info:
                                        type: object
                                        properties:
                                          file:
                                            type: 'null'
                                          screenshot:
                                            type: string
                                          screen_recording:
                                            type: string
                                        required:
                                        - file
                                        - screenshot
                                        - screen_recording
                                    required:
                                    - dest
                                    - rule_version
                                    - screenshot
                                    - screen_recording
                                    - compressed_filenames
                                    - evidence_info
                                  company_id:
                                    type: string
                                  ip_address:
                                    type: string
                                  md5_hash:
                                    type: string
                                  file_loc_id:
                                    type: string
                                  file_updated_time:
                                    type: integer
                                  channel_name:
                                    type: string
                                  is_hidden:
                                    type: boolean
                                  is_compressed:
                                    type: boolean
                                  file_type_categories:
                                    type: array
                                    items:
                                      type: string
                                  file_suffix:
                                    type: string
                                  file_created_time:
                                    type: integer
                                  file_description:
                                    type: string
                                  operation:
                                    type: string
                                  file_trace_operation:
                                    type: string
                                  console_user:
                                    type: string
                                  agent_version:
                                    type: string
                                  is_password_protected:
                                    type: boolean
                                  time:
                                    type: integer
                                  event_id:
                                    type: string
                                  mac:
                                    type: string
                                  device_code:
                                    type: string
                                  file_type:
                                    type: string
                                  file_policies:
                                    type: array
                                    items:
                                      type: object
                                      properties:
                                        policy_id:
                                          type: string
                                        policy_name:
                                          type: string
                                        filepath:
                                          type: string
                                        md5_hash:
                                          type: string
                                        file_updated_time:
                                          type: integer
                                        is_hidden:
                                          type: boolean
                                        is_compressed:
                                          type: boolean
                                        file_type_categories:
                                          type: array
                                          items:
                                            type: string
                                        file_suffix:
                                          type: string
                                        file_created_time:
                                          type: integer
                                        file_description:
                                          type: string
                                        is_password_protected:
                                          type: boolean
                                        file_type:
                                          type: string
                                        filename:
                                          type: string
                                        filesize:
                                          type: integer
                                        action:
                                          type: string
                                        classifications:
                                          type: array
                                          items:
                                            type: object
                                            properties:
                                              data_level_name:
                                                type: string
                                              uid:
                                                type: string
                                              name:
                                                type: string
                                              data_level:
                                                type: integer
                                            required:
                                            - data_level_name
                                            - uid
                                            - name
                                            - data_level
                                        file_created_timestamp:
                                          type: string
                                        file_updated_timestamp:
                                          type: string
                                      required:
                                      - policy_id
                                      - policy_name
                                      - filepath
                                      - md5_hash
                                      - file_updated_time
                                      - is_hidden
                                      - is_compressed
                                      - file_type_categories
                                      - file_suffix
                                      - file_created_time
                                      - file_description
                                      - is_password_protected
                                      - file_type
                                      - filename
                                      - filesize
                                      - action
                                      - classifications
                                      - file_created_timestamp
                                      - file_updated_timestamp
                                  hostname:
                                    type: string
                                  filename:
                                    type: string
                                  filesize:
                                    type: integer
                                  os_friendly_name:
                                    type: string
                                  channel_account:
                                    type: string
                                  action:
                                    type: string
                                  metasource:
                                    type: array
                                    items: {}
                                  status:
                                    type: string
                                  meta_original:
                                    type: array
                                    items:
                                      type: object
                                      properties:
                                        process_name:
                                          type: string
                                        urls:
                                          type: array
                                          items: {}
                                  device_id:
                                    type: string
                                  channel:
                                    type: string
                                  os_name:
                                    type: string
                                  '@timestamp':
                                    type: integer
                                  timestamp:
                                    type: string
                                  created_timestamp:
                                    type: string
                                  file_created_timestamp:
                                    type: string
                                  file_updated_timestamp:
                                    type: string
                                  category:
                                    type: string
                                  staff_id:
                                    type: string
                                  staff_name:
                                    type: string
                                  staff_email:
                                    type: string
                                  staff_code:
                                    type: string
                                  staff_number:
                                    type: string
                                  staff_tag_ids:
                                    type: array
                                    items: {}
                                  staff_tags:
                                    type: array
                                    items: {}
                                  dept_ids:
                                    type: array
                                    items:
                                      type: string
                                  dept_names:
                                    type: array
                                    items:
                                      type: string
                                  dept_paths:
                                    type: array
                                    items:
                                      type: string
                                  has_cls:
                                    type: boolean
                                  cl_ids:
                                    type: array
                                    items:
                                      type: string
                                  cl_names:
                                    type: array
                                    items:
          

# --- truncated at 32 KB (47 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/chaitin/refs/heads/main/openapi/chaitin-dataasset-source-source-md5-md5-staff-list-api-openapi.yml