Resource Center/Resource Pool/Disk Offering Operations
GETDisk Offering OperationsSince 0.6SynchronousAuth Required
QueryDiskOffering
QueryDiskOffering
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/disk-offerings
/zstack/v1/disk-offerings
Request Example
curl -X GET 'http://{host}/zstack/v1/disk-offerings' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "7bd03741125a48d485255601b639318b", "name": "diskOffering1", "diskSize": 100.0, "state": "Enabled", "type": "DefaultDiskOfferingType", "allocatorStrategy": "DefaultPrimaryStorageAllocationStrategy" } ] }Change History
This API has no change history records yet.
