REST API  14
REST API for Luna Network HSMs
Upgrades

Upgrade

Object
    feature: Object
        type: string
        description: Feature name of the upgrade, which indicates the purpose of this upgrade.
    id: Object
        type: string
        description: Identifier of the upgrade.
    version: Object
        type: string
        description: Version number of the upgrade. Upgrades with same feature name may differ from versions.
    quantity: Object
        type: integer
        description: If the value of quantity is not 0, it indicates the number of maximum partitions allowed by the upgrade.

See Also

GET /api/lunasa/upgrades/
GET /api/lunasa/upgrades/{upgradeid}
POST /api/lunasa/upgrades
DELETE /api/lunasa/upgrades/{upgradeid}