Get product by ID
Prices
Get product by ID
Return a product
GET
Get product by ID
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
200 - application/json
Product model
The category of the cloud product
Example:
"compute"
The common name of the product.
Example:
"EC2"
A unique slug for the service the product belongs to.
Example:
"aws-ec2"
A unique slug for the provider the product belongs to.
Example:
"aws"
An object of metadata about the product.
Example:
{
"gpu": 0,
"name": "M5 General Purpose 16xlarge",
"vcpu": 64,
"memory": 256,
"clock_speed_ghz": 3.1,
"physical_processor_description": "Intel Xeon Platinum 8175 (Skylake)",
"network_performance_description": "20 Gigabit"
}