Get Deployment Expense History By Id Using GET 1
Returns the deployment expense history with the supplied ID.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/deployments/{depId}/expense-history
COPY
Path Parameters
string
depId
Required
Deployment ID
Query Parameters
string
from
Optional
The timestamp from when history is requested. Should be of ISO_INSTANT format.
string
interval
Optional
The interval of the expense history. Should be one of daily, weekly or monthly.
string
to
Optional
The timestamp until when history is requested. Should be of ISO_INSTANT format.
Responses
200
OK
Returns DeploymentExpenseHistory of type(s) application/json
{
"currency": "string",
"data": [
{
"timestamp": "string",
"value": "number"
}
],
"interval": "string"
}
string
currency
Optional
The currency code of the expense history.
string
interval
Optional
The requested interval type.
Possible values are : daily, weekly, monthly,
401
Unauthorized
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Deployments Operations
GET
Check Deployment Name Using GET 1
DELETE
Delete Deployment Using DELETE 1
DELETE
Delete Resource Using DELETE 1
GET
Get Deployment By Id Using GET 1
GET
Get Deployment Expense History By Id Using GET 1
GET
Get Deployment Filter By Id Using GET 1
GET
Get Deployment Filters Using GET 1
GET
Get Deployment Resources Using GET 1
GET
Get Deployments For Project Using GET 1
GET
Get Deployments Using GET 1
GET
Get Resource By Id Using GET 1
PATCH
Patch Deployment Using PATCH 1