All Products
Search
Document Center

Security Center:AddSasModuleTrial

Last Updated:Oct 24, 2025

Enables the trial use of Security Center value-added features, including vulnerability fixing and threat analysis and response.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ModuleCodestringNo

The code of the feature. Valid values:

  • vulFix: vulnerability fixing.
  • cloudSiem: threat analysis and response.
vulFix
LangstringNo

The language of the content within the request and response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

PlainResult

Dataobject

The data returned.

TrialRecordListarray<object>

The information about the trial use.

TrialRecordListobject
ModuleCodestring

The code of the feature. Valid values:

  • vulFix: vulnerability fixing.
  • cloudSiem: threat analysis and response.
vulFix
AuthLimitlong

The quota.

100
GmtStartlong

The start time of the trial use.

1667232000000
GmtEndlong

The end time of the trial use.

1638201599999
Statusinteger

The status of the trial use. Valid values:

  • 1: The feature is in trial use.
  • 0: The trial use ends.
1
AuthLimitListstring

The list of quotas. This parameter is available if the value of the ModuleCode parameter is cloudSiem. The value of this parameter consists of the log storage capacity for the threat analysis and response feature and the log data to add. Units: GB and GB-day.

[1,100]
RequestIdstring

The request ID.

09969D2C-4FAD-429E-BFBF-9A60DEF8****

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 codeError codeError messageDescription
400WithoutTrialQualificationHas no trial qualification.No probationary eligibility.
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-04-17The Error code has changed. The response structure of the API has changedView Change Details