Lso calls
CLI for GSO pre-check using LSO remote exec endpoint.
_load_import_file(import_file_path)
Read a JSON file from the given path, return it as a compact JSON string, Exits on error.
Source code in gso/cli/lso_calls.py
bgp_status_precheck(host=typer.Argument(..., help='FQDN of the router to pre-check'), partner=typer.Argument(..., help='Partner name for import file path'), import_file_path=_IMPORT_FILE_ARG)
Trigger the bgp_status_pre-check script on LSO, print results, and optionally save.