---
title: "POST /#X-Amz-Target=AmazonDAXV3.DescribeParameters"
method: POST
path: "/#X-Amz-Target=AmazonDAXV3.DescribeParameters"
---

# POST /#X-Amz-Target=AmazonDAXV3.DescribeParameters

`POST /#X-Amz-Target=AmazonDAXV3.DescribeParameters`

Returns the detailed parameter list for a particular parameter group.

## Headers

- `X-Amz-Target` 'AmazonDAXV3.DescribeParameters', required

## Request body

- DescribeParametersRequest
  - `ParameterGroupName` string, required — The name of the parameter group.
  - `Source` string — How the parameter is defined. For example, <code>system</code> denotes a system-defined parameter.
  - `MaxResults` integer — <p>The maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p> <p>The value for <code>MaxResults</code> must be between 20 and 100.</p>
  - `NextToken` string — An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by <code>MaxResults</code>.

## Response `200`

Success

- DescribeParametersResponse
  - `NextToken` string — Provides an identifier to allow retrieval of paginated results.
  - `Parameters` Parameter[] — A list of parameters within a parameter group. Each element in the list represents one parameter.
    - `ParameterName` string — The name of the parameter.
    - `ParameterType` 'DEFAULT' | 'NODE_TYPE_SPECIFIC' — Determines whether the parameter can be applied to any nodes, or only nodes of a particular type.
    - `ParameterValue` string — The value for the parameter.
    - `NodeTypeSpecificValues` NodeTypeSpecificValue[] — A list of node types, and specific parameter values for each node.
      - `NodeType` string — A node type to which the parameter value applies.
      - `Value` string — The parameter value for this node type.
    - `Description` string — A description of the parameter
    - `Source` string — How the parameter is defined. For example, <code>system</code> denotes a system-defined parameter.
    - `DataType` string — The data type of the parameter. For example, <code>integer</code>:
    - `AllowedValues` string — A range of values within which the parameter can be set.
    - `IsModifiable` 'TRUE' | 'FALSE' | 'CONDITIONAL' — Whether the customer is allowed to modify the parameter.
    - `ChangeType` 'IMMEDIATE' | 'REQUIRES_REBOOT' — The conditions under which changes to this parameter can be applied. For example, <code>requires-reboot</code> indicates that a new value for this parameter will only take effect if a node is rebooted.

## Other responses

- `480` — ParameterGroupNotFoundFault
- `481` — ServiceLinkedRoleNotFoundFault
- `482` — InvalidParameterValueException
- `483` — InvalidParameterCombinationException

---

[API](https://skmtc.net/aws/apis/dax.md) · [All operations](https://skmtc.net/aws/apis/dax/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/dax/versions/ae11d18c59f6/schema)
