Queries the configurations of a module.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| CurrentPage | string | No | The number of the page to return. | 1 |
| PageSize | string | No | The number of entries to return on each page. Default value: 10. | 10 |
Response parameters
Examples
Sample success responses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "291B49F9-1685-4005-9D34-606B6F78****",
"Success": true,
"ModuleConfigList": [
{
"ModuleName": "alihids",
"ConfigName": "timescan",
"Items": [
{
"Uuid": "a47e3713-ed22-4015-93a3-d88ebe6****",
"GroupId": 5562414,
"InstanceName": "inStanceName****",
"Region": "cn-hangzhou",
"Ip": "2.2.X.X",
"InstanceId": "i-uf6435dn4t59b9av****"
}
]
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 100,
"Count": 100
}
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | NoPermission | no permission | - |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
