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
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Class | Method | Description
107
107
*BillingInvoicesApi* | [**get_month_to_date_invoice**](docs/BillingInvoicesApi.md#get_month_to_date_invoice) | Get month-to-date invoice.
108
108
*BillingInvoicesApi* | [**list_invoices**](docs/BillingInvoicesApi.md#list_invoices) | List of invoices.
109
109
*BillingUsageMetricsApi* | [**get_service_level_usage**](docs/BillingUsageMetricsApi.md#get_service_level_usage) | Retrieve service-level usage metrics for a product.
110
-
*BillingUsageMetricsApi* | [**get_service_level_usage_types**](docs/BillingUsageMetricsApi.md#get_service_level_usage_types) | Retrieve product usage types for a customer.
110
+
*BillingUsageMetricsApi* | [**get_usage_metrics**](docs/BillingUsageMetricsApi.md#get_usage_metrics) | Get monthly usage metrics
111
111
*CacheSettingsApi* | [**create_cache_settings**](docs/CacheSettingsApi.md#create_cache_settings) | Create a cache settings object
112
112
*CacheSettingsApi* | [**delete_cache_settings**](docs/CacheSettingsApi.md#delete_cache_settings) | Delete a cache settings object
113
113
*CacheSettingsApi* | [**get_cache_settings**](docs/CacheSettingsApi.md#get_cache_settings) | Get a cache settings object
@@ -245,6 +245,7 @@ Class | Method | Description
245
245
*IamUserGroupsApi* | [**update_a_user_group**](docs/IamUserGroupsApi.md#update_a_user_group) | Update a user group
246
246
*ImageOptimizerDefaultSettingsApi* | [**get_default_settings**](docs/ImageOptimizerDefaultSettingsApi.md#get_default_settings) | Get current Image Optimizer Default Settings
**description** | **str** | A description of the access key. |
8
+
**permission** | **str** | The permissions granted to an access key. |
9
+
**buckets** | **[str]** | | [optional]
10
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**description** | **str** | Description for the access key. | [optional]
10
+
**permission** | **str** | Permissions granted to an access key. | [optional]
11
+
**buckets** | **[str]** | | [optional]
12
+
**created_at** | **datetime, none_type** | Date and time in ISO 8601 format. | [optional][readonly]
13
+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)
customer_id ="x4xCwxxJxGCx123Rx5xTx"# str | Alphanumeric string identifying the customer.
52
51
product_id ="product_id_example"# str | The product identifier for the metrics returned (e.g., `cdn_usage`). This field is not required for CSV requests.
53
52
usage_type_name ="usage_type_name_example"# str | The usage type name for the metrics returned (e.g., `North America Requests`). This field is not required for CSV requests.
54
-
time_granularity ="month"# str |
55
-
start_date ="2023-01-01"# str | (optional)
56
-
end_date ="2023-01-31"# str | (optional)
57
53
start_month ="2023-01"# str | (optional)
58
54
end_month ="2023-03"# str | (optional)
59
55
limit ="5"# str | Number of results per page. The maximum is 100. (optional) if omitted the server will use the default value of "5"
@@ -62,7 +58,7 @@ with fastly.ApiClient(configuration) as api_client:
62
58
# example passing only required values which don't have defaults set
63
59
try:
64
60
# Retrieve service-level usage metrics for a product.
**customer_id** | **str**| Alphanumeric string identifying the customer. |
86
81
**product_id** | **str**| The product identifier for the metrics returned (e.g., `cdn_usage`). This field is not required for CSV requests. |
87
82
**usage_type_name** | **str**| The usage type name for the metrics returned (e.g., `North America Requests`). This field is not required for CSV requests. |
88
-
**time_granularity** | **str**| |
89
-
**start_date** | **str**| | [optional]
90
-
**end_date** | **str**| | [optional]
91
83
**start_month** | **str**| | [optional]
92
84
**end_month** | **str**| | [optional]
93
85
**limit** | **str**| Number of results per page. The maximum is 100. | [optional] if omitted the server will use the default value of "5"
@@ -118,12 +110,12 @@ Name | Type | Description | Notes
118
110
119
111
[[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)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9
10
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)
0 commit comments