Get Delivery Cache Configurations
GET/api/v1/delivery/cache/config
This service message returns an object of delivery cache configurations.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
Array [
]
maxCapacityInGB numberrequired
The maximum cache capacity in GB
usedCapacityGB numberrequired
The used cache capacity in GB
freeCapacityGB numberrequired
The free cache capacity in GB
mes
object
required
A message or additional information
oneOf
string
string
{
"maxCapacityInGB": 0,
"usedCapacityGB": 0,
"freeCapacityGB": 0,
"mes": "string"
}
Loading...