Get specs for an instance type.
GET /cloud-providers/{cloudProviderId}/instance-types/{instanceTypeId}
Returns the specs for a given instance type.
Authorizations
Parameters
Path Parameters
The ID of the cloud provider.
ID of a cloud provider.
ID of an instance type.
Responses
200
Instance type specs
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
object
object
Example
{
"localStorage": {
"supportedArchitectures": [
401
Access token is missing or invalid
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
403
Permission denied
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
404
Resource not found
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
500
Internal Server Error
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error