pve三種操做方式html
==========================================================
api方式node
https://192.168.1.4:8006/pve-docs/api-viewer/index.htmlweb
api一種是html格式,另外一種是json格式
https://192.168.1.4:8006/api2/html
https://192.168.1.4:8006/api2/json/storage/json
==========================================================
cli方式
root@cu-pve04:/etc/pve# pvesh get /storage/
file /etc/pve/storage.cfg line 4 (section 'local') - ignore config line: cephfs: kycfs
file /etc/pve/storage.cfg line 5 (section 'local') - unable to parse value of 'path': duplicate attribute
file /etc/pve/storage.cfg line 6 (section 'local') - unable to parse value of 'content': duplicate attribute
┌─────────┐
│ storage │
├─────────┤
│ kycrbd │
├─────────┤
│ local │
└─────────┘api
root@cu-pve04:/etc/pve# pvesh get /
┌─────────┐
│ subdir │
├─────────┤
│ access │
├─────────┤
│ cluster │
├─────────┤
│ nodes │
├─────────┤
│ pools │
├─────────┤
│ storage │
├─────────┤
│ version │
└─────────┘ui
===========================================================
gui方式
在web界面上點來點去htm