GetVersions
Returns information about VCF versions, ESX versions and EC2 instance types provided by Amazon EVS. For each VCF version, the response also includes the default ESX version and provided EC2 instance types.
Response Syntax
{
"instanceTypeEsxVersions": [
{
"esxVersions": [ "string" ],
"instanceType": "string"
}
],
"vcfVersions": [
{
"defaultEsxVersion": "string",
"instanceTypes": [ "string" ],
"status": "string",
"vcfVersion": "string"
}
]
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- instanceTypeEsxVersions
-
A list of EC2 instance types and their available ESX versions.
Type: Array of InstanceTypeEsxVersionsInfo objects
- vcfVersions
-
A list of VCF versions with their availability status, default ESX version, and instance types.
Type: Array of VcfVersionInfo objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- InternalServerException
-
An internal server error occurred. Retry your request.
- message
-
Describes the error encountered.
HTTP Status Code: 500
- ThrottlingException
-
The operation could not be performed because the service is throttling requests. This exception is thrown when the service endpoint receives too many concurrent requests.
- message
-
Describes the error encountered.
- retryAfterSeconds
-
The seconds to wait to retry.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: