Queries the configurations of the asset fingerprint module.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeModuleConfig |
The operation that you want to perform. Set the value to DescribeModuleConfig. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Count | Integer | 2 |
The number of configurations for the module. |
HttpStatusCode | Integer | 200 |
The HTTP status code that is returned. |
ModuleConfigList | Array of ModuleConfig |
The configuration of the module. |
|
ConfigName | String | timescan |
The name of the configuration. |
Items | Array of Item |
The configuration items. |
|
GroupId | Integer | 173 |
The ID of the server group to which the server belongs. |
InstanceId | String | lb-xxx |
The ID of the server. |
InstanceName | String | ssxxxxxxxx |
The name of the server. |
Ip | String | 2.2.X.X |
The IP address of the server. |
Region | String | outside-of-aliyun |
The region in which the server resides. |
Uuid | String | lb-xxxx-xxxx-xxxx-xxxx |
The UUID of the server. |
ModuleName | String | alihids |
The name of the template. |
RequestId | String | 7E0618A9-D5EF-4220-9471-C42B5E92719F |
The ID of the request, which is used to locate and troubleshoot issues. |
Success | Boolean | true |
Indicates whether the request is successful. Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeModuleConfig
&<Common request parameters>
Sample success responses
XML
format
<DescribeModuleConfig>
<RequestId>7E0618A9-D5EF-4220-9471-C42B5E92719F</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Count>2</Count>
<ModuleConfigList>
<ConfigName>timescan</ConfigName>
<ModuleName>alihids</ModuleName>
<Items>
<InstanceName>ssxxxxxxxx</InstanceName>
<Uuid>lb-xxxx-xxxx-xxxx-xxxx</Uuid>
<InstanceId>lb-xxx</InstanceId>
<Ip>2.2.X.X</Ip>
<Region>outside-of-aliyun</Region>
<GroupId>173</GroupId>
</Items>
</ModuleConfigList>
<Success>true</Success>
</DescribeModuleConfig>
JSON
format
{
"RequestId": "7E0618A9-D5EF-4220-9471-C42B5E92719F",
"HttpStatusCode": "200",
"Count": "2",
"ModuleConfigList": [
{
"ConfigName": "timescan",
"ModuleName": "alihids",
"Items": [
{
"InstanceName": "ssxxxxxxxx",
"Uuid": "lb-xxxx-xxxx-xxxx-xxxx",
"InstanceId": "lb-xxx",
"Ip": "2.2.X.X",
"Region": "outside-of-aliyun",
"GroupId": "173"
}
]
}
],
"Success": "true"
}
Error codes
For a list of error codes, visit the API Error Center.