ListScenariosResp
Paginated list of scenarios in this namespace. Use search to filter by name or key (case-insensitive substring) and labels[key]=value to filter by label. pagination.total reflects the full match count; the returned data array is the current page.
- dataType: array object[] · ScenarioListItem[]required
Trimmed scenario summary returned by
GET /scenarios.speccarriesentityKeysinstead of the full per-entitydata. FetchGET /scenarios/{key}for the full data (and itsETagheader) before any mutation.- createdType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- metadataType: objectrequired
Identity fields for a scenario —
keyplus human-facing descriptors. Same shape asResourceIdentitybut withoutversion(scenarios have no draft/published lifecycle). - specType: objectrequired
- updatedType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- paginationType: objectrequired
Pagination metadata for list responses
- limitType: integerrequired
Maximum number of records per page
- offsetType: integerrequired
Starting position in the result set
- totalType: integerrequired
Total number of records available
