Skip to content

AngusScript

Angus Script Configuration - Configure and manage test scripts adhering to the AngusMeter specification for standardized testing workflows


Query the script detail of angus model

GET
/api/v1/angus/script/{id}

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

id*

Script id

类型integer
必填
format"int64"

响应

OK

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Replace script by angus model

PUT
/api/v1/angus/script/{id}

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

id*

Script id

类型integer
必填
format"int64"

请求体

application/json

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量
主体

示例

cURL
JavaScript
PHP
Python

Add script by angus model

POST
/api/v1/angus/script

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

查询参数

projectId*

Project id

类型integer
必填
format"int64"

请求体

application/json

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

授权
变量
主体

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.