File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def alert_definitions(
153153 self ,
154154 * filters ,
155155 service_type : Optional [str ] = None ,
156- ) -> Union [PaginatedList , AlertDefinition ]:
156+ ) -> Union [PaginatedList ]:
157157 """
158158 Retrieve alert definitions.
159159
Original file line number Diff line number Diff line change @@ -318,9 +318,9 @@ class AlertDefinition(DerivedBase):
318318 API Documentation: https://techdocs.akamai.com/linode-api/reference/get-alert-definition
319319 """
320320
321- api_endpoint = "/monitor/services/{service_type }/alert-definitions/{id}"
321+ api_endpoint = "/monitor/services/{service }/alert-definitions/{id}"
322322 derived_url_path = "alert-definitions"
323- parent_id_name = "service_type "
323+ parent_id_name = "service "
324324 id_attribute = "id"
325325
326326 properties = {
You can’t perform that action at this time.
0 commit comments