This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/02-Keyword/tsg_bfapi/Log_schema.robot

14 lines
483 B
Plaintext
Raw Normal View History

2020-04-29 19:39:52 +08:00
*** Settings ***
Library OperatingSystem
Library Selenium2Library
Library RequestsLibrary
Library Collections
Resource ../tsg_bfapi/ApiRequest.robot
*** Keywords ***
schema
${responsedata} Get-Request log/schema?logType=active_defence_event_log
${responsedata1} Get From Dictionary ${responsedata} data
${responsefields} Get From Dictionary ${responsedata1} fields
[Return] ${responsedata}