Get Upfront Price Response For Catalog Item Using GET 1
Returns upfront prices of a given catalog item.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/catalog/api/items/{id}/upfront-prices/{upfrontPriceId}
COPY
Path Parameters
string
id
Required
Catalog Item ID
string
upfrontPriceId
Required
Upfront Price Request ID
Responses
200
OK
Returns CatalogItemUpfrontPriceResponse of type(s) application/json
{
"dailyAdditionalPrice": "number",
"dailyComputePrice": "number",
"dailyNetworkPrice": "number",
"dailyStoragePrice": "number",
"dailyTotalPrice": "number",
"resourcePriceDetails": [
{
"dailyAdditionalPrice": "number",
"dailyComputePrice": "number",
"dailyNetworkPrice": "number",
"dailyStoragePrice": "number",
"dailyTotalPrice": "number",
"resourceName": "string",
"resourceType": "string",
"resourceUpfrontPriceId": "string",
"status": "string",
"statusDetails": "string",
"unit": "string"
}
],
"status": "string",
"statusDetails": "string",
"unit": "string",
"upfrontPriceId": "string"
}
number
dailyAdditionalPrice
Optional
Additional Price incurred for the catalog.
number
dailyComputePrice
Optional
Compute Price of the catalog.
number
dailyNetworkPrice
Optional
Network Price of the catalog.
number
dailyStoragePrice
Optional
Storage Price of the catalog.
number
dailyTotalPrice
Optional
Total Price of the catalog.
string
status
Optional
Upfront price sync status
Possible values are : STARTED, PREPARING_COST_ESTIMATION, IN_PROGRESS, SUCCESS, ERROR, DATA_NOT_AVAILABLE, CURRENCY_NOT_SET, PUBLIC_CLOUD_NOT_SUPPORTED,
string
statusDetails
Optional
Upfront price status detail.
string
unit
Optional
Monetary unit.
string
upfrontPriceId
Optional
Id
401
Unauthorized
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Catalog Items Operations
GET
Get Catalog Items Using GET 3
GET
Get Catalog Item Using GET 3
GET
Get Upfront Price Response For Catalog Item Using GET 1
GET
Get Version By Id Using GET 1
GET
Get Versions Using GET 1
POST
Request Catalog Item Instances Using POST
POST
Submit Upfront Price Request For Catalog Item Using POST 1