API Version
The
apiVersiondefines the compatibility relationship between AngusTester script resource interfaces and backend services, ensuring stable script execution and resource access across different system versions.
Version Format
yaml
apiVersion: api/v1- api/pubapi: Interface type identifier
- v1: Specific API version number
Interface Types
| Type | Identifier | Authentication Required | Use Case |
|---|---|---|---|
| Authenticated Interface | api | ✅ Required | Resource management, script execution and other secure operations |
| Public Interface | pubapi | ❌ Not required | Public information retrieval, status queries, etc. |
Current Version Specification
yaml
## If no API version is explicitly specified, the system automatically applies the default value
apiVersion: api/v1