Get Deployment Expense History By Id
Returns the deployment expense history with the supplied ID.
Deployment ID
The timestamp from when history is requested. Should be of ISO_INSTANT format.
The timestamp until when history is requested. Should be of ISO_INSTANT format.
The interval of the expense history. Should be one of daily, weekly or monthly.
OK
{
"currency": "string",
"data": [
{
"timestamp": "string",
"value": "number"
}
],
"interval": "string"
}
The currency code of the expense history.
The list of expense history metric.
The requested interval type.
Unauthorized
"DeploymentExpenseHistory Object"
The currency code of the expense history.
The list of expense history metric.
The requested interval type.
Not Found
"DeploymentExpenseHistory Object"
The currency code of the expense history.
The list of expense history metric.
The requested interval type.
curl -H 'Authorization: <value>' https://{api_host}/deployment/api/deployments/{deploymentId}/expense-history