All Products
Search
Document Center

Security Center:AddSasModuleTrial

Last Updated:Feb 20, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ModuleCodestringNo

The module code. Valid values:

  • vulFix: vulnerability fixing
  • cloudSiem: threat analysis
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 response parameters.

TrialRecordListobject []

The trial use record.

ModuleCodestring

The module code. Valid values:

  • vulFix: vulnerability fixing
  • cloudSiem: threat analysis
vulFix
AuthLimitlong

The authorized 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
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
      }
    ]
  },
  "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.