Note
All URIs are relative to https://api.fastly.com
Method | HTTP request | Description |
---|---|---|
get_dictionary_info | GET /service/{service_id}/version/{version_id}/dictionary/{dictionary_id}/info | Get edge dictionary metadata |
Retrieve metadata for a single dictionary by ID for a version and service.
let cfg = &Configuration::default();
let params = GetDictionaryInfoParams {
// parameters
};
get_dictionary_info(cfg, params)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
service_id | String | Alphanumeric string identifying the service. | [required] | |
version_id | i32 | Integer identifying a service version. | [required] | |
dictionary_id | String | Alphanumeric string identifying a Dictionary. | [required] |
crate::models::DictionaryInfoResponse
- Content-Type: Not defined
- Accept: application/json