WaveCDN API
Fetch all setups
Fetch all setups you have access to.
Request
GET https://api.wavecdn.com/v3/setup
Response
On success, you get the status code 200 and a list of your setups. For a detailed description of the setup tags, see Fetch a Setup.
<?xml version="1.0" encoding="UTF-8"?>
<setups>
<setup id="1">
<domain>testsetup1.wavecdn.net</domain>
<source>storage</source>
<storage>
<host>testsetup1.wavecdn.net</host>
<space>2000000000</space>
<user>testsetup1.wavecdn.net</user>
<password>9fJUSfXyyZHHSo</password>
</storage>
</setup>
<setup id="2">
<domain>testsetup2.wavecdn.de</domain>
<source>origin</source>
<origin_host_header>static.company.com</origin_host_header>
<origins>
<origin>
<id>3</id>
<setup_id>2</setup_id>
<host>server1.company.com</host>
<interface>normal</interface>
<normal_port>80</normal_port>
</origin>
</origins>
</setup>
</setups>

