Releases: transip/transip-api-php
Releases · transip/transip-api-php
v6.0.0
- Added request and create an access token
- Added check your API connection and token via a simple test
- Added attach your big storage to your VPS
- Added order a big storage
- Added upgrade your big storage
- Added get a list of backups for a big storage
- Added restore a bigstorage backup
- Added terminate or cancel your big storage
- Added detach your big storage from your vps
- Added get a list of all of your big storages
- Added get information about a specific big storage by providing a name
- Added get your big storage usage i/o statistics
- Added update your big storage description
- Added cancel an action for a domain
- Added get
current action
for a domain - Added retry a failed domain action with new information
- Added add a tag to a domain
- Added get branding information for a domain
- Added update branding information for a domain
- Added get WHOIS Contacts for a domain
- Added update WHOIS contact information for a domain
- Added add a dns entry to a domain DNS entries
- Added order domain whitelabel services for your account
- Added set a domain to whitelabel.
- Added set Domain transfer lock at the registry
- Added get SSL Certificates for a domain
- Added get SSL Certificate by id for a domainName
- Added get all available Tlds to register a domain with price
- Added list invoices attached to a TransIP account
- Added list order-line items inside an invoice
- Added get PDF data of an invoice as a Base64 encoded string (which you must decode before saving to a file)
- Added add dns entries for a mailservice to a given domain
- Added get the Mail Service usage
- Added get a new password for the mail service
- Added set a new description to a private network
- Added get all orderable products via the API excluding domains
- Added be able to get all elements inside a product
- Added add a rule to the VpsFirewall of a specific VPS
- Added disable the VpsFirewall for a specific VPS
- Added enable the VpsFirewall for a specific VPS
- Added list Firewall rules for a VPS
- Added remove a rule to the VpsFirewall of a specific VPS
- Added order multiple new VPSs
- Added set the description of a Vps
- Added retrieve the last measured CPU usage for the given VPS in percent
- Added retrieve the last measured disk usage for the given VPS in IOPS
- Added retrieve the last measured network usage for the given VPS in mbit
- Added list all VPSs by a tag name
- Added get websocket VNC Data for vps
- Added regenerate vnc credentials
- Added monitor ports on your VPS using TCP Monitoring
- Added add/remove/update monitoring contacts for TCP Monitoring
TransIP API v5.18.0
NEW
- Added functionality to convert VPS backups to snapshots.
TransIP API v5.17.0
NEW
- Added functionality to get default DNS Entries and Nameservers by domain name.
v5.16
v5.15
v5.14.1
v5.14
TransIP API PHP Version 5.13
Changelog
Added
removeAllDnsSecEntries
Remove all the DnsSecEntries from a domain.
Previous releases
Previous releases where obtained through https://www.transip.eu/transip/api/
TRANSIP API V5.9
NEW
- Added a function to request the authcode of a domain at the dnsBE or EURid registries
TRANSIP API V5.8
NEW
- Added Pooled Traffic for VPS
TRANSIP API V5.7
NEW
- Added AvailabilityZones
TRANSIP API V5.6
NEW
- Added custom target ports for HA-IP
Use different source and destination ports for a HA-IP configuration.
- Added option to configure SSL between HA-IP and VPS
For each configuration specify whether the connection between HA-IP and the VPS is secured.
- Added HA-IP Pro support
Attach multiple VPSes to a HA-IP, and modify load balancing settings.
TRANSIP API V5.5
NEW
- Added HA-IP Certificates
HTTPS Offloading on our proxy's
- Add LetsEncrypt certificate to HA-IP
Let transip handle your Lets Encrypt certificate and renewals automatically
- Change proxy modes: HTTP, HTTPS, TCP, PROXY
Use HTTPS modus for SSL offloading. HTTP/HTTPS mode will also set the X-Forwarded-For Header.
TRANSIP API V5.4
NEW
- Added HaipService
With which you can list your Haips and change the coupled Vps to your Haip
TRANSIP API V5.3
NEW
- Added VpsService::installOperatingSystemUnattended
Start a installation with a custom preseed/kickstart provided via the api (base64_encoded)
TRANSIP API V5.2
NEW
- Added VpsService::cloneVps
The ability to clone a VPS to a new VPS
- Added VpsService::revertSnapshotToOtherVps
Revert a snapshot from any vps to any vps
- Added VpsService::revertVpsBackup
Revert a automated VPS backup
TRANSIP API V5.1
NEW
- Added VpsService::getTrafficInformationForVps
This method provides more information about your traffic usage
- Added VpsService::handoverVps
With this method you will be able to start the push handover process to another TransIP Account
- Added VpsService::setCustomerLock
Enable or disable the customerlock via the Api
DEPRECATED:
- VpsService::getAmountOfTrafficUsed (still works for now)
TRANSIP API V5.0
NEW
- Added Support for VPS
TRANSIP API V4.2.1
NEW
- The RSA part of the private key is no longer required for newly generated keys
TRANSIP API V4.1
NEW
- Single distribution for all TransIP countries: added Transip_ApiSettings::$endpoint to determine which endpoint to target when making API requests
TRANSIP API V4.0
NEW:
- Improved security by using SSL based signatures for API requests.
TRANSIP API V3.0
NEW:
- check up to 20 domains within one call: Transip_DomainService::batchCheckAvailability()
- get information (price, renewal period, possible actions) about all TLDs offered with Transip_DomainService::getAllTldInfos() and Transip_DomainService::getTldInfo()
- get the current running action a domain is doing and/or retry/cancel with getCurrentDomainAction(), retryCurrentDomainActionWithNewData(), retryTransferWithDifferentAuthCode(), cancelDomainAction()
- The domain object now holds information registrationDate, renewalDate, authCode and isLocked status
- Get all Colocation items with ColocationService::getColoNames()
- Manage IP/Network info with getIpRanges(), createIpAddress(), and more
- Manage, order and modify Forwards with the ForwardService
- Manage, order and modify Webhosting with the WebhostingService
DEPRECATED:
- Transip_DomainService::getAuthCode(). Returned in Transip_DomainService::getInfo() now.
- Transip_DomainService::getIsLocked(). Returned in Transip_DomainService::getInfo() now.