Queries the configuration history of a Microservices Engine (MSE) Nacos instance.
Operation description
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mse:ListNacosHistoryConfigs | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RequestPars | string | No | The extended request parameters in the JSON format. | {\\"appGroup\\":\\"aliyun-phecda-service-staging\\",\\"appName\\":\\"aliyun-phecda-service\\",\\"appStage\\":\\"DAILY\\",\\"appUnit\\":\\"center\\",\\"bucId\\":\\"250858\\",\\"bucName\\":\\"Alibaba Cloud\\",\\"provider\\":\\"aliyun\\"} |
PageNum | integer | Yes | The number of the page to return. | 1 |
PageSize | integer | Yes | The number of entries to return on each page. | 10 |
InstanceId | string | Yes | The ID of the instance. | mse-cn-2r42e3bk20n |
RegionId | string | No | The ID of the region in which the instance resides. The region is supported by MSE. | cn-hangzhou |
DataId | string | Yes | The ID of the data. | user-prod.yaml |
Group | string | Yes | The name of the configuration group. | fc-dev-cluster-1 |
NamespaceId | string | No | The ID of the namespace. | fc0f6e40-****-946b-45e3af313707 |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpCode": "200",
"TotalCount": 7,
"RequestId": "53338ECA-F880-54D8-A9B3-5606355A1B89",
"Message": "The request was successfully processed.\n",
"PageSize": 10,
"PageNumber": 1,
"ErrorCode": "mse-100-000",
"Success": true,
"HistoryItems": [
{
"AppName": "gateway",
"DataId": "test.yaml",
"Group": "default",
"LastModifiedTime": 16434400,
"Id": 0,
"OpType": "yaml"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | duplicatedClusterAliasName | duplicated cluster alias name | The instance name is duplicate. User another name. |
400 | illegalRequest | illegal request:%s | Invalid request: %s |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | clusterNotFound | cluster not found | The cluster is not found. |
500 | systemError | system error | An error occurred on the system. Try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-18 | The response structure of the API has changed | View Change Details |
2023-04-25 | The internal configuration of the API is changed, but the call is not affected | View Change Details |