Skip to content

API Version

The apiVersion defines 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

TypeIdentifierAuthentication RequiredUse Case
Authenticated Interfaceapi✅ RequiredResource management, script execution and other secure operations
Public Interfacepubapi❌ Not requiredPublic 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

Released under the GPL-3.0 License.