Initial release of the oVirt/RHV Engine API simulator.
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
**Language / Язык:** [English](../../domains/networks.md) | [Русский](networks.md)
|
||||
|
||||
# Сети
|
||||
|
||||
| Коллекция | Путь |
|
||||
|---|---|
|
||||
| Networks | `/ovirt-engine/api/networks` |
|
||||
| VNIC profiles | `/ovirt-engine/api/vnicprofiles` |
|
||||
|
||||
ВМ подключают NIC, ссылающиеся на vNIC profiles и логические сети.
|
||||
|
||||
```bash
|
||||
curl -k -u 'admin@internal:secret' -H 'Accept: application/json' -H 'Version: 4' \
|
||||
https://127.0.0.1/ovirt-engine/api/networks
|
||||
```
|
||||
|
||||
Связанное: [Виртуальные машины](vms.md).
|
||||
Reference in New Issue
Block a user