Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-01-13 15:26:31.275709",
"spec_repo_commit": "426d7a0"
"regenerated": "2021-01-13 20:16:01.073732",
"spec_repo_commit": "fe2e0b5"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-01-13 15:26:41.380079",
"spec_repo_commit": "426d7a0"
"regenerated": "2021-01-13 20:16:11.121788",
"spec_repo_commit": "fe2e0b5"
}
}
}
17 changes: 17 additions & 0 deletions api_docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ Class | Method | HTTP request | Description
*PagerDutyIntegrationApi* | [**deletePagerDutyIntegrationService**](PagerDutyIntegrationApi.md#deletePagerDutyIntegrationService) | **DELETE** /api/v1/integration/pagerduty/configuration/services/{service_name} | Delete a single service object
*PagerDutyIntegrationApi* | [**getPagerDutyIntegrationService**](PagerDutyIntegrationApi.md#getPagerDutyIntegrationService) | **GET** /api/v1/integration/pagerduty/configuration/services/{service_name} | Get a single service object
*PagerDutyIntegrationApi* | [**updatePagerDutyIntegrationService**](PagerDutyIntegrationApi.md#updatePagerDutyIntegrationService) | **PUT** /api/v1/integration/pagerduty/configuration/services/{service_name} | Update a single service object
*ServiceLevelObjectiveCorrectionsApi* | [**createSLOCorrection**](ServiceLevelObjectiveCorrectionsApi.md#createSLOCorrection) | **POST** /api/v1/slo/correction | Create an SLO correction
*ServiceLevelObjectiveCorrectionsApi* | [**deleteSLOCorrection**](ServiceLevelObjectiveCorrectionsApi.md#deleteSLOCorrection) | **DELETE** /api/v1/slo/correction/{slo_correction_id} | Delete an SLO Correction
*ServiceLevelObjectiveCorrectionsApi* | [**getSLOCorrection**](ServiceLevelObjectiveCorrectionsApi.md#getSLOCorrection) | **GET** /api/v1/slo/correction/{slo_correction_id} | Get an SLO correction for an SLO
*ServiceLevelObjectiveCorrectionsApi* | [**listSLOCorrection**](ServiceLevelObjectiveCorrectionsApi.md#listSLOCorrection) | **GET** /api/v1/slo/correction | Get all SLO corrections
*ServiceLevelObjectiveCorrectionsApi* | [**updateSLOCorrection**](ServiceLevelObjectiveCorrectionsApi.md#updateSLOCorrection) | **PATCH** /api/v1/slo/correction/{slo_correction_id} | Update an SLO Correction
*ServiceLevelObjectivesApi* | [**checkCanDeleteSLO**](ServiceLevelObjectivesApi.md#checkCanDeleteSLO) | **GET** /api/v1/slo/can_delete | Check if SLOs can be safely deleted
*ServiceLevelObjectivesApi* | [**createSLO**](ServiceLevelObjectivesApi.md#createSLO) | **POST** /api/v1/slo | Create a SLO object
*ServiceLevelObjectivesApi* | [**deleteSLO**](ServiceLevelObjectivesApi.md#deleteSLO) | **DELETE** /api/v1/slo/{slo_id} | Delete a SLO
Expand Down Expand Up @@ -378,6 +383,18 @@ Class | Method | HTTP request | Description
- [SLOBulkDeleteResponse](SLOBulkDeleteResponse.md)
- [SLOBulkDeleteResponseData](SLOBulkDeleteResponseData.md)
- [SLOBulkDeleteResponseErrors](SLOBulkDeleteResponseErrors.md)
- [SLOCorrectionCategory](SLOCorrectionCategory.md)
- [SLOCorrectionCreateRequest](SLOCorrectionCreateRequest.md)
- [SLOCorrectionCreateRequestAttributes](SLOCorrectionCreateRequestAttributes.md)
- [SLOCorrectionCreateRequestData](SLOCorrectionCreateRequestData.md)
- [SLOCorrectionListResponse](SLOCorrectionListResponse.md)
- [SLOCorrectionListResponseData](SLOCorrectionListResponseData.md)
- [SLOCorrectionResponse](SLOCorrectionResponse.md)
- [SLOCorrectionResponseAttributes](SLOCorrectionResponseAttributes.md)
- [SLOCorrectionResponseData](SLOCorrectionResponseData.md)
- [SLOCorrectionUpdateRequest](SLOCorrectionUpdateRequest.md)
- [SLOCorrectionUpdateRequestAttributes](SLOCorrectionUpdateRequestAttributes.md)
- [SLOCorrectionUpdateRequestData](SLOCorrectionUpdateRequestData.md)
- [SLODeleteResponse](SLODeleteResponse.md)
- [SLOErrorTimeframe](SLOErrorTimeframe.md)
- [SLOHistoryMetrics](SLOHistoryMetrics.md)
Expand Down
17 changes: 17 additions & 0 deletions api_docs/v1/SLOCorrectionCategory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


# SLOCorrectionCategory

## Enum


* `SCHEDULED_MAINTENANCE` (value: `"Scheduled Maintenance"`)

* `OUTSIDE_BUSINESS_HOURS` (value: `"Outside Business Hours"`)

* `DEPLOYMENT` (value: `"Deployment"`)

* `OTHER` (value: `"Other"`)



13 changes: 13 additions & 0 deletions api_docs/v1/SLOCorrectionCreateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# SLOCorrectionCreateRequest

An object that defines a correction to be applied to an SLO
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**SLOCorrectionCreateRequestData**](SLOCorrectionCreateRequestData.md) | | [optional]



18 changes: 18 additions & 0 deletions api_docs/v1/SLOCorrectionCreateRequestAttributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# SLOCorrectionCreateRequestAttributes

The attribute object associated with the SLO correction to be created
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **SLOCorrectionCategory** | |
**description** | **String** | Description of the correction being made. | [optional]
**end** | **Long** | Ending time of the correction in epoch seconds |
**sloId** | **String** | ID of the SLO that this correction will be applied to |
**start** | **Long** | Starting time of the correction in epoch seconds |
**timezone** | **String** | Timezone of the timestamps provided |



14 changes: 14 additions & 0 deletions api_docs/v1/SLOCorrectionCreateRequestData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# SLOCorrectionCreateRequestData

The data object associated with the SLO correction to be created
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**SLOCorrectionCreateRequestAttributes**](SLOCorrectionCreateRequestAttributes.md) | | [optional]
**type** | **String** | Should always be set to \"correction\" | [optional]



13 changes: 13 additions & 0 deletions api_docs/v1/SLOCorrectionListResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# SLOCorrectionListResponse

A list of SLO correction objects
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**List<SLOCorrectionListResponseData>**](SLOCorrectionListResponseData.md) | The list of of SLO corrections objects | [optional]



15 changes: 15 additions & 0 deletions api_docs/v1/SLOCorrectionListResponseData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# SLOCorrectionListResponseData

The response object of a list of SLO corrections
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) | | [optional]
**id** | **String** | The ID of the SLO correction | [optional]
**type** | **String** | Should always be set to \"correction\" | [optional]



13 changes: 13 additions & 0 deletions api_docs/v1/SLOCorrectionResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# SLOCorrectionResponse

The response object of an SLO correction
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**SLOCorrectionResponseData**](SLOCorrectionResponseData.md) | | [optional]



19 changes: 19 additions & 0 deletions api_docs/v1/SLOCorrectionResponseAttributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


# SLOCorrectionResponseAttributes

The attribute object associated with the SLO correction
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **SLOCorrectionCategory** | | [optional]
**creator** | [**Creator**](Creator.md) | | [optional]
**description** | **String** | Description of the correction being made. | [optional]
**end** | **Long** | Ending time of the correction in epoch seconds | [optional]
**sloId** | **String** | ID of the SLO that this correction will be applied to | [optional]
**start** | **Long** | Starting time of the correction in epoch seconds | [optional]
**timezone** | **String** | Timezone of the timestamps provided | [optional]



15 changes: 15 additions & 0 deletions api_docs/v1/SLOCorrectionResponseData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# SLOCorrectionResponseData

The data object associated with the SLO correction
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) | | [optional]
**id** | **String** | The ID of the SLO correction | [optional]
**type** | **String** | Should always return \"correction\" | [optional]



13 changes: 13 additions & 0 deletions api_docs/v1/SLOCorrectionUpdateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


# SLOCorrectionUpdateRequest

An object that defines a correction to be applied to an SLO
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**SLOCorrectionUpdateRequestData**](SLOCorrectionUpdateRequestData.md) | | [optional]



17 changes: 17 additions & 0 deletions api_docs/v1/SLOCorrectionUpdateRequestAttributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


# SLOCorrectionUpdateRequestAttributes

The attribute object associated with the SLO correction to be updated
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**category** | **SLOCorrectionCategory** | |
**description** | **String** | Description of the correction being made. | [optional]
**end** | **Long** | Ending time of the correction in epoch seconds |
**start** | **Long** | Starting time of the correction in epoch seconds |
**timezone** | **String** | Timezone of the timestamps provided |



14 changes: 14 additions & 0 deletions api_docs/v1/SLOCorrectionUpdateRequestData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# SLOCorrectionUpdateRequestData

The data object associated with the SLO correction to be updated
## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**SLOCorrectionUpdateRequestAttributes**](SLOCorrectionUpdateRequestAttributes.md) | | [optional]
**type** | **String** | Should always be set to \"correction\" | [optional]



Loading