All Products
Search
Document Center

Security Center:AddSasModuleTrial

Last Updated:Nov 14, 2024

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:AddSasModuleTrialcreate
  • All Resources
    *
    none
none

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