Skip to content

Commit

Permalink
Merge pull request #316 from ConsumerDataStandardsAustralia/maintenan…
Browse files Browse the repository at this point in the history
…ce/605

Maintenance/605
  • Loading branch information
JamesMBligh authored Oct 8, 2023
2 parents 1f013a3 + 659139b commit d96a2a7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion slate/source/includes/_admin.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This provides an overview of CDS Administration Endpoints. Please note this API
<tr><td><a href='./includes/swagger/cds_admin.yaml'>Admin OpenAPI Specification (YAML)</a></td></tr>
</table>


```diff
Added statement to clarify that aggregate performance metrics exclude Secondary Data Holder performance
```

<%= partial "includes/cds_admin.md" %>
2 changes: 1 addition & 1 deletion slate/source/includes/obsolete/get-metrics-v3.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ This operation may only be called by the CDR Register

```

*Percentage of calls within the performance thresholds*
*Percentage of calls within Primary Data Holder performance thresholds. Note that Secondary Data Holder performance <b>MUST</b> be excluded from this metric.*

### Properties

Expand Down
2 changes: 1 addition & 1 deletion slate/source/includes/obsolete/get-metrics-v4.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ This operation may only be called by the CDR Register

```

*Percentage of calls within the performance thresholds*
*Percentage of calls within Primary Data Holder performance thresholds. Note that Secondary Data Holder performance <b>MUST</b> be excluded from this metric.*

### Properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This release addresses the following minor defects raised on [Standards Staging]
This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):

- [Maintenance Issue 469 - Add isQueryParamUnsupported to MetaPaginated for schema validation](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/469)
- [Maintenance Issue 605 - Metrics: Performance threshold including SDH](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/605)
- [Maintenance Issue 611 - Clarification of Energy PRD Obligations](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611)

### Decision Proposals
Expand Down Expand Up @@ -50,6 +51,7 @@ This release addresses the following Decision Proposals published on [Standards]

|Change|Description|Link|
|------|-----------|----|
| Metrics: Performance threshold including SDH | **[Standards Maintenance #605](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/605):** Added statement to clarify that aggregate performance metrics exclude Secondary Data Holder performance | [Get Metrics](../../#get-metrics) |
| isQueryParamUnsupported property | **[Standards Maintenance #469](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/469):** Added MetaPaginatedTransaction schema to 'Get Transactions For Account' to include the isQueryParamUnsupported property | [Banking APIs](../../#banking-apis) |

## Information Security Profile
Expand Down
2 changes: 1 addition & 1 deletion swagger-gen/api/cds_admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
}
}
},
"description": "Percentage of calls within the performance thresholds",
"description": "Percentage of calls within Primary Data Holder performance thresholds. Note that Secondary Data Holder performance <b>MUST</b> be excluded from this metric.",
"x-conditional": [
"currentDay",
"previousDays"
Expand Down

0 comments on commit d96a2a7

Please sign in to comment.