Resource Center/Resource Pool/Instance Offering Operations
GETInstance Offering OperationsSince 0.6SynchronousAuth Required
QueryInstanceOffering
QueryInstanceOffering
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/instance-offerings
/zstack/v1/instance-offerings
Request Example
curl -X GET 'http://{host}/zstack/v1/instance-offerings' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "4f7e7eff5bb04f7cacc33a18006a0c72", "name": "instanceOffering1", "cpuNum": 2.0, "cpuSpeed": 1.0, "type": "UserVm", "allocatorStrategy": "Mevoco", "createDate": "Jun 7, 2017 9:20:13 PM", "lastOpDate": "Jun 7, 2017 9:20:13 PM", "state": "Enabled" } ] }Change History
This API has no change history records yet.
