Get Upfront Price Response For Catalog Item

Get Upfront Price Response For Catalog Item

Returns upfront prices of a given catalog item.

Request
URI
GET
https://{api_host}/catalog/api/items/{id}/upfront-prices/{upfrontPriceId}
COPY
Path Parameters
string
id
Required

Catalog Item ID

string
upfrontPriceId
Required

Upfront Price Request ID


Authentication
This operation uses the following authentication methods.
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.

array of object
resourcePriceDetails
Optional

A response with upfront price for a resource in given catalog item

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

Returns CatalogItemUpfrontPriceResponse of type(s) application/json
"CatalogItemUpfrontPriceResponse Object"
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.

array of object
resourcePriceDetails
Optional

A response with upfront price for a resource in given catalog item

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


404

Not Found

Returns CatalogItemUpfrontPriceResponse of type(s) application/json
"CatalogItemUpfrontPriceResponse Object"
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.

array of object
resourcePriceDetails
Optional

A response with upfront price for a resource in given catalog item

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


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/catalog/api/items/{id}/upfront-prices/{upfrontPriceId}