/bunnycdn-storage | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
bunnycdn_storage_get_storagezone_statistics_endpoint_storage_zone_statistics | Get Storage Zone Statistics |
bunnycdn_storage_zone_public_add | Add Storage Zone |
bunnycdn_storage_zone_public_check_availability | Check the storage zone availability |
bunnycdn_storage_zone_public_delete | Delete Storage Zone |
bunnycdn_storage_zone_public_index | Get Storage Zone |
bunnycdn_storage_zone_public_index_all | List Storage Zones |
bunnycdn_storage_zone_public_reset_password | Reset Password |
bunnycdn_storage_zone_public_reset_read_only_password | Reset Read-Only Password |
bunnycdn_storage_zone_public_update | Update Storage Zone |
bunnycdn_storage_get_storagezone_statistics_endpoint_storage_zone_statistics
Get Storage Zone Statistics Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | The ID of the storage zone |
dateFrom | string | No | — | (Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned. |
dateTo | string | No | — | (Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned. |
bunnycdn_storage_zone_public_add
Add Storage Zone Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Name | string | Yes | — | The name of the storage zone |
Region | string | Yes | — | The code of the main storage zone region (Possible values: DE, NY, LA, SG) |
ReplicationRegions | string[] | No | — | The code of the main storage zone region (Possible values: DE, NY, LA, SG, SYD) |
StorageZoneType | integer | No | — | The Storage Zone S3 support type |
ZoneTier | integer | No | — | Determines the storage zone tier that will be storing the data |
bunnycdn_storage_zone_public_check_availability
Check the storage zone availability Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
Name | string | No | — | Determines the name of the zone that we are checking |
bunnycdn_storage_zone_public_delete
Delete Storage Zone Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | The Storage Zone ID that should be deleted |
deleteLinkedPullZones | boolean | No | — | Deletes all pull zones linked to this storage zone (default behavior) |
bunnycdn_storage_zone_public_index
Get Storage Zone Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | The ID of the Storage Zone that should be returned |
bunnycdn_storage_zone_public_index_all
List Storage Zones Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page | integer | No | — | The page number to return. When set to 0 (default), all items are returned as a plain array. When set to a value greater than 0, items are returned in a paginated response object. |
perPage | integer | No | — | Number of results per page |
includeDeleted | boolean | No | — | Include Deleted |
search | string | No | — | The search term that will be used to filter the results |
bunnycdn_storage_zone_public_reset_password
Reset Password Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | The ID of the storage zone that should have the password reset |
bunnycdn_storage_zone_public_reset_read_only_password
Reset Read-Only Password Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | The ID of the storage zone that should have the read-only password reset |
bunnycdn_storage_zone_public_update
Update Storage Zone Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | integer | Yes | — | The ID of the storage zone that should be updated |
Custom404FilePath | string | No | — | The path to the custom file that will be returned in a case of 404 |
OriginUrl | string | No | — | The origin URL of the storage zone |
ReplicationZones | string[] | No | — | The list of replication zones enabld for the storage zone |
Rewrite404To200 | boolean | No | — | Rewrite 404 status code to 200 for URLs without extension |

