All Products
Search
Document Center

Security Center:DescribeModuleConfig

Last Updated:May 08, 2023

Queries the configurations of the asset fingerprint module.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
HttpStatusCodeinteger

The HTTP status code returned.

200
RequestIdstring

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

7E0618A9-D5EF-4220-9471-C42B5E92719F
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Countinteger

The number of configurations for the module.

2
ModuleConfigListarray

An array that consists of the configurations.

object

The configuration of the module.

ModuleNamestring

The name of the module.

alihids
ConfigNamestring

The name of the configuration.

timescan
Itemsarray

An array that consists of the configuration items.

object

The information about the configuration item.

Uuidstring

The UUID of the server.

a47e3713-ed22-4015-93a3-d88ebe6****
GroupIdinteger

The ID of the server group to which the server belongs.

173
InstanceNamestring

The name of the server.

inStanceName****
Regionstring

The region in which the server resides.

cn-hangzhou
Ipstring

The IP address of the server.

31.13.XX.XX
InstanceIdstring

The ID of the server.

i-uf6435dn4t59b9av****

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F",
  "Success": true,
  "Count": 2,
  "ModuleConfigList": [
    {
      "ModuleName": "alihids",
      "ConfigName": "timescan",
      "Items": [
        {
          "Uuid": "a47e3713-ed22-4015-93a3-d88ebe6****",
          "GroupId": 173,
          "InstanceName": "inStanceName****",
          "Region": "cn-hangzhou",
          "Ip": "31.13.XX.XX",
          "InstanceId": "i-uf6435dn4t59b9av****"
        }
      ]
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400NoPermissionno permission-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.