All Products
Search
Document Center

ApsaraDB for MongoDB:ModifyParameters

Last Updated:Jan 17, 2023

Modifies the parameters of an AsparaDB for MongoDB instance.

Operation Description

Precautions

  • The instance must be in the Running state when you call this operation.
  • If you call this operation to modify specific instance parameters and the modification for part of the parameters can take effect only after an instance restart, the instance is automatically restarted after this operation is called. You can call the DescribeParameterTemplates operation to query the parameters that take effect only after the instance is restarted.

Authorization information

The following table is the authorization information corresponding to the API, which can be found in the RAM permission policy statement.Action Used in the element to grant the RAM user or RAM role permission to call this API. The specific instructions are as follows:

  • 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 keyword: refers to the condition keyword defined by the cloud product itself.
  • 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.
Operate access level Resource type conditional keyword Association operation
dds:ModifyParameters WRITE
  • MongoDB
    acs:dds:{#regionId}:{#accountId}:dbinstance/{#dbinstanceId}
    without
without

Request parameters

Parameter Type Required Description Example
RegionId string No

The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
DBInstanceId string Yes

The ID of the instance.

Note If you set this parameter to the ID of a sharded cluster instance, you must also specify the NodeId parameter.
dds-bp19f409d75****
NodeId string No

The ID of the mongos or shard node in the specified sharded cluster instance.

Note This parameter is valid only when DBInstanceId is set to the ID of a sharded cluster instance.
d-bp1b7bb3bbe****
Parameters string Yes

The instance parameters that you want to modify and their values. Specify this parameter in a JSON string. Sample format: {"ParameterName1":"ParameterValue1","ParameterName2":"ParameterValue2"}.

Note You can call the DescribeParameterTemplates operation to query a list of default parameter templates.
{"operationProfiling.mode":"all","operationProfiling.slowOpThresholdMs":"200"}
CharacterType string No

The role of the instance. Valid values:

  • db: a shard node
  • cs: a Configserver node
  • mongos: a mongos node
  • logic: a sharded cluster instance
db

Response parameters

Parameter Type Description Example
object
RequestId string

The ID of the request.

36923CC2-DDAB-4B48-A144-DA92C1E19537

Example

Normal return example

JSONFormat

{
  "RequestId": "36923CC2-DDAB-4B48-A144-DA92C1E19537"
}

Error codes

Http code Error code Error message
400 InvalidParameters.Format Specified parameters is not valid.

For a list of error codes, visit the API error center.