Chapter 20. Compliance Service
20.1. Compliance Service Copy linkLink copied to clipboard!
20.1.1. GetAggregatedResults Copy linkLink copied to clipboard!
GET /v1/compliance/aggregatedresults
20.1.1.1. Description Copy linkLink copied to clipboard!
20.1.1.2. Parameters Copy linkLink copied to clipboard!
20.1.1.2.1. Query Parameters Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| groupBy |
| - | null | |
| unit | - | UNKNOWN | ||
| where.query | - | null | ||
| where.pagination.limit | - | null | ||
| where.pagination.offset | - | null | ||
| where.pagination.sortOption.field | - | null | ||
| where.pagination.sortOption.reversed | - | null | ||
| where.pagination.sortOption.aggregateBy.aggrFunc | - | UNSET | ||
| where.pagination.sortOption.aggregateBy.distinct | - | null |
20.1.1.3. Return Type Copy linkLink copied to clipboard!
20.1.1.4. Content Type Copy linkLink copied to clipboard!
- application/json
20.1.1.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
20.1.1.6. Samples Copy linkLink copied to clipboard!
20.1.2. GetRunResults Copy linkLink copied to clipboard!
GET /v1/compliance/runresults
20.1.2.1. Description Copy linkLink copied to clipboard!
20.1.2.2. Parameters Copy linkLink copied to clipboard!
20.1.2.2.1. Query Parameters Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| clusterId | - | null | ||
| standardId | - | null | ||
| runId | Specifies the run ID for which to return results. If empty, the most recent run is returned. CAVEAT: Setting this field circumvents the results cache on the server-side, which may lead to significantly increased memory pressure and decreased performance. | - | null |
20.1.2.3. Return Type Copy linkLink copied to clipboard!
20.1.2.4. Content Type Copy linkLink copied to clipboard!
- application/json
20.1.2.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
20.1.2.6. Samples Copy linkLink copied to clipboard!
20.1.3. GetStandard Copy linkLink copied to clipboard!
GET /v1/compliance/standards/{id}
20.1.3.1. Description Copy linkLink copied to clipboard!
20.1.3.2. Parameters Copy linkLink copied to clipboard!
20.1.3.2.1. Path Parameters Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| id | X | null |
20.1.3.3. Return Type Copy linkLink copied to clipboard!
20.1.3.4. Content Type Copy linkLink copied to clipboard!
- application/json
20.1.3.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
20.1.3.6. Samples Copy linkLink copied to clipboard!
20.1.4. GetStandards Copy linkLink copied to clipboard!
GET /v1/compliance/standards
20.1.4.1. Description Copy linkLink copied to clipboard!
20.1.4.2. Parameters Copy linkLink copied to clipboard!
20.1.4.3. Return Type Copy linkLink copied to clipboard!
20.1.4.4. Content Type Copy linkLink copied to clipboard!
- application/json
20.1.4.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. | |
| 0 | An unexpected error response. |
20.1.4.6. Samples Copy linkLink copied to clipboard!
20.1.5. UpdateComplianceStandardConfig Copy linkLink copied to clipboard!
PATCH /v1/compliance/standards/{id}
20.1.5.1. Description Copy linkLink copied to clipboard!
20.1.5.2. Parameters Copy linkLink copied to clipboard!
20.1.5.2.1. Path Parameters Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| id | X | null |
20.1.5.2.2. Body Parameter Copy linkLink copied to clipboard!
| Name | Description | Required | Default | Pattern |
|---|---|---|---|---|
| body | X |
20.1.5.3. Return Type Copy linkLink copied to clipboard!
Object
20.1.5.4. Content Type Copy linkLink copied to clipboard!
- application/json
20.1.5.5. Responses Copy linkLink copied to clipboard!
| Code | Message | Datatype |
|---|---|---|
| 200 | A successful response. |
|
| 0 | An unexpected error response. |