All Products
Search
Document Center

Security Center:GetModuleTrialAuthInfo

Last Updated:Feb 20, 2024

Queries the qualification information about 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. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

PlainResult

Dataobject

The response parameters.

ModuleCodestring

The module code. Valid values:

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

Indicates whether the user is qualified for the trial use. Valid values:

  • true
  • false
false
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.

1669824000000
GmtEndlong

The end time of the trial use.

1679760000000
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.

F8B6F758-BCD4-597A-8A2C-DA5A552C****

Examples

Sample success responses

JSONformat

{
  "Data": {
    "ModuleCode": "vulFix",
    "CanTry": false,
    "TrialRecordList": [
      {
        "ModuleCode": "vulFix",
        "AuthLimit": 100,
        "GmtStart": 1669824000000,
        "GmtEnd": 1679760000000,
        "Status": 1
      }
    ]
  },
  "RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****"
}

Error codes

HTTP status codeError codeError messageDescription
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
No change history