Overview
The Fastedge service provides a complete edge computing platform that allows you to deploy WebAssembly applications at the CDN edge. It manages edge applications, binaries, secrets, key-value stores, templates, and statistics.Service Structure
TheFastedgeService includes the following sub-services:
- Apps - FastEdge applications that combine WebAssembly binaries with configuration, environment variables, and secrets
- Binaries - Immutable WebAssembly modules that implement edge application logic
- Secrets - Secure storage for sensitive values like API keys and tokens
- KvStores - Key-value edge storage for applications
- Templates - Application templates for quick deployment
- Statistics - Usage statistics and metrics for edge applications
Get Account Overview
Retrieve the current status, limits, and consumption metrics for your Fastedge account.Response
Actual allowed number of apps
Status code:
1- enabled2- disabled3- hourly call limit exceeded4- daily call limit exceeded5- suspended
Plan ID
Plan name
Actual number of calls for all apps during the current day (UTC)
Actual number of calls for all apps during the current hour
Actual number of calls for all apps during the current calendar month (UTC)
List of enabled networks
Status Codes
The Fastedge service uses the following status codes for accounts and applications:| Code | Description |
|---|---|
| 0 | Draft (inactive) - for apps only |
| 1 | Enabled |
| 2 | Disabled |
| 3 | Hourly call limit exceeded |
| 4 | Daily call limit exceeded |
| 5 | Suspended |
