v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccountManagement
Get the pending plan update request, if any.
Get the pending plan update request which will be applicable from next billing cycle.
get/v1/plan/pendingUpdateRequest
Response
Pending plan update request.
Example response
{
"plan": {
"productId": "Essentials",
"planCost": 725.46,
"billingFrequency": "Monthly",
"consumables": [
{
"consumableId": "Metrics",
"quantity": {
"value": 61425,
"unit": "GB"
}
}
],
"planType": "Free",
"currentBillingPeriod": {
"startDate": "2012-02-02",
"endDate": "2012-02-02"
},
"credits": 300,
"baselines": {
"continuousIngest": 50000,
"continuousStorage": 30,
"frequentIngest": 50000,
"frequentStorage": 30,
"infrequentIngest": 50000,
"infrequentStorage": 30,
"infrequentScan": 50000,
"metrics": 50000,
"cseIngest": 50000,
"cseStorage": 50000,
"tracingIngest": 50000,
"flexIngest": 5,
"flexStorage": 30,
"flexScanRatio": 5,
"aiInvestigation": 5
}
}
}