Interface ImageApi
@Consumes("text/xml")
@Produces("text/xml")
public interface ImageApi
-
Method Summary
-
Method Details
-
getAllImages
- Returns:
- Outputs a list of all HDD and/or CD-ROM/DVD images existing on or uploaded to the ProfitBricks FTP server.
-
getImage
- Parameters:
identifier
- Image Id- Returns:
- Returns information about a HDD or CD-ROM/DVD (ISO) image.
-