SettingTenant
Manages tenant-level configurations to customize shared settings across their ecosystem
Query the AngusTester event setting of the current tenant
Replace the AngusTester event setting of the current tenant
PUT
/api/v1/setting/tenant/tester/event
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
请求体
application/json
JSON
[
{
"eventCode": "string",
"noticeTypes": [
"string"
]
}
]
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Query security setting of the current tenant
Replace security setting of the current tenant
PUT
/api/v1/setting/tenant/security
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
请求体
application/json
JSON
{
"signinLimit": {
"enabled": "true",
"signoutPeriodInMinutes": 0,
"passwordErrorIntervalInMinutes": 0,
"lockedPasswordErrorNum": 0,
"lockedDurationInMinutes": 0
},
"signupAllow": {
"enabled": "false",
"invitationCode": "IC000101819Sqi"
},
"passwordPolicy": {
"minLength": 0
},
"alarm": {
"enabled": "false",
"alarmWay": [
],
"receiveUser": [
{
"id": 0,
"fullName": "string"
}
]
}
}
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Query the locale setting of the current tenant
Replace the locale setting of the current tenant
Query the default platform stability indicator of the current tenant
Replace the default platform stability indicators of the current tenant
PUT
/api/v1/setting/tenant/indicator/stability
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
请求体
application/json
JSON
{
"threads": 0,
"duration": {
"value": 0,
"unit": "string"
},
"tps": 0,
"art": 0,
"percentile": "string",
"errorRate": 0,
"cpu": 0,
"memory": 0,
"disk": 0,
"network": 0
}
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Query the default platform performance indicator of the current tenant
Replace the default platform performance indicators of the current tenant
PUT
/api/v1/setting/tenant/indicator/perf
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
请求体
application/json
JSON
{
"threads": 0,
"duration": {
"value": 0,
"unit": "string"
},
"rampUpThreads": 0,
"rampUpInterval": {
"value": 0,
"unit": "string"
},
"art": 0,
"percentile": "string",
"tps": 0,
"errorRate": 0
}
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}
Query the default platform functionality indicator of the current tenant
Replace the default platform functionality indicators of the current tenant
PUT
/api/v1/setting/tenant/indicator/func
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
请求体
application/json
JSON
{
"smoke": "true",
"smokeCheckSetting": "string",
"userDefinedSmokeAssertion": {
},
"security": "true",
"securityCheckSetting": "string",
"userDefinedSecurityAssertion": {
}
}
响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}