All Products
Search
Document Center

Security Center:DescribeTotalStatistics

Last Updated:Feb 20, 2024

Queries event statistics.

Debugging

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

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:DescribeTotalStatisticsRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
GroupIdlongNo

The ID of the asset group.

Note You can call the DescribeAllGroups operation to query the IDs of asset groups.
8076980
RemarkstringNo

The name or public IP address of the asset.

222.185.XX.XX
FromstringNo

The source of data. Default value: aqs. Valid values:

  • sas: Security Center
  • aqs: Server Guard
sas

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

SuspiciousmediumTotalinteger

The number of alerts whose risk level is suspicious.

28
VulLaterSuminteger

The number of vulnerabilities whose severity level is medium.

0
Trojaninteger

The number of webshell alerts.

0
Suspiciousinteger

The number of alerts that are generated by Server Guard.

0
HealthlowTotalinteger

The number of baseline risk items whose severity is low.

0
Patchinteger

The number of Web-CMS vulnerabilities.

0
SuspiciousseriousTotalinteger

The number of alerts whose risk level is urgent.

0
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7
VulAsapSuminteger

The number of vulnerabilities whose severity level is high.

16
Onlineboolean

Indicates whether the agent is online. Valid values:

  • true
  • false
true
HealthmediumTotalinteger

The number of baseline risk items whose severity is medium.

0
Newsuspiciousinteger

The number of alerts that are generated by Server Guard or Security Center.

Note
Note
  • If you set the Type parameter to sas, this parameter indicates the number of alerts that are generated by Security Center.
  • Note
  • If you set the Type parameter to aqs, this parameter indicates the number of alerts that are generated by Server Guard.
  • 0
    Accountinteger

    The number of logons to the asset.

    0
    VulDealedTotalinteger

    The total number of fixed vulnerabilities.

    0
    SuspiciousTotalinteger

    This parameter is deprecated.

    0
    SuspiciousdealedTotalinteger

    The number of handled alerts.

    0
    HealthdealedTotalinteger

    The total number of fixed baseline risk items. This parameter is deprecated.

    0
    SuspicioushighTotalinteger

    This parameter is deprecated. This parameter is deprecated.

    0
    VulNntfSuminteger

    The number of unfixed vulnerabilities whose severity level is low.

    0
    VulTotalinteger

    The total number of vulnerabilities.

    0
    SuspiciouslowTotalinteger

    The number of alerts whose risk level is reminder.

    0
    HealthTotalinteger

    The total number of baseline risks.

    0
    Vulinteger

    The number of unfixed vulnerabilities.

    0
    Healthinteger

    The total number of unfixed baseline risks.

    0
    HealthseriousTotalinteger

    The number of baseline risk items whose severity is urgent. This parameter is deprecated.

    0
    HealthhighTotalinteger

    The number of baseline risk items whose severity is high.

    0

    Examples

    Sample success responses

    JSONformat

    {
      "SuspiciousmediumTotal": 28,
      "VulLaterSum": 0,
      "Trojan": 0,
      "Suspicious": 0,
      "HealthlowTotal": 0,
      "Patch": 0,
      "SuspiciousseriousTotal": 0,
      "RequestId": "A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7",
      "VulAsapSum": 16,
      "Online": true,
      "HealthmediumTotal": 0,
      "Newsuspicious": 0,
      "Account": 0,
      "VulDealedTotal": 0,
      "SuspiciousTotal": 0,
      "SuspiciousdealedTotal": 0,
      "HealthdealedTotal": 0,
      "SuspicioushighTotal": 0,
      "VulNntfSum": 0,
      "VulTotal": 0,
      "SuspiciouslowTotal": 0,
      "HealthTotal": 0,
      "Vul": 0,
      "Health": 0,
      "HealthseriousTotal": 0,
      "HealthhighTotal": 0
    }

    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.