Resource Center/Bare Metal Management (Plus)/Bare Metal Management Operations
GETBare Metal Management OperationsSince 3.4.0SynchronousAuth Required
QueryPreconfigurationTemplate
QueryPreconfigurationTemplate
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/baremetal/preconfigurations
/zstack/v1/baremetal/preconfigurations
Request Example
curl -X GET 'http://{host}/zstack/v1/baremetal/preconfigurations' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "d55e08748c1d424dbcb7b311dbff56c6", "name": "centos_7_x86_64_mini_v1.cfg", "description": "centos-7-minimal kickstart file", "distribution": "centos-7-x86_64", "type": "kickstart", "content": "...", "md5sum": "7a5bf28bb4164419923a98a63a34680f", "isPredefined": false, "state": "Enabled", "createDate": "Feb 28, 2019 4:55:50 PM", "lastOpDate": "Feb 28, 2019 4:55:50 PM" } ] }Change History
This API has no change history records yet.
