QuantCDN · Capability
QuantCDN API — Volumes
QuantCDN API — Volumes. 4 operations. Lead operation: Get all volumes for an environment. Self-contained Naftiko capability covering one Quantcdn business surface.
What You Can Do
GET
Listvolumes
— Get all volumes for an environment
/v1/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/volumes
POST
Createvolume
— Create a new volume
/v1/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/volumes
DELETE
Deletevolume
— Delete a volume
/v1/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/volumes/{volume}
GET
Getvolume
— Get a volume
/v1/api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/volumes/{volume}
MCP Tools
get-all-volumes-environment
Get all volumes for an environment
read-only
idempotent
create-new-volume
Create a new volume
delete-volume
Delete a volume
idempotent
get-volume
Get a volume
read-only
idempotent