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