ism_list_by_classification
List controls applicable to a specific classification level. Provide a canonical abbreviation (NC, OS, P, S, or TS) to receive the count and identifiers of matching controls.
Instructions
List controls that apply at a given classification level.
classification takes canonical abbreviations only: NC, OS, P, S, or TS (see
ism_list_classifications for the OFFICIAL through TOP_SECRET mapping). Returns
{classification, count, identifiers} with ids only. Fetch full records with
ism_get. An unknown level fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | ||
| classification | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| identifiers | Yes | ||
| classification | Yes |