create_namespace
Create a vSphere Namespace on a Supervisor Cluster to organize and allocate resources for workloads. Set dry_run=False to execute after previewing configuration.
Instructions
Create a vSphere Namespace on a Supervisor Cluster.
IMPORTANT: dry_run=True by default — set dry_run=False to actually create.
Args: name: Namespace name (lowercase, no spaces). cluster_id: Supervisor cluster MoRef (use get_supervisor_status to find). storage_policy: Storage policy name (use list_supervisor_storage_policies). cpu_limit: CPU limit in MHz (optional). memory_limit_mib: Memory limit in MiB (optional). dry_run: Preview without creating (default: True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cluster_id | Yes | ||
| storage_policy | Yes | ||
| cpu_limit | No | ||
| memory_limit_mib | No | ||
| description | No | ||
| dry_run | No | ||
| target | No |