Edge data storage-Config store

Number of APIs: 7

  1. List config stores GET {{fastly_url}}/resources/stores/config?name

  2. Create a config store POST {{fastly_url}}/resources/stores/config

  3. Describe a config store GET {{fastly_url}}/resources/stores/config/{{config_store_id}}

  4. Update a config store PUT {{fastly_url}}/resources/stores/config/{{config_store_id}}

  5. Delete a config store DELETE {{fastly_url}}/resources/stores/config/{{config_store_id}}

  6. Get config store metadata GET {{fastly_url}}/resources/stores/config/{{config_store_id}}/info

  7. List linked services GET {{fastly_url}}/resources/stores/config/{{config_store_id}}/services