All Products
Search
Document Center

Microservices Engine:ModifyLosslessRule

Last Updated:Nov 20, 2024

Modifies configurations of the lossless online and offline feature.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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
mse:ModifyLosslessRuleget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the region.

cn-beijing
AppNamestringNo

The name of the application.

wx-work-api
NamespacestringNo

The microservice namespace to which the rule applies.

default
AppIdstringYes

The ID of the application.

c644n5frmc@3e75f25fd4*****
EnablebooleanYes

Specifies whether to enable the alert rule. Valid values:

  • true: enables the rule.
  • false: disables the rule.
false
WarmupTimelongYes

The prefetching duration.

60
DelayTimelongYes

The registration latency.

1
FuncTypelongYes

The slope of the prefetching curve.

1
AlignedbooleanYes

Specifies whether to align the lifecycle of the application in the Kubernetes cluster with that of the microservice.

true
RelatedbooleanYes

Specifies whether to associate with service prefetching.

true
LossLessDetailbooleanNo

Specifies whether to display online and offline processing details.

false
NoticebooleanNo

Specifies whether to enable notification.

false
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The data structure.

RequestIdstring

The ID of the request.

3369AD10-F1A6-4E6F-B99E-20F51826****
Successboolean

Indicates whether the request was successful. Valid values:

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

The error code returned if the request failed.

mse-100-000
Messagestring

The message returned.

modifyLosslessRule success

Examples

Sample success responses

JSONformat

{
  "RequestId": "3369AD10-F1A6-4E6F-B99E-20F51826****",
  "Success": true,
  "Code": 200,
  "ErrorCode": "mse-100-000",
  "HttpStatusCode": 200,
  "Message": "modifyLosslessRule success",
  "Data": "null"
}

Error codes

HTTP status codeError codeError messageDescription
400duplicatedClusterAliasNameduplicated cluster alias nameThe instance name is duplicate. User another name.
400illegalRequestillegal request:%sInvalid request: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404clusterNotFoundcluster not foundThe cluster is not found.
500systemErrorsystem errorAn error occurred on the system. Try again later.

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

Change history

Change timeSummary of changesOperation
2023-04-11The Error code has changed. The request parameters of the API has changed. The response structure of the API has changedView Change Details