All Products
Search
Document Center

Security Center:ListPluginForUuid

Last Updated:Feb 20, 2024

Queries the information about plug-ins on a server.

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

Request parameters

ParameterTypeRequiredDescriptionExample
UuidstringYes

The UUID of the server.

Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
bdb7071f-129d-4ceb-af80-4cf70c4571c6
TypesarrayNo

The plug-in types.

stringNo

The type of the plug-in. Valid values:

  • auto_breaking: antivirus
  • ransomware_breaking: anti-ransomware (bait capture)
  • webshell_cloud_breaking: webshell prevention
  • alisecguard: client protection
  • alinet: malicious behavior defense
auto_breaking

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

RequestIdstring

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

7E0618A9-D5EF-4220-9471-C42B5E92719F
AegisUuidTargetPluginConfigListobject []

An array that consists of the information about the plug-ins.

PluginNamestring

The name of the plug-in. Valid values:

  • alihips: trojan-specific prevention
  • alisecguard: attack-specific prevention
  • alinet: defense against attacks on servers
alisecguard
PluginOnlineInstalledboolean

Indicates whether the plug-in is installed. Valid values:

  • true: yes
  • false: no
true
PluginOnlineStatusboolean

Indicates whether the plug-in is online. Valid values:

  • true: yes
  • false: no
true
PluginInstallCodestring

The installation code of the plug-in.

k5O5nd
PluginVersionstring

The version of the plug-in.

00_10
AegisSuspiciousConfigListobject []

An array that consists of the configurations of plug-ins.

Typestring

The name of the plug-in. Valid values:

  • alihips: trojan-specific prevention
  • alisecguard: attack-specific prevention
  • alinet: defense against attacks on servers
alisecguard
Configboolean

Indicates whether the plug-in is enabled. Valid values:

  • true: yes
  • false: no
true
Msgstring

The message that indicates whether you are authorized to install the plug-in on your server or whether the plug-in is installed on your server. Valid values:

  • authorized: authorized
  • unauthorized: unauthorized
  • unbind: not installed
  • nonsupport: not supported
authorized
OverallConfigboolean

Indicates whether the plug-in is globally configured. Valid values:

  • true: yes
  • false: no
true
Codeinteger

The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.

200
Messagestring

The error message returned.

successful

Examples

Sample success responses

JSONformat

{
  "RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F",
  "AegisUuidTargetPluginConfigList": [
    {
      "PluginName": "alisecguard",
      "PluginOnlineInstalled": true,
      "PluginOnlineStatus": true,
      "PluginInstallCode": "k5O5nd",
      "PluginVersion": "00_10",
      "AegisSuspiciousConfigList": [
        {
          "Type": "alisecguard",
          "Config": true,
          "Msg": "authorized",
          "OverallConfig": true
        }
      ]
    }
  ],
  "Code": 200,
  "Message": "successful"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalParamIllegal param-
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