From 76863e958f4c034479fc35cc1e6d32db6616c3bc Mon Sep 17 00:00:00 2001 From: chandra1-n <86221454+chandra1-n@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:11:07 +0530 Subject: [PATCH] Update __init__.py --- spotinst_sdk2/clients/ocean/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotinst_sdk2/clients/ocean/__init__.py b/spotinst_sdk2/clients/ocean/__init__.py index fb41e7ac..19f4a754 100644 --- a/spotinst_sdk2/clients/ocean/__init__.py +++ b/spotinst_sdk2/clients/ocean/__init__.py @@ -1976,7 +1976,7 @@ def get_aggregated_summary_costs(self, ocean_id: str, aggregated_cluster_costs: aggregated_summary_costs_response = self.send_post( body=body_json, url=self.__base_ocean_cluster_url + "/" + ocean_id + "/aggregatedCosts/summary", - entity_name='ocean (display summary costs)') + entity_name='ocean (aggregated summary costs)') formatted_response = self.convert_json( aggregated_summary_costs_response, self.camel_to_underscore)