Edge data storage-KV store
Number of APIs: 4
-
List KV stores GET {{fastly_url}}/resources/stores/kv?cursor&limit
-
Create a KV store POST {{fastly_url}}/resources/stores/kv?location
-
Describe a KV store GET {{fastly_url}}/resources/stores/kv/{{store_id}}
-
Delete a KV store DELETE {{fastly_url}}/resources/stores/kv/{{store_id}}