ncloud_serverless_batch_create_users
Batch create 1-10 database users atomically on a cluster, with dry-run preview and per-user validation. Existing users cause the entire batch to fail, ensuring no partial changes.
Instructions
Create 1-10 DB users atomically (POST /mysql/v1/clusters/{clusterName}/users/batch-create → 202 Operation). Validation failures come back as 400 partialFailure with per-index failures; an existing name fails the whole batch (409). Use dryRun=true to preview (passwords masked).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | Yes | Users to create (1-10) | |
| dryRun | No | ||
| clusterName | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) |