14 lines
483 B
Plaintext
14 lines
483 B
Plaintext
|
|
*** 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}
|