ncloud_serverless_get_instance
Retrieve details of a specific Cloud DB Serverless instance by providing cluster and instance names to inspect its configuration and status.
Instructions
Get one instance of a Cloud DB Serverless cluster (GET /mysql/v1/clusters/{clusterName}/instances/{instanceName}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clusterName | Yes | Cluster name (3-30 chars, lowercase letters/digits/'-', no leading or trailing '-'; immutable after creation) | |
| instanceName | Yes | Instance name ({clusterName}-{suffix}, from ncloud_serverless_list_instances) |