ism_list_by_topic
List security controls by exact topic name from the ASD ISM. Returns topic, count, and control IDs for further retrieval.
Instructions
List controls under a specific topic (exact match, use ism_list_topics to enumerate).
Returns {topic, count, identifiers} with ids only. Fetch full records with
ism_get. An unknown topic returns an empty list, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| topic | Yes | ||
| identifiers | Yes |