---
title: "GET /#Action=DescribeNodeConfigurationOptions"
method: GET
path: "/#Action=DescribeNodeConfigurationOptions"
---

# GET /#Action=DescribeNodeConfigurationOptions

`GET /#Action=DescribeNodeConfigurationOptions`

Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.

## Query parameters

- `ActionType` 'restore-cluster' | 'recommend-node-config' | 'resize-cluster', required
- `ClusterIdentifier` string
- `SnapshotIdentifier` string
- `SnapshotArn` string
- `OwnerAccount` string
- `Filter` object[]
  - `Name` 'NodeType' | 'NumberOfNodes' | 'EstimatedDiskUtilizationPercent' | 'Mode' — The name of the element to filter.
  - `Operator` 'eq' | 'lt' | 'gt' | 'le' | 'ge' | 'in' | 'between' — The filter operator. If filter Name is NodeType only the 'in' operator is supported. Provide one value to evaluate for 'eq', 'lt', 'le', 'gt', and 'ge'. Provide two values to evaluate for 'between'. Provide a list of values for 'in'.
  - `Values` string[] — List of values. Compare Name using Operator to Values. If filter Name is NumberOfNodes, then values can range from 0 to 200. If filter Name is EstimatedDiskUtilizationPercent, then values can range from 0 to 100. For example, filter NumberOfNodes (name) GT (operator) 3 (values).
- `Marker` string
- `MaxRecords` integer
- `Action` 'DescribeNodeConfigurationOptions', required
- `Version` '2012-12-01', required

## Response `200`

Success

## Other responses

- `480` — ClusterSnapshotNotFoundFault
- `481` — InvalidClusterSnapshotStateFault
- `482` — ClusterNotFoundFault
- `483` — AccessToSnapshotDeniedFault
- `484` — UnsupportedOperationFault

---

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