| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_backends_ipv4_DELETE(String serviceName,
String ipv4)
Remove a backend from the zone
REST: DELETE /cdn/website/{serviceName}/zone/backends/{ipv4}
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_backends_ipv4_tasks_taskId_GET(String serviceName,
String ipv4,
Long taskId)
Get this object properties
REST: GET /cdn/website/{serviceName}/zone/backends/{ipv4}/tasks/{taskId}
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_backends_POST(String serviceName,
String ipv4)
Configure a backend on the zone
REST: POST /cdn/website/{serviceName}/zone/backends
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_DELETE(String serviceName)
Remove a zone from the CDN
REST: DELETE /cdn/website/{serviceName}/zone
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_domains_domain_DELETE(String serviceName,
String domain)
Remove a domain from the CDN
REST: DELETE /cdn/website/{serviceName}/zone/domains/{domain}
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_domains_domain_flush_POST(String serviceName,
String domain)
Flush all cache
REST: POST /cdn/website/{serviceName}/zone/domains/{domain}/flush
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_domains_domain_tasks_taskId_GET(String serviceName,
String domain,
Long taskId)
Get this object properties
REST: GET /cdn/website/{serviceName}/zone/domains/{domain}/tasks/{taskId}
|
OvhTask |
ApiOvhCdnwebsite.serviceName_zone_tasks_taskId_GET(String serviceName,
Long taskId)
Get this object properties
REST: GET /cdn/website/{serviceName}/zone/tasks/{taskId}
|
Copyright © 2018. All rights reserved.