All Products
Search
Document Center

Lindorm:UpdateInstanceIpWhiteList

Last Updated:Mar 20, 2025

Configures an IP address whitelist for a Lindorm instance.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
lindorm:UpdateInstanceIpWhiteListupdate
*instance
acs:lindorm:{#regionId}:{#accountId}:instance/{#instanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the instance for which you want to configure a whitelist. You can call the GetLindormInstanceList operation to obtain the ID.

ld-bp1z3506imz2f****
SecurityIpListstringYes

The IP addresses or CIDR blocks that you want to add to the whitelist.

Note If you add 127.0.0.1 to the whitelist, all IP addresses cannot be used to access the Lindorm instance. If you add the CIDR block 192.168.0.0/24 to the whitelist, you can use all IP addresses in the CIDR block to access the Lindorm instance. Separate multiple IP addresses or CIDR blocks with commas (,).
106.11.XX.XX/24
GroupNamestringNo

The name of the IP whitelist. Default value: user.

test_group
DeletebooleanNo

Specifies whether to clear all IP addresses and CIDR blocks in the whitelist.

false

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

4944539D-D27C-458D-95F1-2DCEB5E0EED5
AccessDeniedDetailstring

The details about the access denial.

{"AuthAction":"xxx","AuthPrincipalDisplayName":"222","AuthPrincipalOwnerId":"111","AuthPrincipalType":"SubUser",,"NoPermissionType":"ImplicitDeny","PolicyType":"AccountLevelIdentityBasedPolicy","EncodedDiagnosticMessage":"xxxxxx"}

Examples

Sample success responses

JSONformat

{
  "RequestId": "4944539D-D27C-458D-95F1-2DCEB5E0EED5",
  "AccessDeniedDetail": "{\"AuthAction\":\"xxx\",\"AuthPrincipalDisplayName\":\"222\",\"AuthPrincipalOwnerId\":\"111\",\"AuthPrincipalType\":\"SubUser\",,\"NoPermissionType\":\"ImplicitDeny\",\"PolicyType\":\"AccountLevelIdentityBasedPolicy\",\"EncodedDiagnosticMessage\":\"xxxxxx\"}"
}

Error codes

HTTP status codeError codeError messageDescription
400Instance.IsDeletedThe instance is deleted.The specified instance is already deleted.
400Instance.IsNotValidThe instance is invalid.The specified instance is invalid.
403API.ForbiddenThe API operation is forbidden in this environment.This operation is not supported in the current environment.
403Lindorm.Errorcode.OperationDeniedYou are not authorized to operate on the specified resource.You are not authorized to manage the specified resource.
403Lindorm.Errorcode.ServiceLinkedRoleNoPermissionNo permission to create service linked role.You are not authorized to create the service-linked role.

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

Change history

Change timeSummary of changesOperation
2024-09-18The Error code has changed. The response structure of the API has changedView Change Details
2023-11-23The Error code has changed. The request parameters of the API has changedView Change Details
2023-10-10The Error code has changed. The request parameters of the API has changedView Change Details
2023-09-11The Error code has changed. The request parameters of the API has changedView Change Details