Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of specifications documents that matched your query. |
specifications | array | List of specifications.
Can be one of:
|
Example
JSON
{
"total": 5,
"specifications": [
{
"memory": 512,
"cpus": 1,
"enabled": true,
"slug": "s-1vcpu-512mb"
}
]
}
JSON
{
"total": 5,
"specifications": [
{
"memory": 512,
"cpus": 1,
"enabled": true,
"slug": "s-1vcpu-512mb"
}
]
}