Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ModuleCode | string | No | The code of the feature. Valid values:
| vulFix |
| Lang | string | No | The language of the content within the request and response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSONformat
{
"Data": {
"TrialRecordList": [
{
"ModuleCode": "vulFix",
"AuthLimit": 100,
"GmtStart": 1667232000000,
"GmtEnd": 1638201599999,
"Status": 1,
"AuthLimitList": [
1,
100
]
}
]
},
"RequestId": "09969D2C-4FAD-429E-BFBF-9A60DEF8****"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | WithoutTrialQualification | Has no trial qualification. | No probationary eligibility. |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-04-17 | The Error code has changed. The response structure of the API has changed | View Change Details |
