ncloud_resource_list_resources
List resources managed in Ncloud using exact-match filters for region, product, group, tag, or ID. Supplying an NRN returns detailed resource data with tags and groups.
Instructions
List resources managed in Ncloud. When NRN is specified, returns single resource detail with tags and groups. Note that every filter is an EXACT match — there is no partial/contains matching in this API. Each returned item carries both productName (the service code, the only value the productName filter accepts) and productDisplayName (the human-readable service name shown in the console).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nrn | No | Ncloud Resource Name for single resource detail lookup | |
| tag | No | Tag filter array, e.g. [{tagKey: 'env', tagValue: 'dev'}] or [{tagKey: 'env'}] to filter by key alone | |
| page | No | Page number, 0-based (default 0) | |
| size | No | Page size, documented as 1~100 (default 20). The API was observed returning more than 100 rows for a larger value rather than rejecting or clamping it, so values above 100 work today but are outside the documented range — do not rely on them | |
| groupName | No | Group name filter, exact match | |
| regionCode | No | Region code filter, exact match (e.g., 'KR', 'JPN') | |
| resourceId | No | Resource ID filter, exact match | |
| productName | No | Service CODE of the resource, matched exactly — not the display name shown in the console. Service codes carry no spaces or parentheses: use 'DataQuery', not 'Data Query'. To discover the valid codes for this account, call this tool without a productName filter and read each item's productName (its productDisplayName is the console name). When a productName filter returns nothing, this tool retries once without it and reports the codes that do exist as productNameFilterHint | |
| resourceName | No | Resource name filter, exact match | |
| resourceType | No | Resource type filter, exact match (e.g., 'DataSource', 'Project'). See a returned item's resourceType for valid values |