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
+15-4
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ WebService::Fastly - an interface to most facets of the Fastly API (https://www.
4
4
5
5
# VERSION
6
6
7
-
6.11
7
+
7.00
8
8
9
9
10
10
# SYNOPSIS
@@ -102,7 +102,7 @@ Class | Method | Description
102
102
*BillingInvoicesApi* | [**get_month_to_date_invoice**](docs/BillingInvoicesApi.md#get_month_to_date_invoice) | Get month-to-date invoice.
103
103
*BillingInvoicesApi* | [**list_invoices**](docs/BillingInvoicesApi.md#list_invoices) | List of invoices.
104
104
*BillingUsageMetricsApi* | [**get_service_level_usage**](docs/BillingUsageMetricsApi.md#get_service_level_usage) | Retrieve service-level usage metrics for a product.
105
-
*BillingUsageMetricsApi* | [**get_service_level_usage_types**](docs/BillingUsageMetricsApi.md#get_service_level_usage_types) | Retrieve product usage types for a customer.
105
+
*BillingUsageMetricsApi* | [**get_usage_metrics**](docs/BillingUsageMetricsApi.md#get_usage_metrics) | Get monthly usage metrics
106
106
*CacheSettingsApi* | [**create_cache_settings**](docs/CacheSettingsApi.md#create_cache_settings) | Create a cache settings object
107
107
*CacheSettingsApi* | [**delete_cache_settings**](docs/CacheSettingsApi.md#delete_cache_settings) | Delete a cache settings object
108
108
*CacheSettingsApi* | [**get_cache_settings**](docs/CacheSettingsApi.md#get_cache_settings) | Get a cache settings object
@@ -240,6 +240,7 @@ Class | Method | Description
240
240
*IamUserGroupsApi* | [**update_a_user_group**](docs/IamUserGroupsApi.md#update_a_user_group) | Update a user group
241
241
*ImageOptimizerDefaultSettingsApi* | [**get_default_settings**](docs/ImageOptimizerDefaultSettingsApi.md#get_default_settings) | Get current Image Optimizer Default Settings
**description** | **string** | A description of the access key. |
12
+
**permission** | **string** | The permissions granted to an access key. |
13
+
**buckets** | **ARRAY[string]** | | [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)
**description** | **string** | Description for the access key. | [optional]
14
+
**permission** | **string** | Permissions granted to an access key. | [optional]
15
+
**buckets** | **ARRAY[string]** | | [optional]
16
+
**created_at** | **DateTime** | Date and time in ISO 8601 format. | [optional][readonly]
17
+
18
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: docs/AclsInComputeApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -327,7 +327,7 @@ Name | Type | Description | Notes
327
327
[[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)
my$product_id = "product_id_example"; # string | The product identifier for the metrics returned (e.g., `cdn_usage`). This field is not required for CSV requests.
38
37
my$usage_type_name = "usage_type_name_example"; # string | The usage type name for the metrics returned (e.g., `North America Requests`). This field is not required for CSV requests.
my$limit = '5'; # string | Number of results per page. The maximum is 100.
45
41
my$cursor = "cursor_example"; # string | Cursor value from the `next_cursor` field of a previous response, used to retrieve the next page. To request the first page, this should be empty.
**customer_id** | **string**| Alphanumeric string identifying the customer. |
61
56
**product_id** | **string**| The product identifier for the metrics returned (e.g., `cdn_usage`). This field is not required for CSV requests. |
62
57
**usage_type_name** | **string**| The usage type name for the metrics returned (e.g., `North America Requests`). This field is not required for CSV requests. |
63
-
**time_granularity** | **string**| |
64
-
**start_date** | **string**| | [optional]
65
-
**end_date** | **string**| | [optional]
66
58
**start_month** | **string**| | [optional]
67
59
**end_month** | **string**| | [optional]
68
60
**limit** | **string**| Number of results per page. The maximum is 100. | [optional][default to '5']
@@ -83,12 +75,12 @@ Name | Type | Description | Notes
83
75
84
76
[[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)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**country_chr** | **double** | The cache hit ratio for the country. | [optional]
12
+
**country_error_rate** | **double** | The error rate for the country. | [optional]
13
+
**country_request_rate** | **double** | This country's percentage of the total requests. | [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)
**rate** | **double** | The rate at which the value in the current dimension occurs. | [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)
**browser** | **string** | The client's browser for this dimension. | [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)
0 commit comments