(mt):List available services

  • This page was last modified on February 18, 2011, at 09:57.
The (mt) Community Wiki is a collaborative project. Any (mt) Media Temple customer or employee may contribute. Not all articles and/or content have been tested for accuracy by (mt) Media Temple.

For officially moderated and tested articles, be sure to visit our KnowledgeBase.

From (mt) Community Wiki

This method returns a list of Service type types that can be provisioned via the Add service method.

Request Info

HTTP Method URL
GET https://api.mediatemple.net/api/v1/services/types

Remember: You need to specify your API Key in either the Authentication header, or as a URL parameter in order for this method to work.

Response Info

The response will contain a list of Service type objects that can be used in a subsequent call to the Add service method.

Sample Response

{
"serviceTypes":[
{
"id":668,
"duration":"month-to-month",
"description":"(ve) Server 1GB"
},
{
"id":669,
"duration":"yearly",
"description":"(ve) Server 1GB"
},
.
.
.
{
"id":738,
"duration":"yearly",
"description":"(dv) Dedicated-Virtual 4.0 32GB"
}
]
}