Lines Matching refs:dump_id
19 # its dump_id will be returned.
20 # If ${True}, either the dump_id will be
59 ${dump_id}= Set Variable ${json["data"]}
62 ... ${dump_id}
64 RETURN ${dump_id}
68 [Documentation] Return the dump_id number, or return ${EMPTY} if dump
83 # If dump was created normally, return the dump_id number.
108 [Arguments] ${dump_id}
111 # dump_id An integer value that identifies a particular dump
118 ${resp}= OpenBMC Get Request ${DUMP_ENTRY_URI}${dump_id}
124 [Arguments] ${dump_id}
127 # dump_id An integer value that identifies a particular dump (e.g. 1, 3).
135 ... ${DUMP_ENTRY_URI}${dump_id}/action/Delete data=${args}
153 ${dump_id}= Fetch From Right ${entry} /
154 Delete BMC Dump ${dump_id}
160 [Arguments] ${dump_id}
163 # dump_id An integer value that identifies a particular dump (e.g. 1, 3).
165 Redfish.Delete /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_id}
238 [Arguments] ${dump_id}
241 # dump_id BMC dump identifier
250 ... ${dump_check_cmd}/${dump_id}
428 ${dump_id}= Get Dump ID ${task_id}
429 RETURN ${dump_id} Completed