storage_container_create
Create a storage container on a Nutanix cluster, specifying name, cluster ID, and replication factor for data resilience.
Instructions
[WRITE][risk=medium] Create a storage container on a cluster.
Args:
name: New storage container name.
cluster_ext_id: Target cluster extId (from cluster_list).
replication_factor: Copies kept per block (default 2).
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| cluster_ext_id | Yes | ||
| replication_factor | No |