As access to the Fastly account is not available, all interactions with your service and statistics must be conducted through the Fastly API or Fastly CLI. For further information, please refer to the following documentation: Fastly CLI Documentation and Fastly API Documentation.
If you are utilizing Fastly through Platform.sh, your Fastly credentials can be located within your environment.
To access your project via SSH, please utilize the following CLI command:
-
platform ssh
- Run the following command:
curl --silent -H "Fastly-Key: $FASTLY_API_TOKEN" "https://api.fastly.com/stats" | jq '.[]'
You can find out more about Fastly's statistics here.