voxel.voxcloud.facilities.list

Returns a list of all the facility labels that the customer can use to provision a new VoxCLOUD host with voxcloud.create.

Parameters

None

Example Response

<rsp stat="ok">
    <facilities>
        <facility label="AMS2" available="true">
            <description>Amsterdam</description>
        </facility>
        <facility label="LGA6" available="true">
            <description>New York</description>
        </facility>
    </facilities>
</rsp>

Notes

The output of this call is identically formatted to that of voxservers.facilities.list. If no facilities are returned, you may not have been allocated quotas to provision VoxSERVERs at any of Voxel's facilities; contact support@voxel.net for assistance.

Method Specific Error Codes

None