Manage logs
get
asc
desc
regex
substring
equal
not_equal
from truefoundry import TrueFoundry client = TrueFoundry( api_key="YOUR_API_KEY", base_url="https://yourhost.com/path/to/api", ) client.get( start_ts="value", end_ts="value", limit=10, direction="value", num_logs_to_ignore="value", application_id="application_id_value", application_fqn="value", deployment_id="value", job_run_name="value", pod_name="value", container_name="value", pod_names="value", pod_names_regex="value", search_string="value", search_type="value", search_operator="value", )
Was this page helpful?