FlexMetalQuota
Last updated
Was this helpful?
Was this helpful?
GET /v3/flexMetal/quota/usage HTTP/1.1
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Accept: */*
[
{
"location": {
"id": 18,
"name": "text"
},
"quotaUsage": [
{
"instanceType": {
"id": 128,
"name": "bm7.std.8"
},
"quotaType": "onDemand",
"contractId": "JD-NB2UU6VX732",
"quota": 5,
"usage": 3
}
]
}
]