Silicon Navigator™ API
GPU
POST /api/data-hub/gpu/specs-list
Get all GPU product IDS from the specs list.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Responses
- 200: Successful Response
POST /api/data-hub/gpu/specs-query
Get GPU product IDS by searching condition from the specs list.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
num_per_page | string | No | How many records will be return per one page, value score in 1 to 100,default value is 50 | [ 1 .. 100 ] |
page_num | string | No | The page index number, default value is 1 | >= 1 |
keyword | string | No | Keyword for query conditions which use for search |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/data-hub/gpu/latest/price
Get GPU latest price.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
num_per_page | integer | No | How many records will be return per one page, value score in 1 to 100,default value is 50 | [ 1 .. 100 ] |
page_num | integer | No | The page index number, default value is 1 | >= 1 |
keyword | string | No | Keyword for query conditions which use for search | |
product_id | integer | No | Product id of price history | |
country | string | No | The ISO country codes 2-digit string. | <= 2 characters |
price_type | integer | No | Must be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102]. -1: Rental Spot, 0: Rental On-Demand, 1: Rental Reserved 1 month, 3: Rental Reserved 3 month, 6: Rental Reserved 6 month, 12: Rental Reserved 1 year, 100: Retail New, 101: Retail Refurbished, 102: Retail Used |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/data-hub/gpu/history/price
Get GPU history price
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
num_per_page | integer | No | How many records will be return per one page, value score in 1 to 100,default value is 50 | [ 1 .. 100 ] |
page_num | integer | No | The page index number, default value is 1 | >= 1 |
product_id | integer | Yes | Product id of price history | |
start_date | string | Yes | Price from start date,YYYY-MM-DD | |
end_date | string | Yes | Price from start date,YYYY-MM-DD | |
price_type | integer | Yes | Must be one of the values [-1, 0, 1, 3, 6, 12, 100, 101, 102] -1: Rental Spot, 0: Rental On-Demand, 1: Rental Reserved 1 month, 3: Rental Reserved 3 month, 6: Rental Reserved 6 month, 12: Rental Reserved 1 year, 100: Retail New, 101: Retail Refurbished, 102: Retail Used | |
country | string | No | The ISO country codes 2-digit string. | <= 2 characters |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error