exfacts v0.1.3 ExFacts.Gather

Provides a common entry point to gather all internal information in one command and returns a serialized JSON reponse.

Summary

Functions

Returns the facts of the external fact checks in JSON format

Returns the facts of the system in JSON format

Functions

get_external_facts()

Returns the facts of the external fact checks in JSON format.

It calls all underlying modules and aggregates the returned data then formats it in the desired JSON output. [WIP]

get_system_facts()

Returns the facts of the system in JSON format.

It calls all underlying modules and aggregates the returned data then formats it in the desired JSON output.