Retrieve Cloud Volumes ONTAP capacity-based BYOL license metering details
GET /working-environments/by-capacity-byol-details-v2
Returns capacity-based bring your own license (BYOL) license metering details.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
flavourAggregatedInfo |
array[FlavourAggregatedInfo] |
True |
|
licenses |
array[LicenseFlavorInfo] |
True |
Example error response
{
"flavourAggregatedInfo": [
{
"contractType": "string",
"flavorType": "string",
"totalAllocatedLicensedCapacity": {
"capacity": 0,
"units": "string"
},
"totalConsumedCapacity": {
"capacity": 0,
"units": "string"
},
"totalLicensedCapacity": {
"capacity": 0,
"units": "string"
},
"totalPaygoCapacity": {
"capacity": 0,
"units": "string"
}
}
],
"licenses": [
{
"accountId": "string",
"expirationDate": 0,
"flavorType": "string",
"metadata": "string",
"serialNumber": "string"
}
]
}
Definitions
See Definitions
TotalCapacity
| Name | Type | Required | Description |
|---|---|---|---|
capacity |
integer |
True |
|
units |
string |
False |
FlavourAggregatedInfo
| Name | Type | Required | Description |
|---|---|---|---|
contractType |
string |
False |
|
flavorType |
string |
False |
|
totalAllocatedLicensedCapacity |
False |
||
totalConsumedCapacity |
False |
||
totalLicensedCapacity |
True |
||
totalPaygoCapacity |
False |
LicenseFlavorInfo
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
string |
True |
|
capacity |
integer |
False |
|
expirationDate |
integer |
True |
|
flavorType |
string |
False |
|
metadata |
string |
False |
|
serialNumber |
string |
False |