You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*ServiceLevelObjectivesApi* | [**get_slo**](ServiceLevelObjectivesApi.md#get_slo) | **GET** /api/v1/slo/{slo_id} | Get a SLO's details
214
214
*ServiceLevelObjectivesApi* | [**get_slo_history**](ServiceLevelObjectivesApi.md#get_slo_history) | **GET** /api/v1/slo/{slo_id}/history | Get an SLO's history
[**update_slo**](ServiceLevelObjectivesApi.md#update_slo) | **PUT** /api/v1/slo/{slo_id} | Update a SLO
15
15
16
16
@@ -563,8 +563,8 @@ Name | Type | Description | Notes
563
563
564
564
[[Back to top]](#)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to Model list]](README.md#documentation-for-models)[[Back to README]](README.md)
565
565
566
-
# **list_sl_os**
567
-
> SLOListResponse list_sl_os(ids)
566
+
# **list_slos**
567
+
> SLOListResponse list_slos(ids)
568
568
569
569
Search SLOs
570
570
@@ -613,10 +613,10 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
613
613
# example passing only required values which don't have defaults set
614
614
try:
615
615
# Search SLOs
616
-
api_response = api_instance.list_sl_os(ids)
616
+
api_response = api_instance.list_slos(ids)
617
617
pprint(api_response)
618
618
except datadog_api_client.v1.ApiException as e:
619
-
print("Exception when calling ServiceLevelObjectivesApi->list_sl_os: %s\n"% e)
619
+
print("Exception when calling ServiceLevelObjectivesApi->list_slos: %s\n"% e)
0 commit comments