Servicepacks

Detailed representation attributes

servicepack_id The id of the servicepack.
name The name of the servicepack.

JSON representation

{
    "servicepack_id": 1,
    "name": "linux premium"
}

Get servicepacks

Possible errors:

Errorcode HTTP statuscode Description
missing_reseller_profile 403 A reseller profile is required to get servicepacks.

Example request

GET /servicepacks HTTP/1.1
Authorization: hmac 144...07f:Jxo...aiM=:2cb...dd3:1459425654
Accept: application/json, application/xml;q=0.8, */*;q=0.5

Example response

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Date: Tue, 29 Mar 2016 20:11:05 GMT
X-Ratelimit-Limit: 10
X-Ratelimit-Usage: 4
[{ },{ },...,{ }]