Skip to content

Commit b9d1cbf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit fe2e0b5 of spec repo (#226)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 376769d commit b9d1cbf

File tree

47 files changed

+4314
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4314
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev2",
7-
"regenerated": "2021-01-13 15:26:23.348231",
8-
"spec_repo_commit": "426d7a0"
7+
"regenerated": "2021-01-13 20:15:32.702549",
8+
"spec_repo_commit": "fe2e0b5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev2",
12-
"regenerated": "2021-01-13 15:26:33.836090",
13-
"spec_repo_commit": "426d7a0"
12+
"regenerated": "2021-01-13 20:15:45.233550",
13+
"spec_repo_commit": "fe2e0b5"
1414
}
1515
}
1616
}

docs/v1/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ Class | Method | HTTP request | Description
206206
*PagerDutyIntegrationApi* | [**delete_pager_duty_integration_service**](PagerDutyIntegrationApi.md#delete_pager_duty_integration_service) | **DELETE** /api/v1/integration/pagerduty/configuration/services/{service_name} | Delete a single service object
207207
*PagerDutyIntegrationApi* | [**get_pager_duty_integration_service**](PagerDutyIntegrationApi.md#get_pager_duty_integration_service) | **GET** /api/v1/integration/pagerduty/configuration/services/{service_name} | Get a single service object
208208
*PagerDutyIntegrationApi* | [**update_pager_duty_integration_service**](PagerDutyIntegrationApi.md#update_pager_duty_integration_service) | **PUT** /api/v1/integration/pagerduty/configuration/services/{service_name} | Update a single service object
209+
*ServiceLevelObjectiveCorrectionsApi* | [**create_slo_correction**](ServiceLevelObjectiveCorrectionsApi.md#create_slo_correction) | **POST** /api/v1/slo/correction | Create an SLO correction
210+
*ServiceLevelObjectiveCorrectionsApi* | [**delete_slo_correction**](ServiceLevelObjectiveCorrectionsApi.md#delete_slo_correction) | **DELETE** /api/v1/slo/correction/{slo_correction_id} | Delete an SLO Correction
211+
*ServiceLevelObjectiveCorrectionsApi* | [**get_slo_correction**](ServiceLevelObjectiveCorrectionsApi.md#get_slo_correction) | **GET** /api/v1/slo/correction/{slo_correction_id} | Get an SLO correction for an SLO
212+
*ServiceLevelObjectiveCorrectionsApi* | [**list_slo_correction**](ServiceLevelObjectiveCorrectionsApi.md#list_slo_correction) | **GET** /api/v1/slo/correction | Get all SLO corrections
213+
*ServiceLevelObjectiveCorrectionsApi* | [**update_slo_correction**](ServiceLevelObjectiveCorrectionsApi.md#update_slo_correction) | **PATCH** /api/v1/slo/correction/{slo_correction_id} | Update an SLO Correction
209214
*ServiceLevelObjectivesApi* | [**check_can_delete_slo**](ServiceLevelObjectivesApi.md#check_can_delete_slo) | **GET** /api/v1/slo/can_delete | Check if SLOs can be safely deleted
210215
*ServiceLevelObjectivesApi* | [**create_slo**](ServiceLevelObjectivesApi.md#create_slo) | **POST** /api/v1/slo | Create a SLO object
211216
*ServiceLevelObjectivesApi* | [**delete_slo**](ServiceLevelObjectivesApi.md#delete_slo) | **DELETE** /api/v1/slo/{slo_id} | Delete a SLO
@@ -492,6 +497,18 @@ Class | Method | HTTP request | Description
492497
- [SLOBulkDeleteResponse](SLOBulkDeleteResponse.md)
493498
- [SLOBulkDeleteResponseData](SLOBulkDeleteResponseData.md)
494499
- [SLOBulkDeleteResponseErrors](SLOBulkDeleteResponseErrors.md)
500+
- [SLOCorrectionCategory](SLOCorrectionCategory.md)
501+
- [SLOCorrectionCreateRequest](SLOCorrectionCreateRequest.md)
502+
- [SLOCorrectionCreateRequestAttributes](SLOCorrectionCreateRequestAttributes.md)
503+
- [SLOCorrectionCreateRequestData](SLOCorrectionCreateRequestData.md)
504+
- [SLOCorrectionListResponse](SLOCorrectionListResponse.md)
505+
- [SLOCorrectionListResponseData](SLOCorrectionListResponseData.md)
506+
- [SLOCorrectionResponse](SLOCorrectionResponse.md)
507+
- [SLOCorrectionResponseAttributes](SLOCorrectionResponseAttributes.md)
508+
- [SLOCorrectionResponseData](SLOCorrectionResponseData.md)
509+
- [SLOCorrectionUpdateRequest](SLOCorrectionUpdateRequest.md)
510+
- [SLOCorrectionUpdateRequestAttributes](SLOCorrectionUpdateRequestAttributes.md)
511+
- [SLOCorrectionUpdateRequestData](SLOCorrectionUpdateRequestData.md)
495512
- [SLODeleteResponse](SLODeleteResponse.md)
496513
- [SLOErrorTimeframe](SLOErrorTimeframe.md)
497514
- [SLOHistoryMetrics](SLOHistoryMetrics.md)

docs/v1/SLOCorrectionCategory.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SLOCorrectionCategory
2+
3+
Category the SLO correction belongs to
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | **str** | Category the SLO correction belongs to | must be one of ["Scheduled Maintenance", "Outside Business Hours", "Deployment", "Other", ]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+

docs/v1/SLOCorrectionCreateRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SLOCorrectionCreateRequest
2+
3+
An object that defines a correction to be applied to an SLO
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**data** | [**SLOCorrectionCreateRequestData**](SLOCorrectionCreateRequestData.md) | | [optional]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# SLOCorrectionCreateRequestAttributes
2+
3+
The attribute object associated with the SLO correction to be created
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**category** | [**SLOCorrectionCategory**](SLOCorrectionCategory.md) | |
8+
**end** | **int** | Ending time of the correction in epoch seconds |
9+
**slo_id** | **str** | ID of the SLO that this correction will be applied to |
10+
**start** | **int** | Starting time of the correction in epoch seconds |
11+
**timezone** | **str** | Timezone of the timestamps provided |
12+
**description** | **str** | Description of the correction being made. | [optional]
13+
14+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
15+
16+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SLOCorrectionCreateRequestData
2+
3+
The data object associated with the SLO correction to be created
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**attributes** | [**SLOCorrectionCreateRequestAttributes**](SLOCorrectionCreateRequestAttributes.md) | | [optional]
8+
**type** | **str** | Should always be set to \&quot;correction\&quot; | [optional] if omitted the server will use the default value of "correction"
9+
10+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
11+
12+

docs/v1/SLOCorrectionListResponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SLOCorrectionListResponse
2+
3+
A list of SLO correction objects
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**data** | [**[SLOCorrectionListResponseData]**](SLOCorrectionListResponseData.md) | The list of of SLO corrections objects | [optional]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SLOCorrectionListResponseData
2+
3+
The response object of a list of SLO corrections
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) | | [optional]
8+
**id** | **str** | The ID of the SLO correction | [optional]
9+
**type** | **str** | Should always be set to \&quot;correction\&quot; | [optional] if omitted the server will use the default value of "correction"
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
12+
13+

docs/v1/SLOCorrectionResponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SLOCorrectionResponse
2+
3+
The response object of an SLO correction
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**data** | [**SLOCorrectionResponseData**](SLOCorrectionResponseData.md) | | [optional]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SLOCorrectionResponseAttributes
2+
3+
The attribute object associated with the SLO correction
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**category** | [**SLOCorrectionCategory**](SLOCorrectionCategory.md) | | [optional]
8+
**creator** | [**Creator**](Creator.md) | | [optional]
9+
**description** | **str** | Description of the correction being made. | [optional]
10+
**end** | **int** | Ending time of the correction in epoch seconds | [optional]
11+
**slo_id** | **str** | ID of the SLO that this correction will be applied to | [optional]
12+
**start** | **int** | Starting time of the correction in epoch seconds | [optional]
13+
**timezone** | **str** | Timezone of the timestamps provided | [optional]
14+
15+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
16+
17+

docs/v1/SLOCorrectionResponseData.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SLOCorrectionResponseData
2+
3+
The data object associated with the SLO correction
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**attributes** | [**SLOCorrectionResponseAttributes**](SLOCorrectionResponseAttributes.md) | | [optional]
8+
**id** | **str** | The ID of the SLO correction | [optional]
9+
**type** | **str** | Should always return \&quot;correction\&quot; | [optional]
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
12+
13+

docs/v1/SLOCorrectionUpdateRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SLOCorrectionUpdateRequest
2+
3+
An object that defines a correction to be applied to an SLO
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**data** | [**SLOCorrectionUpdateRequestData**](SLOCorrectionUpdateRequestData.md) | | [optional]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SLOCorrectionUpdateRequestAttributes
2+
3+
The attribute object associated with the SLO correction to be updated
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**category** | [**SLOCorrectionCategory**](SLOCorrectionCategory.md) | |
8+
**end** | **int** | Ending time of the correction in epoch seconds |
9+
**start** | **int** | Starting time of the correction in epoch seconds |
10+
**timezone** | **str** | Timezone of the timestamps provided |
11+
**description** | **str** | Description of the correction being made. | [optional]
12+
13+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
14+
15+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SLOCorrectionUpdateRequestData
2+
3+
The data object associated with the SLO correction to be updated
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**attributes** | [**SLOCorrectionUpdateRequestAttributes**](SLOCorrectionUpdateRequestAttributes.md) | | [optional]
8+
**type** | **str** | Should always be set to \&quot;correction\&quot; | [optional] if omitted the server will use the default value of "correction"
9+
10+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
11+
12+

0 commit comments

Comments
 (0)