Find AzureCostings
GET/azurecosting/publicstandarddynamics
This resource allows to get a costing
Request
Query Parameters
azureRegion stringrequired
Possible values: Value must match regular expression \S
azure region
bandwidth int32required
bandwidth
currency stringrequired
Possible values: Value must match regular expression \S
currency
Responses
- 200
- 400
- 401
- 403
- 500
ok
- application/json
- Schema
- Example (from schema)
Schema
estimatedCostHourly float
estimated cost by hour
estimatedCostMonthly int32
estimated cost by month
currency string
currency
{
"estimatedCostHourly": 0,
"estimatedCostMonthly": 0,
"currency": "string"
}
bad request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32
bad request code
message string
bad request message
description string
bad request description
violations
object[]
bad request violations
field string
field
message string
message
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Loading...