Skip to content

| References

Common Engine Options

Those options are available to each engine.

Fields Description
show_refs bool
show engine parameters of execution in engine response
result_organize_spec string
reorganize the result field of engine response, use jq format.

Common Engine Response

The basic structure of the response of each engine.

Fields Description
usages EngineUsages
the usage of engine execution
refs object
the references of engine execution, exist when show_refs is true
result object
contain the result of engine execution

EngineUsages

Fields Description
energy EngineUsagesEnergy
the energy usage of engine execution

EngineUsagesEnergy

Fields Description
request integer
the request energy usage of engine execution
response integer
the response energy usage of engine execution
service integer
the service energy usage of engine execution
total integer
the total of request, response and service