Release 106
From Hostway API Documentation
Revision as of 13:17, 24 July 2015 by Mike.robski (Talk | contribs)
Release 106 - 05/06/2015
List of changes in Release 106.
download this article as a PDF book
New API calls
GET /accounts/{accountId}/attributes/{attribute}
- Gets attribute using Account ID
GET /accounts/{accountId}/os-security-groups
- Lists existing firewall groups.
POST /accounts/{accountId}/os-security-groups
- Creates new firewall group.
POST /accounts/{accountId}/os-security-group-rules
- Creates new firewall group rule.
DELETE /accounts/{accountId}/os-security-group-rules/{ruleId}
- Deletes firewall group rule.
GET /accounts/{accountId}/os-security-groups/{groupId}
- Lists the details for the specified firewall group.
PUT /accounts/{accountId}/os-security-groups/{groupId}
- Updates display name and/or description of the specified firewall group.
DELETE /accounts/{accountId}/os-security-groups/{groupId}
- Deletes the specified firewall group.
GET /accounts/{accountNumber}/web/{domainName}/error404
- Gets error page content and status.
PUT /accounts/{accountNumber}/web/{domainName}/error404
- Adds/updates error page for a domain.
DELETE /accounts/{accountNumber}/web/{domainName}/error404
- Deletes error page from domain.
PUT /accounts/{accountNumber}/web/{domainName}/ftp
- Adds ftp account.
POST /accounts/{accountNumber}/web/{domainName}/ftp
- Updates ftp account.
DELETE /accounts/{accountNumber}/web/{domainName}/ftp
- Deletes ftp account.
GET /accounts/{accountNumber}/web/{domainName}/php
- Checks if PHP feature is enabled for a domain.
POST /accounts/{accountNumber}/web/{domainName}/php
- Adds PHP feature to a domain.
PUT /accounts/{accountNumber}/web/{domainName}/php
- Adds PHP feature to a domain.
DELETE /accounts/{accountNumber}/web/{domainName}/php
- Deletes PHP feature from domain.
PUT /accounts/{accountNumber}/web/{domainName}/sitebuilder
- Adds SiteBuilder product to a domain.
DELETE /accounts/{accountNumber}/web/{domainName}/sitebuilder
- Deletes SiteBuilder product from a domain.
GET /accounts/{accountNumber}/web/{domainName}/ssh
- Returns a list of ssh accounts for the website.
PUT /accounts/{accountNumber}/web/{domainName}/ssh
- Add ssh account.
GET /accounts/{accountNumber}/web/{domainName}/ssh/{username}
- Returns details of an ssh account.
POST /accounts/{accountNumber}/web/{domainName}/ssh
- Update ssh account.
DELETE /accounts/{accountNumber}/web/{domainName}/ssh
- Delete ssh account.
GET /accounts/{accountNumber}/web/{domainName}/subdomains
- Returns a list of the subdomains.
POST /accounts/{accountNumber}/web/{domainName}/subdomains
- Creates subdomain.
GET /accounts/{accountNumber}/web/{domainName}/subdomains/{subDomain}
- Returns details of the subdomain.
DELETE /accounts/{accountNumber}/web/{domainName}/subdomains/{subDomain}
- Deletes subdomain.