Resource Center/Bare Metal Management (Plus)/Installation Service Operations
GETInstallation Service OperationsSince 2.6.0SynchronousAuth Required
QueryBaremetalPxeServer
QueryBaremetalPxeServer
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/pxeservers
/zstack/v1/baremetal/pxeservers
Request Example
curl -X GET 'http://{host}/zstack/v1/baremetal/pxeservers' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "90afdd2b218b376592a25421e396597e", "name": "test", "hostname": "127.0.0.1", "sshUsername": "root", "sshPassword": "password", "sshPort": 22.0, "storagePath": "/zstack_bm_cache", "dhcpInterface": "eth0", "dhcpRangeBegin": "10.0.0.1", "dhcpRangeEnd": "10.0.0.255", "dhcpRangeNetmask": "255.255.255.0", "state": "Enabled", "status": "Connected" } ] }Change History
This API has no change history records yet.
