(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.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "integer", "description": "The ID of the storage zone" }, "dateFrom": { "type": "string", "description": "(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned." }, "dateTo": { "type": "string", "description": "(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned." } }, "required": [ "PCID", "id" ]}
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
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "Name": { "type": "string", "description": "The name of the storage zone" }, "Region": { "type": "string", "description": "The code of the main storage zone region (Possible values: DE, NY, LA, SG)" }, "ReplicationRegions": { "type": "array", "items": { "type": "string" }, "description": "The code of the main storage zone region (Possible values: DE, NY, LA, SG, SYD)" }, "StorageZoneType": { "type": "integer", "description": "The Storage Zone S3 support type", "enum": [ 0, 1 ] }, "ZoneTier": { "type": "integer", "description": "Determines the storage zone tier that will be storing the data", "enum": [ 0, 1 ] } }, "required": [ "PCID", "Name", "Region" ]}
Determines the name of the zone that we are checking
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "Name": { "type": "string", "description": "Determines the name of the zone that we are checking" } }, "required": [ "PCID" ]}
Deletes all pull zones linked to this storage zone (default behavior)
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "integer", "description": "The Storage Zone ID that should be deleted" }, "deleteLinkedPullZones": { "type": "boolean", "description": "Deletes all pull zones linked to this storage zone (default behavior)" } }, "required": [ "PCID", "id" ]}
The ID of the Storage Zone that should be returned
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "integer", "description": "The ID of the Storage Zone that should be returned" } }, "required": [ "PCID", "id" ]}
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
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "page": { "type": "integer", "description": "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": { "type": "integer", "description": "Number of results per page" }, "includeDeleted": { "type": "boolean", "description": "Include Deleted" }, "search": { "type": "string", "description": "The search term that will be used to filter the results" } }, "required": [ "PCID" ]}
The ID of the storage zone that should have the password reset
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "integer", "description": "The ID of the storage zone that should have the password reset" } }, "required": [ "PCID", "id" ]}
The ID of the storage zone that should have the read-only password reset
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "integer", "description": "The ID of the storage zone that should have the read-only password reset" } }, "required": [ "PCID", "id" ]}
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
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "id": { "type": "integer", "description": "The ID of the storage zone that should be updated" }, "Custom404FilePath": { "type": "string", "description": "The path to the custom file that will be returned in a case of 404" }, "OriginUrl": { "type": "string", "description": "The origin URL of the storage zone" }, "ReplicationZones": { "type": "array", "items": { "type": "string" }, "description": "The list of replication zones enabld for the storage zone" }, "Rewrite404To200": { "type": "boolean", "description": "Rewrite 404 status code to 200 for URLs without extension" } }, "required": [ "PCID", "id" ]}