Resource Center/Bare Metal Management (Plus)/Bare Metal Management Operations
GETBare Metal Management OperationsSince 3.4.0SynchronousAuth Required
QueryBaremetalBonding
QueryBaremetalBonding
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/network/bondings
/zstack/v1/baremetal/network/bondings
Request Example
curl -X GET 'http://{host}/zstack/v1/baremetal/network/bondings' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "6880ed37f7ce4381ae611fd6965696fd", "chassisUuid": "59c92fcd611241eb9f55f4b721a62883", "name": "bond0", "mode": 1.0, "slaves": "d4:ae:52:6e:d1:0d,d4:ae:52:6e:d1:04", "opts": "miimon=100", "createDate": "Jan 8, 2019 3:05:44 PM", "lastOpDate": "Jan 8, 2019 3:05:44 PM" } ] }Change History
This API has no change history records yet.
