Fastly
Website: https://manage.fastly.com/ API Reference: https://www.fastly.com/documentation/reference/api/
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
fastly_api_token | string | Fastly API Token. Your Fastly API token. You can generate this token in the Fastly web interface under Account Settings or via the Fastly API. Ensure the token has the appropriate scope for your use case. | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
current_user | id | No pagination | ✅ | ✅ |
service | id | DefaultPaginator | ✅ | ✅ |
service_details | id | DefaultPaginator | ✅ | ✅ |
service_version | uuid | DefaultPaginator | ✅ | ✅ |
service_dictionaries | id | DefaultPaginator | ✅ | ✅ |
service_backend | uuid | DefaultPaginator | ✅ | ✅ |
service_domain | uuid | DefaultPaginator | ✅ | ✅ |
service_acl | uuid | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
fastly_api_token
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-09 | 57528 | Initial release by @btkcodedev via Connector Builder |