Env Service API Overview
mainThe Env service provides interfaces for environment configuration queries, instance management, and step execution. It is designed for applications that need to interact with dynamic environments.
Base Information:
- Default Service Address:
http://localhost:8000 - Method: All interfaces use
POST. - Data Format:
JSON. - Timeout: Typically between 150-350 seconds.
Error Handling:
- All interfaces implement a retry mechanism (default: 3 retries).
- On retry failure, a fallback default value is returned.
- Error logs are written to
/mnt/data/eric.czq/rl_log/error.outby default. You can customize this by setting theCLIENT_LOG_PATHenvironment variable.