(mt):List available services
- This page was last modified on February 18, 2011, at 09:57.
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 |
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"
}
]
}